UNPKG

@braineet/ui

Version:

Braineet design system

25 lines 1.58 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Tool(props) { return /*#__PURE__*/_jsxs("svg", _extends({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [/*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.87851 11.2931L11.2927 9.87891L7.05004 5.63623L7.14894 5.53733C7.48494 5.20133 7.48494 4.65657 7.14894 4.32057C7.08355 4.25518 7.00804 4.20076 6.92533 4.1594L4.22183 2.80767L4.22165 2.80784L2.80761 4.22188L2.80744 4.22206L2.80796 4.22257L4.15934 6.92538C4.2007 7.0081 4.25512 7.0836 4.32051 7.149C4.65651 7.48499 5.20127 7.48499 5.53727 7.149L5.63582 7.05044L9.87851 11.2931Z", fill: "currentColor" }), /*#__PURE__*/_jsx("path", { d: "M21.192 18.3642L18.3636 21.1926L11.5854 14.4145L11.5854 12.8163C11.5854 12.0225 11.0159 11.3995 10.3071 11.2574L10.6236 10.6243L11.2568 10.3077C11.3988 11.0165 12.0218 11.586 12.8157 11.586L12.8157 10.586L12.8157 11.586L14.4138 11.586L21.192 18.3642Z", stroke: "currentColor", strokeWidth: "2" })] })); } export default Tool;