@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 944 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconLollipop32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M23 12v7.8a2.2 2.2 0 0 1-2.2 2.2h-9.6A2.2 2.2 0 0 1 9 19.8V12a7 7 0 1 1 14 0M13 24h-1.8A4.2 4.2 0 0 1 7 19.8V12a9 9 0 1 1 18 0v7.8a4.2 4.2 0 0 1-4.2 4.2H19v2a3 3 0 1 1-6 0zm2 0v2a1 1 0 1 0 2 0v-2zm-2-14a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1m7 1a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0z",
clipRule: "evenodd"
}
)
}
);
}
const i = o(a);
export {
i as default
};
//# sourceMappingURL=IconLollipop32.es.js.map