UNPKG

@spectrum-web-components/icons-workflow

Version:

[Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) delivered in a flexible template tag so that they can be leveraged across various frameworks. The default export of this package pre-applies the `html` template tag from `lit-html` for ease

9 lines (8 loc) 355 B
import { TemplateResult } from '../custom-tag.js'; export { setCustomTemplateLiteralTag } from '../custom-tag.js'; export declare const EventExcludeIcon: ({ width, height, hidden, title, }?: { width?: number | undefined; height?: number | undefined; hidden?: boolean | undefined; title?: string | undefined; }) => string | TemplateResult;