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

0.0.5 • Public • Published

@bamboo/icons

[![npm latest][1]][0] [![NPM downloads][2]][0]

sea Design Icons for React

Install

use npm

npm i @bamboo/icons

or use yarn

yarn add @bamboo/icons

Usage

import React from 'react';
import { render } from 'react-dom';
import { Add, Keyboard, Search } from '@bamboo/icons';

const App = () => {
  return (
    <>
      <Add />
      <Keyboard />
      <Search />
    </>
  );
};

render(<App />, document.getElementById('root'));

Component Interface

interface IconProps {
  className?: string;
  onClick?: React.MouseEventHandler<SVGSVGElement>;
  style?: React.CSSProperties;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @bamboo-design/icons

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

1.82 kB

Total Files

2

Last publish

Collaborators

  • woaini22pk