@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 827 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconDrops32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M23 12a7 7 0 1 1-14 0 7 7 0 0 1 14 0m2 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0M8 24a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m3 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconDrops32.es.js.map