UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.04 kB
"use strict"; 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 AirplaneLandingThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M252 216a4 4 0 01-4 4H104a4 4 0 010-8h144a4 4 0 014 4zm-21.08-28.15L54.29 138.4A36.12 36.12 0 0128 103.73V48a12 12 0 0115.79-11.37l5.48 1.82a4 4 0 012.49 2.44l11.31 31.29L100 82.71V48a12 12 0 0115.79-11.38l5.48 1.82a4 4 0 012.42 2.25l23.25 55.42 62.7 17.52a36.1 36.1 0 0126.36 34.7V184a4 4 0 01-5.08 3.85zM228 148.33a28.07 28.07 0 00-20.51-27l-64.57-18a4 4 0 01-2.61-2.31L117 45.47l-3.75-1.25A4 4 0 00108 48v40a4 4 0 01-5.1 3.85l-44-12.54a4 4 0 01-2.66-2.49L44.9 45.43l-3.64-1.21a3.95 3.95 0 00-3.6.55A4 4 0 0036 48v55.72a28.1 28.1 0 0020.45 27l171.55 48z" })); exports.default = AirplaneLandingThin;