@icongo/gy
Version:
Glyph Iconset Icons
38 lines (37 loc) • 2.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAirplane2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAirplane2 = function GYSiGlyphAirplane2(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-2",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(0 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 7.98,
cy: 7.904,
className: "prefix__si-glyph-fill",
rx: 1.98,
ry: 1.904
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.754 2.492c.797.888 1.325 1.735 1.182 1.895-.143.158-.904-.431-1.701-1.317-.795-.887-1.325-1.735-1.182-1.895.142-.159.904.43 1.701 1.317Zm9.023.577c-.797.887-1.559 1.477-1.701 1.317-.143-.16.386-1.007 1.183-1.895.797-.887 1.558-1.477 1.7-1.317.142.16-.387 1.009-1.182 1.895Zm-6.78 11.372c0 .267-.22.481-.49.481a.485.485 0 0 1-.491-.481v-.924c0-.266.219-.479.491-.479.271 0 .49.214.49.479v.924Zm4.98.055a.477.477 0 0 1-.465.489.477.477 0 0 1-.465-.489v-.938c0-.271.209-.488.465-.488.257 0 .465.218.465.488v.938Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.957.496c0 .818-.57 1.482-1.275 1.482H1.304C.6 1.978.03 1.314.03.496c0 0-.195-.419 1.274-.419h13.378c1.373 0 1.275.419 1.275.419ZM8.035 5.072c1.611 0 2.326.843 2.326.843h2.59c-.6-1.661-2.597-2.882-4.973-2.882-2.377 0-4.373 1.221-4.973 2.882h2.699c.001 0 .714-.843 2.331-.843Zm.01 5.893c-1.836 0-2.338-.934-2.338-.934H3c.607 1.71 2.609 2.968 4.989 2.968s4.384-1.258 4.99-2.968h-2.597c.001 0-.503.934-2.337.934ZM6 8.935s-4.955.331-4.955-.809C1.045 6.981 6 7.049 6 7.049v1.886Zm4.121-1.901s4.816-.203 4.816.947c0 1.151-4.816.947-4.816.947V7.034Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphAirplane2 = GYSiGlyphAirplane2;