UNPKG

@spectrum-web-components/icons-workflow

Version:

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

15 lines (14 loc) 596 B
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TrimPathIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Trim Path"}={})=>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}" > <rect height="20" rx="1" ry="1" width="20" x="12" y="12" /> <path d="M10 10h14V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h5Z" /> </svg>`; //# sourceMappingURL=TrimPath.js.map