iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 975 B
JavaScript
;
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 AirplaneTaxiingThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 100h-62.34L98.83 53.17A4 4 0 0096 52h-8a12 12 0 00-11.37 15.79L87.36 100h-29.7L34.83 77.17A4 4 0 0032 76h-8a12 12 0 00-11.48 15.45l14.06 46.89A35.79 35.79 0 0061.06 164H240a4 4 0 004-4v-24a36 36 0 00-36-36zm28 56H61.06a27.83 27.83 0 01-26.81-19.95l-14.07-46.9A4 4 0 0124 84h6.34l22.83 22.83A4 4 0 0056 108h36.91a4 4 0 003.79-5.26L84.21 65.26A4 4 0 0188 60h6.34l46.82 46.83A4 4 0 00144 108h64a28 28 0 0128 28zm-16 44a12 12 0 11-12-12 12 12 0 0112 12zm-96 0a12 12 0 11-12-12 12 12 0 0112 12z" }));
exports.default = AirplaneTaxiingThin;