1.0.2 • Published 10 months ago

react-solar-icons v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

2 years ago