0.1.4 • Published 3 years ago

solid-feather-icons v0.1.4

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

Solid Feather Icons

What is solid-feather-icons?

solid-feather-icons is a solid-js wrapper around svg Feather Icons based on v4.28.0. The icons provided are under the MIT license (as is this repository).

Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility.

Installation

npm i solid-feather-icons --save

Usage

import { Search as SearchIcon } from 'solid-feather-icons'

const SearchButton = ({caption}) =>
	<div>
		<SearchIcon />
		Search
	</div>

Configuration Options:

optiondefaultexplanation
size24The icons have square (24x24) viewboxes, this value sets the width and height of the svg.
color"currentColor"This can be an rgb() value or a hexadecimal value. The default 'currentColor' will use the inherited text color.
strokeWidth2The width of the svg stroke.
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago