@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 494 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const o = e("SpeechBubbleEmpty", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M8 16.544v3.426l4.09-3.12.403-.306H19a1.5 1.5 0 001.5-1.5V7A1.5 1.5 0 0019 5.5H5A1.5 1.5 0 003.5 7v8.044a1.5 1.5 0 001.5 1.5zm5 1.5h6a3 3 0 003-3V7a3 3 0 00-3-3H5a3 3 0 00-3 3v8.044a3 3 0 003 3h1.5v2.936a1 1 0 001.606.795z", "clip-rule": "evenodd" }]]);
export {
o as IconSpeechBubbleEmpty
};
//# sourceMappingURL=fondue-icons337.js.map