@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 2.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHelicopter = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHelicopter = function GYSiGlyphHelicopter(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-helicopter",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.276 9.667c-1.255 0-2.275-1.038-2.275-2.312 0-1.275 1.021-2.312 2.275-2.312.444 0 .874.13 1.244.376l-.364.545a1.58 1.58 0 0 0-.88-.266c-.893 0-1.619.743-1.619 1.657 0 .913.727 1.657 1.619 1.657v.655Zm12.978-5.615s-4.723.162-4.723.362v.132h-.043v-.132c0-.2-4.721-.362-4.721-.362-.39 0-.705.162-.705.362v.205c0 .199.315.361.705.361 0 0 3.104-.107 4.277-.253v2.189h.922v-2.19c1.169.147 4.287.254 4.287.254.39 0 .705-.162.705-.361v-.205c.001-.2-.314-.362-.704-.362Zm-1.476 10.896H8.863c-1.211 0-2.842-.904-2.842-1.62 0-.173.152-.312.34-.312.188 0 .34.14.34.312 0 .309 1.314.788 2.162.788h5.915c.847 0 1.48-.475 1.48-.782 0-.173.153-.312.339-.312.188 0 .341.14.341.312 0 .715-.948 1.614-2.16 1.614Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.59 6.125c-1.254 0-2.892.388-4.178.878H2.955a.626.626 0 0 0-.622.63l.698.228c0 .347.278.629.622.629l3.448.866c1.006 1.51 1.717 3.562 5.488 3.562 2.408 0 4.359-1.487 4.359-3.323 0-1.836-1.95-3.47-4.358-3.47Zm.559 3.928c-.681 0-1.229-.719-1.229-1.605 0-.885-.156-1.604.522-1.604.683 0 2.726.719 2.726 1.604 0 1.724-1.338 1.605-2.019 1.605Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphHelicopter = GYSiGlyphHelicopter;