@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 839 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(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: "IconBell32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16 4a2.5 2.5 0 0 1 2.5 2.5v.898A8 8 0 0 1 24 15v8h1a1 1 0 1 1 0 2h-6.5v.5a2.5 2.5 0 0 1-5 0V25H7a1 1 0 1 1 0-2h1v-8a8 8 0 0 1 5.5-7.602V6.5A2.5 2.5 0 0 1 16 4m-6 19h12v-8a6 6 0 0 0-12 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconBell32.es.js.map