1.119.0 • Published 1 year ago

solid-tabler-icons v1.119.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.118.0

1 year ago

1.117.0

1 year ago

1.116.1

1 year ago

1.115.0

1 year ago

1.114.0

1 year ago

1.113.0

1 year ago

1.112.0

1 year ago

1.111.0

1 year ago

1.110.0

2 years ago

1.109.0

2 years ago

1.108.3

2 years ago

1.108.2

2 years ago

1.108.1

2 years ago

1.108.0

2 years ago