iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 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 Boeing = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.904 17.287a6.051 6.051 0 01-3.76-1.301C4.35 13.27 6.8 9.628 10.144 6.069a6.07 6.07 0 012.262 7.73c-1.06-.49-2.05-1.107-2.888-1.88l1.83 3.437a6.058 6.058 0 01-4.443 1.93M.83 11.212a6.075 6.075 0 016.076-6.077c.9 0 1.753.196 2.523.546-3.293 2.91-5.843 6.293-7.353 9.218A6.051 6.051 0 01.829 11.21m12.34 2.913a6.862 6.862 0 00.642-2.913c0-2.4-1.224-4.514-3.084-5.753a49.607 49.607 0 013.582-3.341A31.173 31.173 0 0010.11 5.09a6.907 6.907 0 00-8.437 10.627C.35 18.579.12 20.878 1.285 21.654c1.249.832 3.962-.677 5.59-3.135 0 0-2.517 2.274-3.901 1.752-.852-.322-.855-1.625-.152-3.492a6.871 6.871 0 004.083 1.338 6.88 6.88 0 004.854-1.992l.245.462c3.01-.245 11.996-.483 11.996-.483 0-.431-5.95-.04-10.833-1.98" }));
exports.default = Boeing;