UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 918 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 AirplaneInFlightBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 216a12 12 0 01-12 12H72a12 12 0 010-24h144a12 12 0 0112 12zm24-80v24a12 12 0 01-12 12H61.07a43.72 43.72 0 01-42.14-31.36L4.86 93.75A20 20 0 0124 68h8a12 12 0 018.48 3.51L61 92h15.27L69 70.32A20 20 0 0188 44h8a12 12 0 018.48 3.51L149 92h59a44.05 44.05 0 0144 44zm-24 0a20 20 0 00-20-20h-64a12 12 0 01-8.48-3.51l-40.69-40.7 9.47 28.42A12 12 0 0192.91 116H56a12 12 0 01-8.49-3.51L30.4 95.36l11.51 38.39A19.89 19.89 0 0061.07 148H228z" })); exports.default = AirplaneInFlightBold;