1.0.0 • Published 3 months ago

react-solar-icons v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 months ago

Solar Icon Set

Solar Icon Set - free giant pack of icons. Drawn from scratch. Six styles, perfect balance, we`ve got everything You could ever need in React.

Solar Icon Set

Install

npm install solar-icon-set

Usage

import * as SolarIconSet from "react-solar-icons";

function App() {
  return <SolarIconSet.Document color="#1C274C" size={24} iconStyle="Bold" />;
}

or

import { Document } from "react-solar-icons/school";

function App() {
  return <Document color="#1C274C" size={24} iconStyle="Bold" />;
}

Prop Types

PropertyTypeRequiredDefaultDescription
colorStringNo#1C274DOverride the icon's fill color
sizeNumberNo16pxChange icon size
autoSizeBooleanNofalseEnable automatic resizing
svgPropsSVGSVGElementNoundefinedSVG default properties
iconStyleBroken, LineDuotone, Linear, Outline, Bold, BoldDuotoneNoLinearChoose one of the styles