@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 930 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function c(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: "IconSpeechBubbleEmpty12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.429 9v1.988L6.327 9.26 6.613 9H10.5a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5zM7 10h3.5A1.5 1.5 0 0 0 12 8.5v-6A1.5 1.5 0 0 0 10.5 1h-9A1.5 1.5 0 0 0 0 2.5v6A1.5 1.5 0 0 0 1.5 10h1.929v.988c0 .868 1.03 1.324 1.673.74z",
clipRule: "evenodd"
}
)
}
);
}
const m = l(c);
export {
m as default
};
//# sourceMappingURL=IconSpeechBubbleEmpty12.es.js.map