@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 631 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LocationIcon=({width:t=24,height:e=24,hidden:a=!1,title:o="Location"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${o}"
>
<path
d="M18 1.925a12 12 0 0 0-12 12c0 6.627 12 21.75 12 21.75s12-15.123 12-21.75a12 12 0 0 0-12-12Zm0 16.725A4.65 4.65 0 1 1 22.65 14 4.65 4.65 0 0 1 18 18.65Z"
/>
</svg>`;
//# sourceMappingURL=Location.js.map