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 AirplaneLandingLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M254 216a6 6 0 01-6 6H104a6 6 0 010-12h144a6 6 0 016 6zm-23.62-26.22L53.75 140.32A38.14 38.14 0 0126 103.72V48a14 14 0 0118.43-13.29l5.47 1.83a6 6 0 013.74 3.65l11 30.33L98 80V48a14 14 0 0118.43-13.29l5.47 1.83a6 6 0 013.63 3.37l22.88 54.53 61.77 17.27A38.09 38.09 0 01238 148.32V184a6 6 0 01-7.62 5.78zM226 148.32a26.07 26.07 0 00-19-25l-64.58-18a6 6 0 01-3.91-3.46l-23-54.7-2.89-1A2 2 0 00110 48v40a6 6 0 01-7.64 5.77l-44-12.54a6 6 0 01-4-3.73L43.34 47l-2.71-.9A1.91 1.91 0 0040 46a2 2 0 00-1.16.38A2 2 0 0038 48v55.72a26.09 26.09 0 0019 25l169 47.33z" })); exports.default = AirplaneLandingLight;