UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HandIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "hand icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "m21.11 13.138-.64-.64a.453.453 0 0 0-.642 0l-6.021 6.028a5.892 5.892 0 1 1-8.332-8.333C8.065 7.602 8.67 6.145 8.06 3.041a19.263 19.263 0 0 0-.152-.69l-.002-.008a.453.453 0 0 0-.549-.33l-.878.22a.453.453 0 0 0-.331.544c.054.235.096.418.123.548.522 2.514.102 3.407-2.076 5.586a7.705 7.705 0 0 0 10.895 10.896l6.022-6.028a.453.453 0 0 0 0-.641Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.124 16.218a6.315 6.315 0 0 0 .877-3.219 6.314 6.314 0 0 0-.9-3.257L16.31 3.54a.453.453 0 0 0 0-.64l-.647-.647a.453.453 0 0 0-.64 0L7.64 9.639l.64.641c.59.784.908 1.738.907 2.72 0 .852-.236 1.65-.645 2.332a3.885 3.885 0 0 1-.15.227.453.453 0 0 0 .035.567l.622.677a.453.453 0 0 0 .697-.034c.136-.177.261-.36.377-.551Zm10.525-8.98.645.645a.453.453 0 0 1 0 .641l-5.574 5.57-1.281-1.282 5.568-5.575a.453.453 0 0 1 .642.001Z" }), (0, jsx_runtime_1.jsx)("path", { d: "m19.934 4.258-.645-.646a.453.453 0 0 0-.64 0L12.625 9.64l1.282 1.282 6.027-6.022a.453.453 0 0 0 0-.641Z" })] }); } exports.default = HandIcon;