@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 888 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDrops24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 9a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0M6 18.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H6.75a.75.75 0 0 1-.75-.75m2.5 3a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconDrops24.es.js.map