Skip to main content

Icons

For icons you can use the Suit UI icons library.

Installation

npm install @suit-ui/icons

Import

import { Star, Clear, Add } from "@suit-ui/icons";

Usage



<Star />
<Clear color="red" />
<Add color="#B0E0E6" />

Icons

To see all the icons available, you can visit the Storybook.