@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
35 lines (34 loc) • 1.07 kB
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BidRuleIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Bid Rule"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path d="m18 12 6-6 5.999 6-6 6z" />
<rect
height="3.155"
rx=".789"
ry=".789"
transform="rotate(-44.995 30.008 18.01)"
width="12.619"
x="23.7"
y="16.432"
/>
<rect
height="3.155"
rx=".789"
ry=".789"
transform="rotate(-44.995 18.023 6.023)"
width="12.619"
x="11.713"
y="4.445"
/>
<path
d="m4.06 34.06-2.12-2.12a1.5 1.5 0 0 1 0-2.122L18 15l3 3L6.182 34.06a1.5 1.5 0 0 1-2.122 0ZM34 30v-1a1 1 0 0 0-1-1H23a1 1 0 0 0-1 1v1h-1.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"
/>
</svg>`;
//# sourceMappingURL=BidRule.js.map