0.0.9 • Published 4 years ago

@stefanlazarevic/components.icon v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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-hiddenbooleantrueread
classNamestringundefinedread
focusablebooleanfalseread
fillstringnoneread
idstringundefinedread
sizenumber24read
strokestringundefinedread
strokeWidthnumberundefinedread
strokeLinecapstringundefinedread
strokeLinejoinstringundefinedread
styleobjectundefinedread
tabIndexnumberundefinedread
testidstringundefinedread
viewBoxstring0 0 24 24read

Доступне иконице

  • Alert
  • Bell
  • Bookmark
  • Check
  • ChevronLeft
  • ChevronRight
  • Clipboard
  • Close
  • Eye
  • Home
  • Info
  • Minus
  • Plus
  • Search
  • Sync
  • Trash