Skip to content

Latest commit

 

History

History

feather

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@chakra-icons/feather

How To

Installation

yarn add @chakra-icons/feather

OR use NPM

npm install --save-dev @chakra-icons/feather

Usage

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