iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 758 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 AirplaneTaxiingFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 136v24a8 8 0 01-8 8H61.07a39.75 39.75 0 01-38.31-28.51L8.69 92.6A16 16 0 0124 72h8a8 8 0 015.65 2.34L59.32 96h22.49l-9-26.94A16 16 0 0188 48h8a8 8 0 015.66 2.34L147.32 96H208a40 40 0 0140 40zm-40 48a16 16 0 1016 16 16 16 0 00-16-16zm-96 0a16 16 0 1016 16 16 16 0 00-16-16z" }));
exports.default = AirplaneTaxiingFill;