@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 916 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: "IconSpeechBubbleEmpty24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 16.544v3.426l4.09-3.12.403-.306H19a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 19 5.5H5A1.5 1.5 0 0 0 3.5 7v8.044a1.5 1.5 0 0 0 1.5 1.5zm5 1.5h6a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v8.044a3 3 0 0 0 3 3h1.5v2.936a1 1 0 0 0 1.606.795z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconSpeechBubbleEmpty24.es.js.map