1.0.4 • Published 2 years ago

@bolio-ui/icons v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Bolio Icons

The SVG icons components for Bolio UI.

npm Version

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

  1. 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!

License

MIT © brunnoandrade

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago