./packages/emotion-icons/README.md
Package detail
@emotion-icons/open-iconic
Open Iconic icons available as Emotion React Components
readme
changelog
@emotion-icons/open-iconic
3.14.0
Patch Changes
- Updated dependencies [
22602317
]:
3.0.0
Major Changes
- #245: Upgrading to Emotion 11 (
34311c5c
, @JoshRosenstein)
Patch Changes
- Updated dependencies [
34311c5c
]:
2.10.0
Patch Changes
#93: Fix issue where @emotion-icons/emotion-icon package.json incorrectly referenced its built files, breaking some builds (
bc3951e
, @jacobwgillespie)Updated dependencies [
bc3951e
]:
2.7.1
Patch Changes
#67: Fix IE11 compatibility issue (
e3b78f3
, @jacobwgillespie)Updated dependencies [
e3b78f3
]:
2.6.1
Patch Changes
#49: Fix issue where
.tsx
files were accidentally included in the NPM package (breaking some builds) (2dabd86
, @jacobwgillespie)Updated dependencies [
2dabd86
]:
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
packageBefore:
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
andemotion-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 ascreateIcon.js
, V2 has an entirely different foundation for generating packages, so any non-icon files won't be accessible anymore.
Patch Changes
- Updated dependencies [
c5fe333
]:
1.0.0
- Initial release, supporting Emotion v10 (@JoshRosenstein)