@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAirplane = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAirplane = function GYSiGlyphAirplane(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-airplane",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m9.264 10.32 3.52 5.48a.798.798 0 0 0 .51.199.744.744 0 0 0 .531-.207c.389-.581-.561-4.316-1.861-8.172l-2.7 2.7Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.613.42c-.584-.586-1.328-.525-1.828-.027l-4.08 4.064c-2.437-.776-6.846-2.275-8.51-2.275-.232 0-.334.026-.369.037a.758.758 0 0 0-.014 1.012l6.107 4-3.032 3.02s-2.339-.482-2.681-.527c-.477-.062-1.027.356-.002.879 1.197.609 2.599 1.317 2.599 1.317s.863 1.679 1.39 2.604c.671 1.119 1.065.576.985 0l-.348-2.515 2.884-2.992 2.829-2.819 4.026-4.011c.501-.498.626-1.183.044-1.767Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphAirplane = GYSiGlyphAirplane;