github styled-icons/styled-icons v9.0.0

latest releases: styled-icons@10.47.1, @styled-icons/styled-icon@10.7.1, styled-icons@10.47.0...
3 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

Don't miss a new styled-icons release

NewReleases is sending notifications on new releases.