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