UNPKG

@scaleflex/icons

Version:
43 lines 2.75 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 RemoveArtifacts = function RemoveArtifacts(_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": "RemoveArtifacts", 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", { "clip-path": "url(#clip0_27330_1988)" }, /*#__PURE__*/React.createElement("path", { d: "M40.525 22.7876L48.5798 1.81342L45.1851 0.509766L37.0998 21.5636C35.7756 21.6312 34.5231 22.2438 33.6758 23.2724L31.9346 22.639C30.7464 22.2048 29.4564 22.2604 28.3054 22.7965C27.1575 23.3326 26.2861 24.2843 25.8519 25.4755L25.3107 26.9623L46.1231 34.5372L46.6645 33.0506C47.5664 30.5757 46.2835 27.8615 43.8279 26.9664L42.0882 26.333C42.103 25.0007 41.5318 23.702 40.525 22.7876Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M14.6611 35.9526L12.0516 35.7147L13.0558 38.1356C13.6012 39.4474 14.2872 40.6988 15.0952 41.8544C17.096 44.7204 20.308 46.5774 23.8909 47.0024V48.8811L24.9724 49.2411C26.4586 49.7386 27.9387 50.0924 29.4513 49.9796C34.1403 49.9796 38.5775 47.6683 41.3245 43.7966C42.4938 42.1494 43.5804 39.7194 44.5007 37.6613L44.5015 37.6596C44.6795 37.2614 44.8517 36.8764 45.0167 36.5144L24.6283 28.8397C23.1621 32.7677 18.8349 36.3212 14.6611 35.9526Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M18.665 18.6662H22.166C22.166 14.8045 25.3062 11.6643 29.1679 11.6643V8.1633C25.3062 8.1633 22.166 5.02305 22.166 1.16138H18.665C18.665 5.02305 15.4081 8.1633 11.5464 8.1633V11.6643C15.4081 11.6643 18.665 14.8045 18.665 18.6662Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M10.5799 32.3441H7.56672C7.56672 29.0204 4.86397 26.3176 1.54028 26.3176V23.3044C4.86397 23.3044 7.56672 20.6016 7.56672 17.278H10.5799C10.5799 20.6016 13.2827 23.3044 16.6064 23.3044V26.3176C13.2827 26.3176 10.5799 29.0204 10.5799 32.3441Z", fill: color })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_27330_1988" }, /*#__PURE__*/React.createElement("rect", { width: "50", height: "50", fill: "white", transform: "translate(0 0.000610352)" })))); }; export default RemoveArtifacts;