@stefanlazarevic/components.icon
v0.0.9
Published
Колекција SVG иконица.
Downloads
4
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 |
Доступне иконице
Alert
Bell
Bookmark
Check
ChevronLeft
ChevronRight
Clipboard
Close
Eye
Home
Info
Minus
Plus
Search
Sync
Trash