UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 780 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 AirplaneFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 136v32a8 8 0 01-8 8 7.61 7.61 0 01-1.57-.16L156 161v23.73l17.66 17.65A8 8 0 01176 208v24a8 8 0 01-11 7.43l-37-14.81-37 14.81A8 8 0 0180 232v-24a8 8 0 012.34-5.66L100 184.69V161l-74.43 14.84A7.61 7.61 0 0124 176a8 8 0 01-8-8v-32a8 8 0 014.42-7.16L100 89.06V44a28 28 0 0156 0v45.06l79.58 39.78A8 8 0 01240 136z" })); exports.default = AirplaneFill;