@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.2 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function t(l) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconColorFan32",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 7v13.005l5-8.66V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1m7 .88V7a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v19a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3v-3a3 3 0 0 0-3-3h-.554l.473-.273a3 3 0 0 0 1.098-4.098l-1.75-3.03a3 3 0 0 0-4.098-1.099l-.433.25.241-.419a3 3 0 0 0-1.098-4.098l-3.03-1.75a3 3 0 0 0-4.099 1.098zM5 26a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1zm19.919-8.005L21.446 20h-11l11.723-6.768a1 1 0 0 1 1.366.366l1.75 3.031a1 1 0 0 1-.366 1.366M17.27 13.75l-9.526 5.5 6.737-11.669a1 1 0 0 1 1.366-.366l3.031 1.75a1 1 0 0 1 .366 1.366z",
clipRule: "evenodd"
}
)
}
);
}
const s = e(t);
export {
s as default
};
//# sourceMappingURL=IconColorFan32.es.js.map