UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 941 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 AirplaneTaxiingBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 88h-59l-44.51-44.49A12 12 0 0096 40h-8a20 20 0 00-19 26.33L76.27 88H61L40.49 67.51A12 12 0 0032 64h-8A20 20 0 004.86 89.75l14.07 46.89A43.72 43.72 0 0061.07 168H240a12 12 0 0012-12v-24a44.05 44.05 0 00-44-44zm20 56H61.07a19.89 19.89 0 01-19.16-14.25L30.4 91.36l17.12 17.13A12 12 0 0056 112h36.9a12 12 0 0011.4-15.79l-9.47-28.42 40.69 40.7A12 12 0 00144 112h64a20 20 0 0120 20zm0 60a20 20 0 11-20-20 20 20 0 0120 20zm-96 0a20 20 0 11-20-20 20 20 0 0120 20z" })); exports.default = AirplaneTaxiingBold;