@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 820 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDrops16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8m0 1A5 5 0 1 0 8 1a5 5 0 0 0 0 10m-4.5 1.5A.5.5 0 0 1 4 12h8a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5m2 1.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const l = o(r);
export {
l as default
};
//# sourceMappingURL=IconDrops16.es.js.map