@8bit-stack-icon/react
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/react
# or
yarn add @8bit-stack-icon/react
# or
pnpm add @8bit-stack-icon/react
# or
bun add @8bit-stack-icon/reactUsage
import { StackIcon } from '@8bit-stack-icon/react';
function App() {
return (
<StackIcon name="react" size={32} />
);
}License
This project is licensed under the MIT License.
