UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 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 AirplaneBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M237.37 125.27L164 88.58V48a36 36 0 00-72 0v40.58l-73.37 36.69A12 12 0 0012 136v32a12 12 0 0014.35 11.77L92 166.64V179l-12.49 12.51A12 12 0 0076 200v32a12 12 0 0016.46 11.14L128 228.92l35.54 14.22a11.91 11.91 0 004.46.86 12 12 0 0012-12v-32a12 12 0 00-3.51-8.49L164 179v-12.36l65.65 13.13A12 12 0 00244 168v-32a12 12 0 00-6.63-10.73zM220 153.36l-65.65-13.13A12 12 0 00140 152v32a12 12 0 003.51 8.49L156 205v9.31l-23.54-9.42a12 12 0 00-8.92 0L100 214.28V205l12.49-12.48A12 12 0 00116 184v-32a12 12 0 00-14.35-11.77L36 153.36v-9.94l73.37-36.69A12 12 0 00116 96V48a12 12 0 0124 0v48a12 12 0 006.63 10.73L220 143.42z" })); exports.default = AirplaneBold;