UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 904 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 HandOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-hand-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 3l18 18M8 13.5V8m.44-3.562A1.5 1.5 0 0111 5.5V7m0 4.008V12m0-6.5v-2a1.5 1.5 0 113 0V10m0-4.5a1.5 1.5 0 013 0V12m0-4.5a1.5 1.5 0 013 0V16a6 6 0 01-6 6h-2c-2.114-.292-3.956-1.397-5-3l-2.7-5.25a1.7 1.7 0 012.75-2l.9 1.75" })); exports.default = HandOff;