github styled-icons/styled-icons v6.3.0

latest releases: styled-icons@10.47.1, @styled-icons/styled-icon@10.7.1, styled-icons@10.47.0...
3 years ago
  • Fix issue where TypeScript compiler would evaluate all icon files, regardless of what icons were imported, significantly increasing compile time. This was due to the StyledIcon TypeScript type. To resolve, there is now a styled-icons/types import for that type. If you previously imported it from styled-icons, you should update to speed up your builds.

    If you previously had this code:

    import {StyledIcon} from 'styled-icons'
    
    // or
    import {StyledIconProps} from 'styled-icons'

    You should replace it with:

    import {StyledIcon} from 'styled-icons/types'
    
    import {StyledIconProps} from 'styled-icons/types'

Don't miss a new styled-icons release

NewReleases is sending notifications on new releases.