styled-icons

💅 Popular icon packs like Font Awesome, Material Design, and Octicons, available as React Styled Components

MIT License

Downloads
2.3M
Stars
2.1K
Committers
19

Bot releases are visible (Hide)

styled-icons - v9.4.0

Published by icon-bot over 4 years ago

  • Upgrade Boxicons to v2.0.5
  • Upgrade Feather Icons to v4.26.0
  • Upgrade Font Awesome to v5.12.1
  • Upgrade Remix icons to v2.3.0
  • Fix issue where TypeScript incorrectly expanded a type and required specifying crossOrigin as a prop
styled-icons - v9.3.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v9.4.0
styled-icons - v9.2.0

Published by icon-bot over 4 years ago

  • Upgrade Remix Icons to v2.2.0
  • Enable support for Styled Components v5
styled-icons - v9.1.0

Published by icon-bot over 4 years ago

  • Upgrade Feather Icons to v4.25.0
  • Upgrade Font Awesome to v5.12.0
  • Upgrade Octicons to v9.3.1
styled-icons - v9.0.1

Published by icon-bot over 4 years ago

  • Fix publish issue where built files were missing from @styled-icons/styled-icon
styled-icons - v9.0.0

Published by icon-bot over 4 years ago

Styled Icons v9 adds individual icon pack NPM modules (@styled-icons/pack-name) for each icon pack - you now have the option of only installing specific packs. For instance:

// this still works:
import {Alert} from 'styled-icons/material'

// NEW - this pack can be installed individually:
import {Alert} from '@styled-icons/material'

These new individual icon pack modules are optional, you can continue to utilize the styled-icons package as before.

  • (breaking) removed styled-icons/StyledIconBase export - this is an internal export, this shouldn't affect your applications
  • Create individual @styled-icons/pack NPM packages
  • Upgrade Boxicons to v2.0.4
  • Upgrade Feather Icons to v4.24.1
  • Upgrade Octicons to v9.3.0
  • Upgrade Remix Icons to v2.1.0
  • Infrastructure: switch CI providers to Azure Pipelines
  • Infrastructure: convert styled-icons package to re-export individual icon packages
  • Infrastructure: deploy website with Zeit Now
styled-icons - v8.6.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v9.2.0
styled-icons - v8.5.1

Published by icon-bot over 4 years ago

  • Fix issue with README that prevented publishing v8.5.0
styled-icons - v8.5.0

Published by icon-bot over 4 years ago

  • Add Remix icon pack v2.0.0
  • Upgrade Font Awesome icons to v5.11.2
styled-icons - v8.4.2

Published by icon-bot over 4 years ago

  • Fix issue where Feather icons were too solid (thank you @stramel!)
styled-icons - v8.4.1

Published by icon-bot over 4 years ago

  • Fix issue where Feather icons were transparent (fill="none")
styled-icons - v8.4.0

Published by icon-bot over 4 years ago

  • Upgrade Cryptocurrency Icons to v0.16.1
  • Switch Material Icons source to material-design-icons-updated, upgrade to v4.8.2 (thank you @stramel!)
styled-icons - v8.3.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v9.1.1
styled-icons - v8.2.0

Published by icon-bot over 4 years ago

  • Upgrade Cryptocurrency Icons to v0.14.0
  • Upgrade Feather Icons to v4.22.1
styled-icons - v8.1.0

Published by icon-bot over 4 years ago

  • Upgrade Font Awesome to v5.9.0
styled-icons - v8.0.0

Published by icon-bot over 4 years ago

  • (breaking) renamed the Package icon in all icon packs to PackageIcon. If you previously had the following:

    import {Package} from 'styled-icons/pack-name'
    // or
    import {Package} from 'styled-icons/pack-name/Package'
    

    You will want to replace with:

    import {PackageIcon} from 'styled-icons/pack-name'
    // or
    import {PackageIcon} from 'styled-icons/pack-name/PackageIcon'
    

    This fixes an issue experienced where certain bundlers would, on case-insensitive file systems, try to load a package.json file instead of the icon source.

styled-icons - v7.9.0

Published by icon-bot over 4 years ago

  • Upgrade Feather icons to v4.21.0
styled-icons - v7.8.0

Published by icon-bot over 4 years ago

  • Upgrade Feather icons to v4.20.0
  • Upgrade Boxicons to v1.9.3
styled-icons - v7.7.0

Published by icon-bot over 4 years ago

  • Upgrade Font Awesome to v5.8.1
styled-icons - v7.6.0

Published by icon-bot over 4 years ago

  • Upgrade Font Awesome to v5.8.0