iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.11 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 Plane = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.224 2.115c.181 0 .308.034.375.059.08.213.187.977-.6 1.765l-3.662 3.669-.352.354.029.499c.06 1.045.173 2.916.27 4.52.087 1.429.168 2.778.173 2.892.003.079.004.098-.069.186-.164.2-.47.539-.728.82-.4-1.081-1.242-3.363-1.706-4.64l-.597-1.644-1.235 1.237-2.27 2.188-.316.316-.01.447c-.007.357-.005.998-.004 1.563 0 .394.002.751-.001.948-.005.009.076.02.069.033a448.162 448.162 0 0 1-1.44-2.307l-.142-.232-.232-.14c-.844-.51-1.778-1.1-2.348-1.468.02-.013.036.048.049.041h.037c.18 0 .476.004.808.009.434.006.928.012 1.305.012.145 0 .274 0 .377-.002l.446-.01.316-.317 2.185-2.26 1.23-1.232-1.632-.602a949.254 949.254 0 0 1-4.677-1.745c.282-.26.622-.57.82-.734.056-.045.099-.07.129-.07l.039.002c.122.006 1.646.106 3.118.202 1.563.103 3.327.218 4.33.281l.502.032.355-.356 3.66-3.668c.564-.564 1.118-.648 1.399-.648zm0-1.115c-.658 0-1.464.253-2.185.975l-3.66 3.669c-2.062-.131-7.343-.481-7.474-.485l-.085-.002c-.178 0-.486.034-.836.324-.411.341-1.27 1.149-1.27 1.149-.206.208-.31.466-.286.708.015.146.095.412.453.553.218.087 3.683 1.385 5.284 1.975l-2.186 2.259c-.097.002-.217.004-.352.004-.667 0-1.7-.022-2.113-.022l-.13.001c-.127.004-.387-.058-1.075.518l-.05.045a.812.812 0 0 0-.259.55.604.604 0 0 0 .236.505c.122.099 1.684 1.1 2.964 1.876.307.502 1.72 2.751 1.794 2.874a.578.578 0 0 0 .494.292h.018c.205 0 .415-.102.62-.302.583-.682.502-.965.505-1.084.01-.372-.006-1.948.007-2.574l2.27-2.187c.58 1.597 1.848 5.033 1.933 5.252.141.36.408.438.554.453a.524.524 0 0 0 .072.003c.22 0 .447-.102.633-.29 0 0 .804-.854 1.146-1.27.342-.416.328-.771.322-.939-.003-.116-.325-5.377-.445-7.433l3.662-3.669c1.297-1.3 1.09-2.869.609-3.35-.213-.215-.644-.378-1.17-.378z", fill: "#000", fillRule: "evenodd" }));
exports.default = Plane;