@scaleflex/icons
Version:
SVG icons as React components
33 lines • 2.76 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var NoEdit = intrinsicComponent(function (_ref, 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,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "NoEdit",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M49.9997 35.271C49.9997 43.4059 43.405 50.0006 35.27 50.0006C27.1351 50.0006 20.5404 43.4059 20.5404 35.271C20.5404 27.136 27.1351 20.5413 35.27 20.5413C43.405 20.5413 49.9997 27.136 49.9997 35.271ZM42.1868 40.0541L37.3506 35.2875L42.1501 30.4881C42.4392 30.1989 42.5879 29.8486 42.5879 29.4212C42.5879 28.9938 42.4392 28.6434 42.1501 28.3543C41.5748 27.779 40.6033 27.7602 40.0472 28.36L35.2507 33.1913L30.4503 28.391C29.8665 27.8072 28.9369 27.8072 28.3531 28.391C28.0688 28.6753 27.9153 29.0239 27.9153 29.4212C27.9153 29.8056 28.0596 30.1946 28.3531 30.4881L33.1545 35.2894L28.3531 40.0908C28.0688 40.3751 27.9153 40.7237 27.9153 41.121C27.9153 41.5054 28.0596 41.8944 28.3531 42.1879C28.9283 42.763 29.8993 42.7819 30.4555 42.1827L35.2516 37.3866L40.0529 42.1879C40.3421 42.4771 40.6924 42.6257 41.1198 42.6257C41.5473 42.6257 41.8976 42.477 42.1868 42.1879C42.4759 41.8987 42.6245 41.5484 42.6245 41.121C42.6245 40.6936 42.4759 40.3432 42.1868 40.0541Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M46.198 4.3869L43.2758 1.4647C41.3228 -0.488364 37.9188 -0.486472 35.968 1.4647L32.3885 5.04423L42.6185 15.2742L46.198 11.6947C47.1736 10.7195 47.711 9.42149 47.711 8.04099C47.711 6.66049 47.1736 5.36249 46.198 4.3869Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M3.21287 34.22L30.2748 7.0322L40.5052 17.2626L39.3443 18.4287C38.0377 18.1137 36.6734 17.9469 35.27 17.9469C25.7022 17.9469 17.9459 25.7032 17.9459 35.271C17.9459 36.7014 18.1192 38.0913 18.4461 39.4209L13.441 44.4485C13.3089 44.5805 13.1435 44.6755 12.9615 44.7209L1.28252 47.631C1.20002 47.6518 1.11526 47.6621 1.03238 47.6621C0.761806 47.6621 0.497286 47.5546 0.303153 47.3605C0.0465801 47.1039 -0.0567304 46.73 0.0303078 46.3784L2.94003 34.6994C2.98544 34.5197 3.0808 34.3524 3.21287 34.22Z",
fill: color
}));
});
export default NoEdit;