@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHelicopterPad = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHelicopterPad = function GYSiGlyphHelicopterPad(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-pad",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 .055c-4.418 0-8 3.566-8 7.968 0 4.4 3.582 7.968 8 7.968s8-3.567 8-7.968C16 3.621 12.418.055 8 .055Zm.004 15.057c-3.934 0-7.121-3.181-7.121-7.105C.883 4.083 4.071.902 8.004.902c3.933 0 7.121 3.181 7.121 7.105 0 3.924-3.187 7.105-7.121 7.105Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.018 2.08c-3.264 0-5.91 2.654-5.91 5.927 0 3.273 2.646 5.927 5.91 5.927 3.264 0 5.911-2.654 5.911-5.927 0-3.273-2.648-5.927-5.911-5.927Zm2.059 8.039h-1.14V9.062H7.062v1.057H5.944V5.961h1.118v1.914h1.875V5.961h1.14v4.158Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphHelicopterPad = GYSiGlyphHelicopterPad;