@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 749 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBubbleMessageDot2 = 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-dot-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.019 1.04c-4.398 0-7.968 2.62-7.968 5.852 0 2.95 2.975 5.384 6.842 5.787l-2.048 3.25 6.119-3.603c2.942-.861 5.025-2.968 5.025-5.435 0-3.231-3.569-5.851-7.97-5.851ZM6 8H4V6h2v2Zm4 0H8V6h2v2Zm4 0h-2V6h2v2Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBubbleMessageDot2 };