@chakra-icons/cryptocurrency-icons
v1.1.1
Published
## How To
Downloads
21
Readme
@chakra-icons/cryptocurrency-icons
How To
Installation
yarn add @chakra-icons/cryptocurrency-iconsOR use NPM
npm install --save-dev @chakra-icons/cryptocurrency-iconsUsage
import { IconName } from "@chakra-icons/cryptocurrency-icons";
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.
