iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 896 B
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 Send = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M6.978 19.477c0 1.371 1.645 2.042 2.577 1.05L21.558 7.723C22.518 6.695 21.803 5 20.409 5H3.496C2.178 5 1.505 6.607 2.418 7.572l4.56 4.828v7.077zm1.993-1.265v-6.627L3.856 6.169c.303.322.078.857-.36.857h15.963L8.971 18.212z" }),
React.createElement("path", { d: "M8.416 12.902l4.01-1.95a1.04 1.04 0 0 0 .474-1.365.982.982 0 0 0-1.324-.489l-4.01 1.95c-.497.242-.71.853-.475 1.364a.982.982 0 0 0 1.325.49z" })));
exports.default = Send;