@bolio-ui/icons
v1.0.4
Published
The SVG icons components for Bolio UI.
Downloads
797
Maintainers
Readme
Bolio Icons
The SVG icons components for Bolio UI.
Install
$ yarn add @bolio-ui/icons
OR
$ npm install @bolio-ui/icons
Usage
import React from 'react';
import { Box } from '@bolio-ui/icons';
const App = () => {
return <Box />;
};
export default App;
Icons can be configured with color
, fontSize
and any SVG props:
<Box color="purple" fontSize={36} />
<Box color="green" strokeWidth={3} />
Other ways
- You can include the whole icon pack:
import * as Icons from '@bolio-ui/icons';
const App = () => {
return <Icons.Box />;
};
Community
We're excited to see the community adopt Bolio UI, raise issues, and provide feedback. Whether it's a feature request, bug report, or a project to showcase, please get involved!