UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 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 AirplaneTilt = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M185.33 114.21l29.14-27.42.17-.17a32 32 0 00-45.26-45.26c0 .06-.11.11-.17.17l-27.42 29.14-83-30.2a8 8 0 00-8.39 1.86l-24 24a8 8 0 001.22 12.31l63.89 42.59L76.69 136H56a8 8 0 00-5.65 2.34l-24 24A8 8 0 0029 175.42l36.82 14.73 14.7 36.75.06.16a8 8 0 0013.18 2.47l23.87-23.88A8 8 0 00120 200v-20.69l14.76-14.76 42.59 63.89a8 8 0 0012.31 1.22l24-24a8 8 0 001.86-8.39zm-.07 97.23l-42.59-63.88a8 8 0 00-5.87-3.56h-.79a8 8 0 00-5.66 2.35l-24 24A8 8 0 00104 176v20.69l-13.07 13.07L79.43 181a8 8 0 00-4.43-4.43l-28.74-11.5L59.32 152H80a8 8 0 005.66-2.34l24-24a8 8 0 00-1.22-12.32l-63.88-42.6 13.5-13.49 83.22 30.26a8 8 0 008.56-2l30.94-32.91a16 16 0 0122.62 22.63l-32.87 30.93a8 8 0 00-2 8.56l30.26 83.22z" })); exports.default = AirplaneTilt;