Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

solar-icon-set

480-Design19.1kGPL-3.02.0.1TypeScript support: included

Solar Icon Set for React

Solar, Icon, Icons, Set, react, pack

readme

Solar Icon Set

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

Solar Icon Set

Install

npm i solar-icon-set

Usage

import { DocumentBold } from "solar-icon-set"

function App() {
  return <DocumentBold color="#1C274C" size={24} />
}

Prop Types

Property Type Required Default Description
color string No "currentColor" Icon fill color
size number or string No 16 Icon size in pixels, or string with unit
...props SVGSVGElement No undefined All other props to be passed to SVG element