@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 697 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBubbleMessage = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bubble-message",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.988 1.002c-4.387 0-7.947 2.619-7.947 5.852 0 2.95 2.968 5.383 6.824 5.786l-2.042 3.332 6.103-3.686c2.934-.86 5.012-2.967 5.012-5.433 0-3.232-3.559-5.851-7.95-5.851Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBubbleMessage };