iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.22 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 PaperPlane = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.743 1.723L10.5 18.34c-.003.01-.01.017-.014.027a.535.535 0 0 1-.381.381.56.56 0 0 1-.291-.013l-.008-.001c-.006-.001-.01-.006-.018-.008a.595.595 0 0 1-.157-.078c-.025-.017-.045-.037-.066-.057a.612.612 0 0 1-.08-.091.556.556 0 0 1-.046-.09c-.012-.026-.03-.048-.04-.077l-2.93-5.569-5.04-2.402c-.028-.009-.05-.027-.075-.039-.032-.014-.062-.027-.091-.046a.557.557 0 0 1-.09-.08c-.021-.022-.041-.041-.058-.066a.572.572 0 0 1-.078-.157c-.002-.007-.007-.011-.009-.018v-.008a.559.559 0 0 1-.013-.29.535.535 0 0 1 .382-.383c.009-.002.016-.01.026-.012l16.616-8.245a.545.545 0 0 1 .48.105c.024.017.043.037.064.057.02.02.04.04.056.063a.546.546 0 0 1 .105.48zM2.832 9.803l3.927 1.872 8.464-8.02L2.832 9.803zm4.716 2.657l2.382 4.524 6.348-12.796-8.73 8.272z", fill: "#000", fillRule: "evenodd" }));
exports.default = PaperPlane;