iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.18 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 AirplaneDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M152 152v32l16 16v32l-40-16-40 16v-32l16-16v-32l-80 16v-32l80-40V48a24 24 0 0148 0v48l80 40v32z", opacity: ".2" }),
React.createElement("path", { d: "M235.58 128.84L160 91.06V48a32 32 0 00-64 0v43.06l-75.58 37.78A8 8 0 0016 136v32a8 8 0 009.57 7.84L96 161.76v18.93l-13.66 13.65A8 8 0 0080 200v32a8 8 0 0011 7.43l37-14.81 37 14.81a8 8 0 0011-7.43v-32a8 8 0 00-2.34-5.66L160 180.69v-18.93l70.43 14.08A8 8 0 00240 168v-32a8 8 0 00-4.42-7.16zM224 158.24l-70.43-14.08A8 8 0 00144 152v32a8 8 0 002.34 5.66L160 203.31v16.87l-29-11.61a8 8 0 00-5.94 0L96 220.18v-16.87l13.66-13.65A8 8 0 00112 184v-32a8 8 0 00-9.57-7.84L32 158.24v-17.3l75.58-37.78A8 8 0 00112 96V48a16 16 0 0132 0v48a8 8 0 004.42 7.16L224 140.94z" }));
exports.default = AirplaneDuotone;