@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
39 lines • 2.52 kB
JavaScript
// This file is generated by running the "icons" bin script.
// Manual changes might be lost - proceed with caution!
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
import React, { forwardRef } from 'react';
import Icon from '..';
var HandIcon = forwardRef(function (props, ref) {
var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']);
return (React.createElement(Icon, __assign({}, rest, { ref: ref }),
React.createElement("svg", __assign({ "aria-label": "hand icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
React.createElement("path", { d: "m22.154 13.153-.708-.706a.5.5 0 0 0-.707 0l-6.643 6.65a6.5 6.5 0 0 1-9.192-9.193c2.858-2.859 3.524-4.466 2.85-7.89a21.24 21.24 0 0 0-.167-.762l-.002-.008A.5.5 0 0 0 6.979.88l-.969.242a.5.5 0 0 0-.365.6c.06.26.106.462.136.605.576 2.774.112 3.759-2.291 6.163a8.5 8.5 0 0 0 12.02 12.02l6.644-6.65a.5.5 0 0 0 0-.707z" }),
React.createElement("path", { d: "M10.033 16.551A6.968 6.968 0 0 0 11 13a6.966 6.966 0 0 0-.992-3.593l6.849-6.844a.5.5 0 0 0 0-.707l-.713-.713a.5.5 0 0 0-.707 0l-8.144 8.15L8 10a4.98 4.98 0 0 1 1 3c0 .941-.26 1.821-.712 2.573a4.274 4.274 0 0 1-.166.251.5.5 0 0 0 .04.626l.686.747a.5.5 0 0 0 .769-.038 6.85 6.85 0 0 0 .416-.608zm11.611-9.907.712.712a.5.5 0 0 1 0 .707l-6.149 6.144-1.414-1.414 6.143-6.15a.5.5 0 0 1 .708 0z" }),
React.createElement("path", { d: "m20.856 3.356-.712-.712a.5.5 0 0 0-.707 0l-6.644 6.649 1.414 1.414 6.65-6.644a.5.5 0 0 0 0-.707z" }))));
});
HandIcon.displayName = "HandIcon";
HandIcon.colors = Icon.colors;
HandIcon.sizes = Icon.sizes;
export { HandIcon };
//# sourceMappingURL=Hand.dist.js.map