Last modified: 4/Oct/2024
Icons
Icons are schematized visual representations of an action or enhances recognition of a UI element.
#Usage
import { Icon } from '@kinsta/stratus'
const MyComponent = () => (
<Icon type="ArrowLeft" />
)
#Props
#type
Required"AnalyticsAlt" | "AnalyticsCircleAlt" | "AnalyticsCircleSolidAlt" | "AnalyticsCircleSolid" | "AnalyticsCircle" | "AnalyticsSmall" | "AnalyticsSquareAlt" | "AnalyticsSquareSolidAlt" | ... 529 more ... | "Wrench"
Type of the icon
#size
IconSize
The size of the icon
#isSpinning
boolean
Whether the icon should be spinning
#Types
IconProps
: props of theIcon
component processed by stratusIconInterface
:IconProps
extended byHTMLAttributes<SVGElement>
IconName
: strings that identify the type of icon
Read more about types here