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

0.0.42 • Public • Published

A collection of icons by ABDT

Размер

import React from 'react'

import { Close } from '@abdt/icons';

const CloseSmall = () => <Close />
const CloseLarge = () => <Close size="large" />

Вариация

import React from 'react'

import closeSmall from '@abdt/icons/close_small.svg';

const CloseSmall = () => <img src={closeSmall} alt="" aria-hidden="true" />

Цвет

import React from 'react'

import { Close } from '@abdt/icons';

const CloseWithColor = () => <Close color="#10002b" />

Readme

Keywords

none

Package Sidebar

Install

npm i @abdt/icons

Weekly Downloads

11

Version

0.0.42

License

MIT

Unpacked Size

616 kB

Total Files

344

Last publish

Collaborators

  • akbarsdigital