@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 956 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphBulletIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Graph Bullet"}={})=>h`<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}"
>
<path
d="M2 8.5v3a.5.5 0 0 0 .5.5H8V8H2.5a.5.5 0 0 0-.5.5ZM29.5 8H16v4h13.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5ZM14 16H2.378a.378.378 0 0 0-.378.378v3.244a.378.378 0 0 0 .378.378H14ZM2 24.5v3a.5.5 0 0 0 .5.5H20v-4H2.5a.5.5 0 0 0-.5.5ZM33.5 24H28v4h5.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"
/>
<rect height="8" rx="1" ry="1" width="4" x="10" y="6" />
<rect height="8" rx="1" ry="1" width="4" x="16" y="14" />
<rect height="8" rx="1" ry="1" width="4" x="22" y="22" />
</svg>`;
//# sourceMappingURL=GraphBullet.js.map