@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 883 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDrops20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.5 7a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0M16 7A6 6 0 1 1 4 7a6 6 0 0 1 12 0M5 15.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75m2 3a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconDrops20.es.js.map