1.0.1 • Published 1 year ago

@chakra-icons/simple-line-icons v1.0.1

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

@chakra-icons/simple-line-icons

How To

Installation

yarn add @chakra-icons/simple-line-icons

OR use NPM

npm install --save-dev @chakra-icons/simple-line-icons

Usage

import { IconName } from "@chakra-icons/simple-line-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.