Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 348 Bytes

Ren UI Icons

Ren SVG icons exported as React Components.

Build and publish

Run nx run icons:build. Then yarn publish dist/packages/icons

Storybook

Run as dev server: nx run icons:storybook.

Build: nx run icons:build-storybook.

Running unit tests

Run nx test icons to execute the unit tests via Jest.