@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBubbleMessageDot = 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",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.1 0H3.902C2.873 0 2.039.795 2.039 2.094v5.844c0 1.299.834 2.051 1.863 2.051h5.7l-1.57 4.98 4.474-4.98h1.595c1.029 0 1.864-.752 1.864-2.051V2.094C15.964.795 15.129 0 14.1 0ZM5.02 6.312a1.31 1.31 0 0 1-1.301-1.318c0-.728.582-1.317 1.301-1.317.721 0 1.301.59 1.301 1.317A1.309 1.309 0 0 1 5.02 6.312ZM9 6.24c-.709 0-1.281-.558-1.281-1.246S8.291 3.749 9 3.749c.707 0 1.281.558 1.281 1.245 0 .689-.574 1.246-1.281 1.246Zm4 0c-.705 0-1.281-.558-1.281-1.246S12.295 3.749 13 3.749c.707 0 1.281.558 1.281 1.245 0 .689-.574 1.246-1.281 1.246Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBubbleMessageDot };