UNPKG

@scaleflex/icons

Version:
36 lines 2.06 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var RemoveBrush = function RemoveBrush(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "RemoveBrush", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("g", { clipPath: "url(#clip0_23799_46605)" }, /*#__PURE__*/React.createElement("path", { d: "M34.7234 22.2773L42.7781 1.30317L39.3835 -0.000488281L31.2981 21.0533C29.974 21.121 28.7214 21.7336 27.8741 22.7622L26.1329 22.1287C24.9448 21.6946 23.6548 21.7502 22.5038 22.2863C21.3558 22.8224 20.4844 23.774 20.0503 24.9652L19.509 26.4521L40.3215 34.027L40.8629 32.5404C41.7648 30.0655 40.4818 27.3512 38.0262 26.4562L36.2866 25.8227C36.3014 24.4905 35.7301 23.1917 34.7234 22.2773Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M8.85946 35.4423L6.25 35.2044L7.25419 37.6254C7.79958 38.9371 8.48556 40.1885 9.29358 41.3442C11.2944 44.2101 14.5064 46.0672 18.0892 46.4921V48.3709L19.1707 48.7308C20.657 49.2284 22.1371 49.5821 23.6496 49.4693C28.3387 49.4693 32.7758 47.1581 35.5228 43.2863C36.6922 41.6391 37.7788 39.2092 38.6991 37.1511C38.8771 36.7529 39.0501 36.3661 39.2151 36.0042L18.8267 28.3294C17.3604 32.2575 13.0333 35.811 8.85946 35.4423Z", fill: color })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_23799_46605" }, /*#__PURE__*/React.createElement("rect", { width: "50", height: "50", fill: "white" })))); }; export default RemoveBrush;