@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 574 B
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ColumnTwoBIcon=({width:t=24,height:e=24,hidden:a=!1,title:l="Column Two B"}={})=>o`<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="${l}"
>
<path
d="M32 2h-6v32h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM22 2H4a2 2 0 0 0-2 2v28a2 2 0 0 0 2 2h18Z"
/>
</svg>`;
//# sourceMappingURL=ColumnTwoB.js.map