@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 984 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const VisitIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Visit"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M33 4H3a1 1 0 0 0-1 1v24a1 1 0 0 0 1 1h2.314a8.995 8.995 0 0 1 1.949-2H4V10h28v18h-3.437a9.453 9.453 0 0 1 2.024 2H33a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Z"
/>
<path
d="M21.213 27.051v-1.674a1.159 1.159 0 0 1 .295-.747 8.842 8.842 0 0 0 2.01-5.517c0-4.175-2.214-6.508-5.56-6.508s-5.623 2.425-5.623 6.508a8.936 8.936 0 0 0 2.107 5.517 1.159 1.159 0 0 1 .295.747v1.667a1.15 1.15 0 0 1-1 1.16c-6.722.585-7.727 5.183-7.727 7 0 .2-.007.8-.007.8H30v-.8c0-1.738-1.187-6.32-7.788-6.99a1.155 1.155 0 0 1-.999-1.163Z"
/>
</svg>`;
//# sourceMappingURL=Visit.js.map