@scaleflex/icons
Version:
SVG icons as React components
37 lines • 2.02 kB
JavaScript
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 Enhance = function Enhance(_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": "Enhance",
width: size,
ref: ref,
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_28621_11320)"
}, /*#__PURE__*/React.createElement("path", {
d: "M43.6736 13.0943C43.6463 13.0577 43.6387 13.0099 43.6534 12.9667L46.9582 3.21704C46.9952 3.10804 46.8911 3.00397 46.7821 3.04092L37.0325 6.34576C36.9892 6.36043 36.9415 6.35288 36.9049 6.32555L28.6485 0.166123C28.5569 0.0977834 28.4266 0.163158 28.4266 0.277446V10.579C28.4266 10.6237 28.4051 10.6657 28.3687 10.6918L20.0948 16.635C20.0017 16.7019 20.0251 16.8464 20.1345 16.8804L29.9691 19.9387C30.0127 19.9523 30.0469 19.9865 30.0604 20.0301L33.1187 29.8646C33.1528 29.9741 33.2973 29.9975 33.3642 29.9044L39.3074 21.6304C39.3334 21.5941 39.3754 21.5726 39.4202 21.5726H49.7217C49.836 21.5726 49.9014 21.4422 49.833 21.3506L43.6736 13.0943Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M28.0949 26.0498L27.1119 22.8895L23.9517 21.9066L0 45.8571L4.14316 50.0002L28.0949 26.0498Z",
fill: color
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_28621_11320"
}, /*#__PURE__*/React.createElement("rect", {
width: "50",
height: "50",
fill: "white",
transform: "translate(0 0.000610352)"
}))));
};
export default Enhance;