@master-c8/icons
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Icons Package

Icons of master-c8 project

Icon

Example:

import React from 'react';
import { BriefCase } from '@master-c8/icons';

const Questions = () => (
  <ul>
    <li>
      Jobs <BriefCase />
    </li>
  </ul>
);

export default Questions;

List Icons

  - <Blog />
  - <BriefCase />
  - <ChevronLeft />
  - <ChevronRight />
  - <ChevronUp />
  - <ChevronDown />
  - <Home />
  - <Menu />
  - <Message />
  - <Notification />
  - <UserGroup />
  - <Website />

Size Icons

import { Blog } from '@master-c8/icons';

const Example = () => {
  return (
    <Blog fontSize="small"/>
    <Blog fontSize="large"/>
  );
};

export default Example;

List Colors

  • primary
  • secondary
  • error
  • info
  • success
  • warning
  • inherit
  • action
  • disabled

Example

import { Message } from '@master-c8/icons';

const Example = () => {
  return <Message color="secondary" />
};

export default Example;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    3
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @master-c8/icons

Weekly Downloads

3

Version

0.1.3

License

MIT

Unpacked Size

63.3 kB

Total Files

141

Last publish

Collaborators

  • yadurani
  • kevfarid