@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 950 B
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LineHeightIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Line Height"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="4" rx="1" ry="1" width="22" x="12" y="4" />
<rect height="4" rx="1" ry="1" width="22" x="12" y="16" />
<rect height="4" rx="1" ry="1" width="22" x="12" y="28" />
<path
d="M9 30H6.994L7 8h2.006a.5.5 0 0 0 .5-.5.49.49 0 0 0-.147-.35L5.824 3.113a.5.5 0 0 0-.633 0L1.655 7.146a.491.491 0 0 0-.148.35.5.5 0 0 0 .5.5h2.008L4.009 30H2a.5.5 0 0 0-.5.5.49.49 0 0 0 .147.35l3.537 4.033a.5.5 0 0 0 .632 0l3.536-4.033a.491.491 0 0 0 .148-.35.5.5 0 0 0-.5-.5Z"
/>
</svg>`;
//# sourceMappingURL=LineHeight.js.map