@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
15 lines (14 loc) • 629 B
JavaScript
"use strict";import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const VerticalMasonryGridViewIcon=({width:e=24,height:t=24,hidden:r=!1,title:i="Vertical Masonry Grid View"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${i}"
>
<rect x="2" y="2" width="32" height="10" rx=".5" ry=".5" />
<rect x="2" y="16" width="32" height="18" rx=".5" ry=".5" />
</svg>`;
//# sourceMappingURL=VerticalMasonryGridView.js.map