@stefanlazarevic/components.icon
v0.0.9
Published
Колекција SVG иконица.
Readme
Icon
Инсталација
npm i @stefanlazarevic/components.icon
или
yarn add @stefanlazarevic/components.iconКоришћење
import { Bell } from "@stefanlazarevic/components.icon";
function Component(props) {
return <Bell />;
}import * as Icon from "@stefanlazarevic/components.icon";
function Component() {
return <Icon.Bell />;
}Атрибути
| назив | тип | подразумевана вредност | опис |
| ---------------- | ------- | ---------------------- | ----------------------- |
| aria-hidden | boolean | true | read |
| className | string | undefined | read |
| focusable | boolean | false | read |
| fill | string | none | read |
| id | string | undefined | read |
| size | number | 24 | read |
| stroke | string | undefined | read |
| strokeWidth | number | undefined | read |
| strokeLinecap | string | undefined | read |
| strokeLinejoin | string | undefined | read |
| style | object | undefined | read |
| tabIndex | number | undefined | read |
| testid | string | undefined | read |
| viewBox | string | 0 0 24 24 | read |
Доступне иконице
AlertBellBookmarkCheckChevronLeftChevronRightClipboardCloseEyeHomeInfoMinusPlusSearchSyncTrash
