iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 984 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 AirplaneLandingBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M256 216a12 12 0 01-12 12H104a12 12 0 010-24h140a12 12 0 0112 12zm-27.24-24.45L52.14 142.09A44.13 44.13 0 0120 99.72V48a20 20 0 0126.32-19l5.48 1.83a12 12 0 017.49 7.3l9.91 27.46 22.8 6.5V48a20 20 0 0126.32-19l5.48 1.83a12 12 0 017.27 6.74l21.75 51.85 59 16.49A44.12 44.12 0 01244 148.32V180a12 12 0 01-15.24 11.55zM220 148.32a20.05 20.05 0 00-14.65-19.27L140.77 111a12 12 0 01-7.84-6.91L116 63.71V88a12 12 0 01-15.29 11.54L56.71 87a12 12 0 01-8-7.46L44 66.48v33.24A20.07 20.07 0 0058.61 119L220 164.18z" }));
exports.default = AirplaneLandingBold;