@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 870 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PlatformDataMappingIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Platform Data Mapping"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
width="${a}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M30.328 20.005a4.988 4.988 0 0 0-6.074 3.328H10v-4.398a.5.5 0 0 0-.83-.376l-6.74 5.898a.5.5 0 0 0 0 .753l6.74 5.898a.5.5 0 0 0 .83-.377v-4.398h14.254a4.993 4.993 0 1 0 6.074-6.328ZM5.672 13.662a4.988 4.988 0 0 0 6.074-3.329H26v4.398a.5.5 0 0 0 .83.377l6.74-5.898a.5.5 0 0 0 0-.753l-6.74-5.898a.5.5 0 0 0-.83.376v4.398H11.746a4.993 4.993 0 1 0-6.074 6.329Z"
/>
</svg>`;
//# sourceMappingURL=PlatformDataMapping.js.map