UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 998 B
"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 AirplaneTaxiingLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 98h-61.51l-46.24-46.24A6 6 0 0096 50h-8a14 14 0 00-13.27 18.43L84.59 98h-26.1L36.25 75.76A6 6 0 0032 74h-8a14 14 0 00-13.4 18l14.07 46.9a37.77 37.77 0 0036.4 27.1H240a6 6 0 006-6v-24a38 38 0 00-38-38zm26 56H61.07a25.86 25.86 0 01-24.91-18.53L22.1 88.57a1.91 1.91 0 01.31-1.76A1.93 1.93 0 0124 86h5.51l22.24 22.24A6 6 0 0056 110h36.91a6 6 0 005.69-7.9L86.11 64.63A2 2 0 0188 62h5.51l46.24 46.24A6 6 0 00144 110h64a26 26 0 0126 26zm-12 46a14 14 0 11-14-14 14 14 0 0114 14zm-96 0a14 14 0 11-14-14 14 14 0 0114 14z" })); exports.default = AirplaneTaxiingLight;