default-services / icons

Open-source and npm-published React icon library.

Home Page:https://default.services/#/icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://default.services/#/icons

License:MIT License


Languages

Language:JavaScript 100.0%