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