UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 AirplaneLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M234.68 130.63L158 92.29V48a30 30 0 00-60 0v44.29l-76.68 38.34A6 6 0 0018 136v32a6 6 0 007.18 5.88L98 159.32v22.19l-14.24 14.25A6 6 0 0082 200v32a6 6 0 008.23 5.57L128 222.46l37.77 15.11A6 6 0 00174 232v-32a6 6 0 00-1.76-4.24L158 181.51v-22.19l72.82 14.56A6 6 0 00238 168v-32a6 6 0 00-3.32-5.37zM226 160.68l-72.82-14.56A6 6 0 00146 152v32a6 6 0 001.76 4.24L162 202.49v20.65l-31.77-12.71a6 6 0 00-4.46 0L94 223.14v-20.65l14.24-14.25A6 6 0 00110 184v-32a6 6 0 00-7.18-5.88L30 160.68v-21l76.68-38.34A6 6 0 00110 96V48a18 18 0 0136 0v48a6 6 0 003.32 5.37L226 139.71z" })); exports.default = AirplaneLight;