Geist Org Icons Versions Save

React components for Geist icons

v1.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/geist-org/icons/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

What's Changed

Full Changelog: https://github.com/geist-org/icons/compare/v1.0.1...v1.0.2

v1.0.1

3 years ago
  • Fix SVG props types (#20, #18)
  • Fix README examples (#20)
  • Add prettier to format the code style (19)

[email protected]

3 years ago

Features

  • Optimize the size of icons. #14 Now each icon gets at least 45% volume optimization.

[email protected]

4 years ago

Patches:

  • Fix errors in SVG attribute capture [#12].

[email protected]

4 years ago

Fix single file missing types. #11

[email protected]

4 years ago

The naming style of the exported file changes:

// before
import Activity from '@zeit-ui/react-icons/Activity'

// after
import Activity from '@zeit-ui/react-icons/activity'

[email protected]

4 years ago

Optimized the import of a single icon:

// Before
import Activity from '@zeit-ui/react-icons/dist/activity'

// After
import Activity from '@zeit-ui/react-icons/activity'