UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 996 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.HandDashes = void 0; const react_1 = __importDefault(require("react")); exports.HandDashes = ({ 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: "M6.839 7.14c.196.024.218.896.04 1.068-1.793 1.725-3.865-.009-5.722.663-.185.067-.218-.94-.038-1.037 1.821-.994 3.876-.915 5.72-.693ZM14.82 7c.223-.017.237.744.044.881-1.12.8-2.399 1.032-3.572 1.036-.638.003-1.607.345-2.21-.382-.025-.005-.046-.037-.06-.084A.404.404 0 0 1 9 8.315V8.27a.393.393 0 0 1 .025-.134c.015-.045.036-.075.061-.077.61-.663 1.57-.269 2.216-.341 1.178-.133 2.343-.623 3.52-.718Z" })));