Iconography
This set of icons uses SVGs from Phosphor icons.
Icons help build web pages by illustrating concepts and improving website navigation.FastStore offers a set of icons that our components use, and you can also use them on your application. This set of icons uses SVGs from Phosphor icons.
Import
Import the component from @faststore/ui
_10import { Icon } from '@faststore/ui'
You can find more details about the
Icon
component here.Usage
_10<Icon name="X" weight="bold" />_10<Icon name="MagnifyingGlass" weight="regular" />_10<Icon name="House" weight="thin" />
_10<Icon name="X" weight="bold" width={16} height={16} />_10<Icon name="MagnifyingGlass" weight="regular" width={20} height={20} />_10<Icon name="House" weight="thin" width={32} height={32} />