Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

17 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages