UNPKG

@spectrum-web-components/icons-workflow

Version:

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

16 lines (15 loc) 775 B
"use strict";import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SelectBoxIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Select Box"}={})=>r`<svg xmlns="http://www.w3.org/2000/svg" height="${t}" viewBox="0 0 36 36" width="${e}" aria-hidden=${a?"true":"false"} role="img" fill="currentColor" aria-label="${l}" > <path d="M29.2 2H6.8A4.8 4.8 0 0 0 2 6.8v22.4A4.8 4.8 0 0 0 6.8 34h22.4a4.8 4.8 0 0 0 4.8-4.8V6.8A4.8 4.8 0 0 0 29.2 2Zm-.355 10.377L14.566 26.655a.8.8 0 0 1-1.131 0l-6.28-6.278a.8.8 0 0 1 0-1.131l2.491-2.491a.8.8 0 0 1 1.131 0L14 19.98 25.223 8.755a.8.8 0 0 1 1.131 0l2.491 2.491a.8.8 0 0 1 0 1.131Z" /> </svg>`; //# sourceMappingURL=SelectBox.js.map