UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 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 AirplaneThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M233.79 132.42L156 93.53V48a28 28 0 00-56 0v45.53l-77.79 38.89A4 4 0 0020 136v32a4 4 0 004.78 3.92l75.22-15v25.46l-14.83 14.79A4 4 0 0084 200v32a4 4 0 005.49 3.71l38.51-15.4 38.51 15.4a3.87 3.87 0 001.49.29 3.94 3.94 0 002.24-.69A4 4 0 00172 232v-32a4 4 0 00-1.17-2.83L156 182.34v-25.46l75.22 15A4 4 0 00236 168v-32a4 4 0 00-2.21-3.58zm-5.79 30.7l-75.22-15A4 4 0 00148 152v32a4 4 0 001.17 2.83L164 201.66v24.43l-34.51-13.8a4 4 0 00-3 0L92 226.09v-24.43l14.83-14.83A4 4 0 00108 184v-32a4 4 0 00-4.78-3.92L28 163.12v-24.65l77.79-38.89A4 4 0 00108 96V48a20 20 0 0140 0v48a4 4 0 002.21 3.58L228 138.47z" })); exports.default = AirplaneThin;