Icon component props ● ● ● ●
● ●
@name: Only @name is required @color: Defaults to a fill of “currentColor”, can override with our color design tokens @size: Defaults to 16px square, controls the width and height, other variant is 24px @stretched: Defaults to “false” ○ Stretched is if the SVG should have 100% width and height, e.g. if it should stretch to fill the parent container @isInlineBlock: Defaults to display: inline-block, pass in @isInlineBlock={{false}} to override Can add additional CSS classes as needed