@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(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: "IconLollipop24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 15.061V9a5.5 5.5 0 1 0-11 0v6.061c0 .795.644 1.439 1.439 1.439h8.122c.795 0 1.439-.644 1.439-1.439M7.939 18H9.5v1.5a2.5 2.5 0 0 0 5 0V18h1.561A2.94 2.94 0 0 0 19 15.061V9A7 7 0 1 0 5 9v6.061A2.94 2.94 0 0 0 7.939 18M11 19.5V18h2v1.5a1 1 0 1 1-2 0M9.75 7a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 9.75 7m4.5 0a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75",
clipRule: "evenodd"
}
)
}
);
}
const c = o(l);
export {
c as default
};
//# sourceMappingURL=IconLollipop24.es.js.map