UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 887 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 AirplaneTiltFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M215.52 197.26a8 8 0 01-1.86 8.39l-24 24A8 8 0 01184 232a7.09 7.09 0 01-.79 0 8 8 0 01-5.87-3.52l-44.07-66.12L112 183.59V208a8 8 0 01-2.34 5.65s-14 14.06-15.88 15.88a7.91 7.91 0 01-2.78 1.88 8 8 0 01-10.41-4.35l-.06-.15-14.7-36.76L29 175.42a8 8 0 01-2.69-13.08l16-16A8 8 0 0148 144h24.4l21.27-21.27-66.11-44.08a8 8 0 01-1.22-12.32l24-24a8 8 0 018.39-1.86l85.94 31.25 31.53-31.53a28 28 0 0139.6 39.6l-31.53 31.53z" })); exports.default = AirplaneTiltFill;