@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
28 lines (27 loc) • 1.16 kB
JavaScript
"use strict";import{tag as c}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ListBulletedIcon=({width:l=24,height:r=24,hidden:e=!1,title:t="List Bulleted"}={})=>c`<svg
xmlns="http://www.w3.org/2000/svg"
width="${l}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="m17.25,16.52148H7.25c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h10c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="m17.25,10.52148H7.25c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h10c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="m17.25,4.52148H7.25c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h10c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<circle cx="3.5" cy="3.77108" r="1.5" fill="currentColor" />
<circle cx="3.5" cy="9.77108" r="1.5" fill="currentColor" />
<circle cx="3.5" cy="15.77108" r="1.5" fill="currentColor" />
</svg>`;
//# sourceMappingURL=ListBulleted.js.map