iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 793 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 AirplaneLandingFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M256 216a8 8 0 01-8 8H104a8 8 0 010-16h144a8 8 0 018 8zm-24-24a8 8 0 008-8v-35.68a40.13 40.13 0 00-29.28-38.54l-60.84-17-22.5-53.63a8 8 0 00-4.85-4.5l-5.47-1.82A16 16 0 0096 48v29.39l-29.87-8.51-10.61-29.37a8 8 0 00-5-4.87l-5.47-1.82A16 16 0 0024 48v55.72a40.12 40.12 0 0029.21 38.52l176.63 49.46a8 8 0 002.16.3z" }));
exports.default = AirplaneLandingFill;