1.119.0 • Published 3 years ago

solid-tabler-icons v1.119.0

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

solid-tabler-icons

SolidJS Components for Tabler Icons.

Usage

Install package from npmjs.com

npm install solid-tabler-icons

Use Icons :)

import { IconAward } from "solid-tabler-icons";

const MyComponent = () => {
	return (
		<IconAward
			size={36} // set custom `width` and `height`
			color="red" // set `stroke` color
			stroke={3} // set `stroke-width`
		/>
	);
};
1.119.0

3 years ago

1.118.0

3 years ago

1.117.0

3 years ago

1.116.1

3 years ago

1.115.0

3 years ago

1.114.0

3 years ago

1.113.0

3 years ago

1.112.0

3 years ago

1.111.0

3 years ago

1.110.0

3 years ago

1.109.0

3 years ago

1.108.3

3 years ago

1.108.2

3 years ago

1.108.1

3 years ago

1.108.0

3 years ago