@complagaet/react-basil
v1.0.1
Published
Maintained fork of react-basil with modern tooling
Readme
@complagaet/react-basil
Basil icons for React
Fork Notice
This repository is a maintained fork of the original react-basil package by jonybekov.
The fork keeps the Basil icon set intact, while modernizing the TypeScript, build, and package tooling around it.
What is @complagaet/react-basil?
This is a React wrapper around the Basil icon set 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/
Install
npm i @complagaet/react-basilUsage
import React from 'react'
import { Home, HomeOutlined } from '@complagaet/react-basil'
function App() {
return (
<>
<Home size={24} color='#111' />
<HomeOutlined size={32} color='#109c12' />
</>
)
}All icons accept regular SVG props plus:
<HomeOutlined size={32} color='#109c12' />size: number or string, applied towidthandheightcolor: applied throughcurrentColor
License
This fork is distributed under the MIT license.
Original package: jonybekov/react-basil
Fork maintenance and tooling updates: complagaet
