1.0.5 • Published 3 months ago

react-solar-set v1.0.5

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

React Solar Set

Solar Icon Set

News icons 🎉

import { PowerLighting } from "react-solar-set";

function App() {
  return <PowerLighting color="#1C274C" size={24} iconStyle="Linear" />;
}
import { SolarPower } from "react-solar-set";

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

Install

npm install react-solar-set

Usage

import * as ReactSolarIcon from "react-solar-set";

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

or

import { Document } from "react-solar-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
1.0.5

3 months ago

1.0.2

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago