iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 970 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 AirplaneLanding = (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-26.16-24.3L53.21 142.24A40.12 40.12 0 0124 103.72V48a16 16 0 0121.06-15.18l5.47 1.82a8 8 0 015 4.87l10.6 29.37L96 77.39V48a16 16 0 0121.06-15.18l5.47 1.82a8 8 0 014.85 4.5l22.5 53.63 60.84 17A40.13 40.13 0 01240 148.32V184a8 8 0 01-10.16 7.7zM224 148.32a24.09 24.09 0 00-17.58-23.13l-64.57-18a8 8 0 01-5.23-4.61L114 48.67l-2-.67v40a8 8 0 01-10.19 7.7l-44-12.54a8 8 0 01-5.33-5L41.79 48.59 40 48v55.72a24.09 24.09 0 0017.53 23.12L224 173.45z" }));
exports.default = AirplaneLanding;