1.0.0 • Published 1 year ago

solar-icon-set v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year 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 "solar-icon-set";

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

or

import { Document } from "solar-icon-set/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