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 - v5.2.1

Published by icon-bot over 4 years ago

  • Fix npm publish to include README
styled-icons - v5.2.0

Published by icon-bot over 4 years ago

styled-icons - v5.1.1

Published by icon-bot over 4 years ago

  • No functional changes
  • Updated repository to monorepo structure
styled-icons - v5.1.0

Published by icon-bot over 4 years ago

  • Add back an exported StyledIcon TypeScript type automatically generated from type of an icon
styled-icons - v5.0.0

Published by icon-bot over 4 years ago

  • (breaking) the TypeScript interface StyledIcon no longer exists and is not exported anymore.

    TypeScript types are now auto-generated from the @types/styled-components definitions rather than explicitly named as the StyledIcon interface. This allows styled-icons to pick up any changes introduced in @types/styled-components automatically, rather than needing to redefine the type to match any updates.

    If you need access to the StyledIcon type, you can define it yourself based on an icon import:

    import {Alert} from 'styled-icons/octicons'
    export type StyledIcon = typeof Alert
    

    Update: there is now an exported StyledIcon type, defined using the above approach, exported from the root package available in v5.1.0:

    import {StyledIcon} from 'styled-icons'
    
styled-icons - v4.3.0

Published by icon-bot over 4 years ago

  • Upgrade Boxicons to v1.8.1
styled-icons - v4.2.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v8.1.3
styled-icons - v4.1.0

Published by icon-bot over 4 years ago

styled-icons - v4.0.0

Published by icon-bot over 4 years ago

  • (breaking) require Styled Components >= v4.1.0
  • Fix Styled Components deprecation warning
  • Update Styled Components TypeScript types
  • Upgrade build-the-scenes build dependencies
styled-icons - v3.7.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v8.1.2
styled-icons - v3.6.0

Published by icon-bot over 4 years ago

  • Upgrade FontAwesome to v5.5.0
  • Upgrade Feather to v4.9.0
styled-icons - v3.5.0

Published by icon-bot over 4 years ago

  • Upgrade Feather icons to v4.8.1
styled-icons - v3.4.0

Published by icon-bot over 4 years ago

  • Upgrade FontAwesome to v5.4.2
styled-icons - v3.3.0

Published by icon-bot over 4 years ago

  • Add Styled Components v4 compatibility
styled-icons - v3.2.0

Published by icon-bot over 4 years ago

  • Upgrade FontAwesome to v5.4.1
styled-icons - v3.1.0

Published by icon-bot over 4 years ago

  • Upgrade FontAwesome to v5.4.0
styled-icons - v3.0.0

Published by icon-bot over 4 years ago

  • Breaking: remove css prop for adding additional styles. This shortcuts the built-in inheritance capabilities of Styled Components and generally led to hard-to-debug edge cases
  • Upgrade FontAwesome to v5.3.1
styled-icons - v2.4.0

Published by icon-bot over 4 years ago

  • Upgrade Octicons to v8.1.0 (new arrow-both icon)
styled-icons - v2.3.2

Published by icon-bot over 4 years ago

  • Disable convertShapeToPath transformation that simplified icon SVGs as it was breaking certain icons
styled-icons - v2.3.1

Published by icon-bot over 4 years ago

  • Fix issue where .cjs entrypoints required non-CommonJS files