@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 992 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: "IconDroplet20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.75 12.77c0 2.608-2.122 4.73-4.75 4.73s-4.75-2.122-4.75-4.73c0-3 1.363-5.628 2.824-7.573A19 19 0 0 1 10 3.011c.534.52 1.23 1.261 1.926 2.186 1.461 1.945 2.824 4.574 2.824 7.572m1.5-.001C16.25 16.21 13.452 19 10 19s-6.25-2.79-6.25-6.23C3.75 5.866 10 1 10 1s6.25 4.867 6.25 11.77m-7.5 1.73a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",
clipRule: "evenodd"
}
)
}
);
}
const n = o(r);
export {
n as default
};
//# sourceMappingURL=IconDroplet20.es.js.map