UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphBalloon = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphBalloon = function GYSiGlyphBalloon(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-balloon", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M8.998 13.272c-1.634 0-1.838-.415-1.863-.497-.102-.352.514-1.103.996-1.512l-.027-.041c2.15-.667 3.807-4.533 3.807-6.773A4.446 4.446 0 0 0 7.469 0a4.446 4.446 0 0 0-4.442 4.449c0 2.35 1.818 6.486 4.121 6.849-.393.462-.787 1.106-.611 1.702.197.674.98.988 2.463.988.123 0 .18.147.068.305-.332.457-1.217.991-2.62.991V16c2.171 0 3.374-1.169 3.374-1.977a.73.73 0 0 0-.255-.572.88.88 0 0 0-.569-.179ZM4.643 4.648c0 .688-.596.396-.596-.604 0-1.688 1.332-3.058 2.978-3.058.978 0 1.269.613.595.613-1.643.001-2.977 1.36-2.977 3.049Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphBalloon = GYSiGlyphBalloon;