@8bit-stack-icon/svelte
v1.0.0
Published
A library of 8-bit / pixel-art style icons for popular tech stack technologies. Now supporting multiple frameworks!
Readme
8-bit Stack Icons (Monorepo)
A library of 8-bit / pixel-art style icons for popular tech stack technologies. Now supporting multiple frameworks!
Installation
npm install @8bit-stack-icon/svelte
# or
yarn add @8bit-stack-icon/svelte
# or
pnpm add @8bit-stack-icon/svelte
# or
bun add @8bit-stack-icon/svelteUsage
<script>
import { StackIcon } from '@8bit-stack-icon/svelte';
</script>
<StackIcon name="svelte" size={32} />License
This project is licensed under the MIT License.
