@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 975 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMegaphone12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.47 1.054a1 1 0 0 1 1.53.848v7.196a1 1 0 0 1-1.53.848L5.357 8H5v2a1 1 0 0 1-1 1H2.924a1 1 0 0 1-.987-.836l-.368-2.21A2 2 0 0 1 0 6V5a2 2 0 0 1 2-2h3.357zM4 8v2H2.924L2.59 8zm1.5-1H5V4h.643l.122-.076L9 1.902v7.196L5.765 7.076 5.643 7zM2 4h2v3H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m9 0v3a.5.5 0 0 0 1 0V4a.5.5 0 0 0-1 0",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconMegaphone12.es.js.map