Basil icons for React
This is a set of minimalistic icons for React.js. It uses basil icons designed by Craftwork Design
Here's what designer says
Really big set of icons, perfectly fitting to any design. Black minimalistic shapes are presented in two styles: outline and solid. 500 pieces were gathered in 9 the most used categories to help you in search of what you need. https://craftwork.design/downloads/basil/
yarn add react-basilor
npm i react-basilimport React from "react";
import { AfterEffectsOutlined } from 'react-basil'
function App {
return <AfterEffectsOutlined />
}You can configure icons with inline props:
<AfterEffectsOutlined size={32} color={'#109c12'} />MIT © jonybekov