iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.16 kB
JavaScript
;
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 AirplaneTiltLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M183 113.65l30.1-28.32.13-.13a30 30 0 00-42.43-42.43l-.13.13L142.35 73l-84.3-30.65a6 6 0 00-6.29 1.39l-24 24a6 6 0 00.91 9.26l65.92 43.94L77.52 138H56a6 6 0 00-4.24 1.76l-24 24a6 6 0 002 9.82l37.62 15 15 37.56v.12a6 6 0 007.81 3.27 5.94 5.94 0 002.07-1.41l23.91-23.91A6 6 0 00118 200v-21.52l17.07-17.07L179 227.33a6 6 0 009.23.91l24-24a6 6 0 001.39-6.29zm1.94 100.93L141 148.66a6 6 0 00-4.4-2.64h-.59a6 6 0 00-4.24 1.76l-24 24A6 6 0 00106 176v21.52l-15.8 15.8-12.63-31.55a6 6 0 00-3.34-3.35L42.68 165.8 58.49 150H80a6 6 0 004.25-1.76l24-24a6 6 0 00-.92-9.23L41.42 71.06l16.12-16.13L142 85.63a6 6 0 006.42-1.53l31-32.9a18 18 0 0125.38 25.46l-32.9 31a6 6 0 00-1.53 6.42l30.7 84.41z" }));
exports.default = AirplaneTiltLight;