iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Airbus = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.067 11.296c0-.815-.53-1.433-1.63-1.433H7.226v4.261h1.037V10.79h1.174c.432 0 .593.248.593.532 0 .296-.16.53-.593.53h-1l1.432 2.273h1.186s-.976-1.531-.964-1.531c.593-.136.976-.556.976-1.297m-5.57-1.433h1.037v4.261H5.497zm-3.323 0L0 14.137h1.173l.346-.716h1.754l-.432-.902h-.877l.642-1.31h.013l1.457 2.928h1.198L3.1 9.863zm12.685 2.05c.334-.185.507-.469.507-.901 0-.692-.519-1.149-1.371-1.149H11.56v4.261h2.52c.877 0 1.458-.469 1.458-1.198a1.017 1.017 0 00-.68-1.013m-2.26-1.148h1.383c.21 0 .37.16.37.37s-.16.37-.37.37H12.6zm1.42 2.47H12.6v-.864h1.42a.433.433 0 110 .864m4.805-.988c0 .642-.296 1-.889 1-.58 0-.877-.358-.877-1V9.863h-1.062v2.31c0 1.322.692 2.05 1.951 2.05 1.26 0 1.952-.728 1.952-2.05v-2.31h-1.062v2.384zm3.842-.68c-.988-.234-1.198-.259-1.198-.543 0-.222.247-.32.667-.32.556 0 1.136.135 1.47.345l.333-.865c-.445-.247-1.062-.407-1.803-.407-1.1 0-1.717.543-1.717 1.284 0 .79.457 1.112 1.52 1.334.827.186 1 .297 1 .531 0 .247-.223.359-.68.359-.654 0-1.235-.161-1.704-.42l-.321.914c.518.271 1.284.444 2.05.444 1.075 0 1.717-.494 1.717-1.334.012-.679-.42-1.111-1.334-1.321" }));
exports.default = Airbus;