@devpaps/paps-icon
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Paps Icons

A crisp set of 24×24 icons designed by the TeamBlue team.


Documentation

All icons are available as individual React components.

Install Paps Icons from npm or yarn:

npm install paps-icon --save
# or
yarn add paps-icon 

Import the icons into your React project:

import { AccessAlarm, AccessTime, AccountBalance } from 'paps-icon';

function MyComponent() {
  return (
    <div>
      <AccessAlarm />
      <AccessTime />
      <AccountBalance />
    </div>
  );
}

With props:

import { AccessAlarm } from 'paps-icon';

function MyComponent() {
  return (
    <div>
      <AccessAlarm title={"AccessAlarm"} color={"red"} width={32} height={32} />
    </div>
  );
}

License

Licensed under the ISC License, Copyright © 2022-present WorkOS.

See LICENSE for more information.

/@devpaps/paps-icon/

    Package Sidebar

    Install

    npm i @devpaps/paps-icon

    Weekly Downloads

    55

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    7.46 MB

    Total Files

    6

    Last publish

    Collaborators

    • thenuulest
    • souaibou_ndiaye
    • abdoulayendiaye
    • souaibou
    • ndiate
    • dev-malins