iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.35 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 AirplaneTiltDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M209 81l-33 31 32 88-24 24-48-72-24 24v24l-24 24-16-40-40-16 24-24h24l24-24-72-48 24-24 88 32 31-33a24 24 0 0134 34z", opacity: ".2" }),
React.createElement("path", { d: "M185.33 114.21l29.14-27.43.17-.16a32 32 0 00-45.26-45.26l-.16.17-27.43 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.89a8 8 0 00-5.87-3.55 7.09 7.09 0 00-.79 0 8 8 0 00-5.66 2.34l-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.88a16 16 0 0122.62 22.59l-32.87 30.94a8 8 0 00-2 8.56l30.26 83.22z" }));
exports.default = AirplaneTiltDuotone;