github styled-icons/styled-icons v8.0.0

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

Don't miss a new styled-icons release

NewReleases is sending notifications on new releases.