iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 852 B
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 AirplaneTakeoffFill = (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 8zm70.31-129.24l-18.64-23.89-.12-.15a39.82 39.82 0 00-51.28-9.12L124.7 84.38 70.76 64.54a8 8 0 00-5.59 0L58 67.27l-.32.13a16 16 0 00-4.53 26.47L75 115.06l-20.17 12.2-28.26-9.54a8 8 0 00-6.08.4l-3 1.47A16 16 0 0013 145.8l36 35.27.12.12a39.78 39.78 0 0027.28 10.87 40.18 40.18 0 0020.26-5.52l147.41-88a8 8 0 002.21-11.78z" }));
exports.default = AirplaneTakeoffFill;