Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@emotion-icons/open-iconic

emotion-icons16kMIT3.14.0TypeScript support: included

Open Iconic icons available as Emotion React Components

emotion-icons

readme

./packages/emotion-icons/README.md

changelog

@emotion-icons/open-iconic

3.14.0

Patch Changes

3.0.0

Major Changes

Patch Changes

2.10.0

Patch Changes

2.7.1

Patch Changes

2.6.1

Patch Changes

2.0.0

Major Changes

  • #11: This is a rewrite of Emotion Icons based on the Styled Icons build tooling. This library packages all the icons available from @svg-icons into React components using Emotion (v10). (c5fe333, @jacobwgillespie)

    New Features

    • More icon packs (almost 17,000 icons in total)
    • Individual packages for each icon pack (@emotion-icons/octicons, @emotion-icons/material, etc.)
    • New website: emotion-icons.dev

    Breaking Changes

    Individual icon exports are not available from the emotion-icons package

    Before:

    import {Alert} from 'emotion-icons/material/Alert'

    After (one of these):

    import {Alert} from 'emotion-icons/material'
    
    // Or install the icon pack individually
    import {Alert} from '@emotion-icons/material'
    import {Alert} from '@emotion-icons/material/Alert'

    Renamed icon packs

    The Ionicons packages emotion-icons/ion-md and emotion-icons/ion-ios have been replaced by:

    • @emotion-icons/ionicons-outline
    • @emotion-icons/ionicons-sharp
    • @emotion-icons/ionicons-solid

    The Simple Icons previously at emotion-icons/simpleIcons are now available as @emotion-icons/simple-icons.

    Revamped internals

    If you previously depended on any internal files inside emotion-icons, such as createIcon.js, V2 has an entirely different foundation for generating packages, so any non-icon files won't be accessible anymore.

Patch Changes

1.0.0