@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 847 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function a(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: "IconBell24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 2a2 2 0 0 1 2 2v1.314a6.5 6.5 0 0 1 4.5 6.186v6h.25a.75.75 0 0 1 0 1.5H14v1a2 2 0 1 1-4 0v-1H5.25a.75.75 0 0 1 0-1.5h.25v-6A6.5 6.5 0 0 1 10 5.314V4a2 2 0 0 1 2-2M7 17.5h10v-6a5 5 0 0 0-10 0z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(a);
export {
s as default
};
//# sourceMappingURL=IconBell24.es.js.map