UNPKG

@spectrum-web-components/icons-workflow

Version:

Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:

16 lines (15 loc) 594 B
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ArrowLeftIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Arrow Left"}={})=>l`<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="M16 12h17a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H16v6.993a.5.5 0 0 1-.854.354L1.8 18 15.146 4.654a.5.5 0 0 1 .854.353Z" /> </svg>`; //# sourceMappingURL=ArrowLeft.js.map