UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.32 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphAirBalloon = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphAirBalloon = function GYSiGlyphAirBalloon(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-air-balloon", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M10.959 15.312a.678.678 0 0 1-.678.678h-2.6a.678.678 0 0 1-.676-.678v-2.234h3.953v2.234h.001Zm3.026-10.561c0-1.769-.89-3.707-3.009-4.446 1.238 1.027 3.428 3.403-1.43 10.664L9.974.155s-.463-.123-.99-.123c-.512 0-.941.113-.941.113l.5 10.813C3.668 3.582 5.84 1.295 7.092.294c-2.138.733-3.076 2.683-3.076 4.457C4.016 7.466 8.561 12 7.786 12h2.506c-.71 0 3.693-4.48 3.693-7.249Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphAirBalloon = GYSiGlyphAirBalloon;