Skip to content

A growing collection of icons in 5 different styles designed for the web.

Notifications You must be signed in to change notification settings

thomascullen/kidogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kidogo icons

Get Started

Install the icon pack from npm.

npm install kidogo

You can now import each icon that you want to use.

import { Box } from "kidogo/duoline";

function MyComponent() {
  return (
    <div>
      <Box />
      ...
    </div>
  );
}

You can control the color of each icon using the color and secondaryColor props.

<Box color="#00CBA6" secondaryColor="#C6DFDB" />

License

This library is MIT licensed.

About

A growing collection of icons in 5 different styles designed for the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published