@chakra-icons/octicons
v1.18.0
Published
## How To
Downloads
43
Readme
@chakra-icons/octicons
How To
Installation
yarn add @chakra-icons/octicons
OR use NPM
npm install --save-dev @chakra-icons/octicons
Usage
import { IconName } from "@chakra-icons/octicons";
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.