@chakra-icons/carbon
v1.0.1
Published
## How To
Readme
@chakra-icons/carbon
How To
Installation
yarn add @chakra-icons/carbonOR use NPM
npm install --save-dev @chakra-icons/carbonUsage
import { IconName } from "@chakra-icons/carbon";
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.
