@brizy/ui-icons
Version:
10 lines (9 loc) • 1.15 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HandDots = void 0;
const react_1 = __importDefault(require("react"));
exports.HandDots = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M13.574 5.806c-.102.063-.197.144-.294.22-.164.039-.326.08-.49.121-.59.147-1.092.712-1.173 1.479-.08.765.294 1.426.84 1.69.44.213.866.287 1.352.206.591-.099 1.144-.514 1.536-1.075.437-.623.383-1.595-.005-2.174-.406-.604-1.164-.832-1.766-.467Zm-3.662.219c-.27-.27-.643-.436-.967-.605-.787-.41-1.835.142-2.163 1.024-.357.957.122 1.89.898 2.283.076.096.157.187.245.264.821.713 2.168.285 2.57-.807.324-.874-.021-1.603-.583-2.16Zm-5.63.203c-.76.266-1.285.897-2.075.536-1.435-.655-2.343 2.032-.944 2.824 1.215.687 3.244.594 4.147-1.017.6-1.07-.074-2.714-1.127-2.343Z" })));