probe-web / @probe-web/ui / iconMarkup
Function: iconMarkup()
ts
function iconMarkup(name, size?): string;Defined in: packages/ui/src/icons.ts:73
An icon as SVG markup, for pages that build DOM without Lit. The icon is aria-hidden: label the control that contains it.
Parameters
| Parameter | Type | Default value |
|---|---|---|
name | IconName | undefined |
size | number | 16 |
Returns
string