@chakra-icons/bootstrap
v1.5.1
Published
### Installation
Downloads
774
Readme
How To
Installation
yarn add @chakra-icons/bootstrap
OR use NPM
npm install --save-dev @chakra-icons/bootstrap
Usage
import { IconName } from "@chakra-icons/bootstrap";
const App = () => (
<div>
<IconName boxSize="md" color="blue" />
</div>
);
You just need to change IconName
with the specific icon name that we are provided, See List Available Icons.