2.0.6 • Published 22 days ago

@ghostebony/svelte-heroicons v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

@ghostebony/svelte-heroicons

About

Heroicons for Svelte

Installation

With npm:

npm i -D @ghostebony/svelte-heroicons

With yarn:

yarn add -D @ghostebony/svelte-heroicons

With pnpm:

pnpm add -D @ghostebony/svelte-heroicons

Usage

Outline demo

<script>
	// import { AcademicCapIcon } from "@ghostebony/svelte-heroicons/24/outline";
	import AcademicCapIcon from "@ghostebony/svelte-heroicons/24/outline/AcademicCap";
</script>

<AcademicCapIcon />

Solid demo

<script>
	// import { AcademicCapIcon } from "@ghostebony/svelte-heroicons/24/solid";
	import AcademicCapIcon from "@ghostebony/svelte-heroicons/24/solid/AcademicCap";
</script>

<AcademicCapIcon />

Solid Mini demo

<script>
	// import { AcademicCapIcon } from "@ghostebony/svelte-heroicons/20/solid";
	import AcademicCapIcon from "@ghostebony/svelte-heroicons/20/solid/AcademicCap";
</script>

<AcademicCapIcon />

Props

Outline

PropertyTypeDefault
strokestring"currentColor"
strokeWidthnumber1.5
heightnumber \| stringundefined
widthnumber \| stringundefined

Solid

PropertyTypeDefault
fillstring"currentColor"
heightnumber \| stringundefined
widthnumber \| stringundefined

License

MIT

2.0.6

22 days ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.3

9 months ago

2.0.2

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago