@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
77 lines (76 loc) • 3.06 kB
JavaScript
"use strict";import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PatternIcon=({width:r=24,height:l=24,hidden:c=!1,title:t="Pattern"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${l}"
viewBox="0 0 20 20"
aria-hidden=${c?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="M2.75,19c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M11.75,19c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M8.75,17.5h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M17.75,17.5h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M17.25,14.5c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M8.25,14.5c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M14.25,13h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M5.25,13h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M2.75,10c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M11.75,10c-.41406,0-.75-.33594-.75-.75v-3c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M8.75,8.5h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M17.75,8.5h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M17.25,5.5c-.41406,0-.75-.33594-.75-.75V1.75c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M8.25,5.5c-.41406,0-.75-.33594-.75-.75V1.75c0-.41406.33594-.75.75-.75s.75.33594.75.75v3c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M14.25,4h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M5.25,4h-3c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h3c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Pattern.js.map