iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 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 AirplaneTakeoff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 216a8 8 0 01-8 8H24a8 8 0 010-16h144a8 8 0 018 8zm71.86-122.85a8 8 0 01-3.76 5.39l-147.41 88a40.18 40.18 0 01-20.26 5.52 39.78 39.78 0 01-27.28-10.87l-.12-.12L13 145.8a16 16 0 014.49-26.21l3-1.47a8 8 0 016.08-.4l28.26 9.54L75 115.06 53.17 93.87A16 16 0 0157.7 67.4l.32-.13 7.15-2.71a8 8 0 015.59 0l53.94 19.82 51.57-30.78a39.82 39.82 0 0151.28 9.12l.12.15 18.64 23.89a8 8 0 011.55 6.39zm-19.74-3.7l-13-16.67a23.88 23.88 0 00-30.68-5.42l-54.8 32.72a8.06 8.06 0 01-6.87.64L68 80.58l-4 1.53.21.2 29.36 28.49a8 8 0 01-1.43 12.58l-32.21 19.49a8 8 0 01-6.7.73l-28.67-9.67-.19.1-.37.17a.71.71 0 01.13.12l36 35.26a23.85 23.85 0 0028.42 3.18z" }));
exports.default = AirplaneTakeoff;