@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 756 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBubbleMessageText = 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-text",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.01.078C3.606.078.031 2.759.031 6.065c0 3.018 2.98 5.508 6.852 5.92l-2.121 3.438 6.197-3.799c2.945-.88 5.031-3.035 5.031-5.559 0-3.306-3.574-5.987-7.98-5.987ZM10 9H4V8h6v1Zm2-1.954H4V6h8v1.046Zm0-2.055H4v-1h8v1Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBubbleMessageText };