1.1.0 • Published 1 year ago

@chakra-icons/ionicons v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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.