@gamecrafters/base-ui-icons
v0.0.11
Published
Base UI icons
Readme
@gamecrafters/base-ui-icons
base-ui-icons are a set of SVG icons built by GameCrafters
Getting Started
Prerequisites
- Node.js 24 or later
- npm
- React 18 or later, as a peer dependency of the package
Installation
- Install from npm
npm install @gamecrafters/base-ui-icons
Usage
import { AddCircleRegular, AlertRegular } from '@gamecrafters/base-ui-icons'
const Toolbar = () => {
return (
<button type="button">
<AddCircleRegular size={24} aria-label="Add item" />
</button>
)
}License
Distributed under the MIT License. See LICENSE for more information.
Contact
Project Link: https://github.com/donaldturinglee/base-ui-icons
