DocSpace-buildtools/packages/asc-web-components/icons
2021-03-14 21:42:23 +03:00
..
svg Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
get-css-from-svg.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
icons.test.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
index.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00

Icons

List of all available icons

Usage

import Icons from "@appserver/components/icons";
import NavLogoIcon from "../../../../../public/images/nav.logo.react.svg";
<NavLogoIcon color="#333333" isfill={false} isStroke={false} size="small" />

Properties

Props Type Required Values Default Description
size string - small, medium, big ,scale medium Specifies the icon size
color string - - black Specifies the icon color
isfill bool - - - Specifies the icon fill
isStroke bool - - - Specifies the icon stroke