@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 879 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconSpeechBubbleEmpty16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 11v2.74l2.727-2.48.286-.26H13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm3.4 1H13a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2v1.74c0 .868 1.03 1.323 1.673.74z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconSpeechBubbleEmpty16.es.js.map