@paro.io/base-icons
v1.0.4
Published
Maintained by German Cabezas, Github handle: germancabezas, Email: [email protected]
Downloads
249
Keywords
Readme
base-icons
Maintained by German Cabezas, Github handle: germancabezas, Email: [email protected]
Base Icons for react applications
Install
yarn add @paro.io/base-icons
Development
Run locally
npm install
Importing as local package into a project
Under the base-icons directory run
npm build or yarn build
then
npm pack or yarn pack
Under the consumer project import the TAR file generated by npm pack
yarn add base-icons/file.tgz
Publishing to npm
npm publish
Usage
- Use icon size medium for primary navigation, marketing sections, icon-only buttons. Rendered at 24x24.
- Use icon size small for buttons, form elements, and to support text. Rendered at 20x20.
import {IconMail} from @paro.io/base-icons
...
const ExampleComponent = () => (
<IconMail size="md"/>
<IconMail size="sm" />
)
Documentation
https://paroadmin.github.io/base-ui/#/assets/icons
Other
Icons are developed as an extension of https://heroicons.com/.