0.6.2 • Published 7 months ago

doticons v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

Project license Contributors Issue PRs Stars

🌟 Features

  • Small size SVGs

🌱 Usage

Install the Doticons package from npm.

npm i doticons

Each 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.

0.6.2

7 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.5.0

7 months ago