0.8.1 • Published 11 months ago
doticons v0.8.1
Doticons is a comprehensive and carefully curated collection of SVG dot icons. Each icon within this repository is meticulously crafted to ensure a consistent and visually pleasing experience. With a focus on simplicity and versatility, these dot icons can be seamlessly integrated into various applications, websites, presentations, or any other visual project.
🌟 Features
- Small size SVGs
🌱 Usage
Install the Doticons package from npm.
npm i doticonsEach icon can be imported individually as a React component:
import { GithubDoticon } from 'doticons/16'
function MyComponent() {
return (
<div>
<GithubDoticon />
<p>...</p>
</div>
)
}The 16x16 icons can be imported from doticons/16 and the 32x32 icons can be imported from doticons/32.
Icons use an upper camel case naming convention and are always suffixed with the word Doticon.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.