Skip to content

default-services/icons

Repository files navigation

Default Icon Library

NPM Build License

Open-source and npm-published React icon library.


🐱‍🏍 Install

npm:

npm install @default-services/icons

yarn:

yarn add @default-services/icons

🐱‍💻 Use

The Default icon library includes several basic icons to help get you started, allowing you to pass props such as; onClick, className, and most others to assist with styles and event handling.

import React from 'react';
import { CheckIcon } from '@default-services/icons/solid';

const MyComponent = (props) => {
  return (
    <div>
      <CheckIcon />
    </div>
  );
};

Tip: Notice in the example above, the icon is pulled from its respective file, "solid".

🐱‍👓 Learn

Learn more, with the Default documentation.

🐱‍🐉 Support

Default component library utilizes technologies such as Babel to ensure all code is cross-browser compatible, and supports at least the following browsers:

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

🦟 Bugs

Bugs reported on the project's issues page will be exterminated as quickly as possible, be sure to include steps to reproduce so they can be spotted easily.

🏷️ License

MIT © Default

About

Open-source and npm-published React icon library.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project