1.0.1-beta • Published 3 years ago

react-basil v1.0.1-beta

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

react-basil

🍀 Basil icons for React

NPM JavaScript Style Guide

What is react-basil?

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/

This package is heavily inspired by react-feather

Install

yarn add react-basil

or

npm i react-basil

Usage

import React from "react";
import { AfterEffectsOutlined } from 'react-basil'

function App {
    return <AfterEffectsOutlined />
}

You can configure icons with inline props:

<AfterEffectsOutlined size={32} color={'#109c12'} />

License

MIT © jonybekov