UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 873 B
"use strict"; 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 Handshake = (props) => React.createElement("svg", { className: "lucide lucide-handshake", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M11 17l2 2a1 1 0 103-3" }), React.createElement("path", { d: "M14 14l2.5 2.5a1 1 0 103-3l-3.88-3.88a3 3 0 00-4.24 0l-.88.88a1 1 0 11-3-3l2.81-2.81a5.79 5.79 0 017.06-.87l.47.28a2 2 0 001.42.25L21 4" }), React.createElement("path", { d: "M21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 103-3M3 4h8" })); exports.default = Handshake;