@scaleflex/icons
Version:
SVG icons as React components
27 lines • 2.03 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 CropSocial = function CropSocial(_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": "CropSocial",
ref: ref,
width: size,
height: size,
viewBox: "0 0 51 51",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M25.9934 50.0005C39.8005 50.0005 50.9934 38.8076 50.9934 25.0005C50.9934 11.1934 39.8005 0.000488281 25.9934 0.000488281C12.1863 0.000488281 0.993408 11.1934 0.993408 25.0005C0.993408 38.8076 12.1863 50.0005 25.9934 50.0005ZM42.0413 39.8661C45.6577 35.9639 47.8684 30.7403 47.8684 25.0005C47.8684 12.9193 38.0746 3.12549 25.9934 3.12549C13.9122 3.12549 4.11841 12.9193 4.11841 25.0005C4.11841 30.7401 6.32891 35.9634 9.94501 39.8655C11.2791 34.0595 15.6829 29.4256 21.3565 27.7638C19.1272 26.2682 17.66 23.7248 17.66 20.8386C17.66 16.2362 21.391 12.5053 25.9933 12.5053C30.5957 12.5053 34.3267 16.2362 34.3267 20.8386C34.3267 23.7248 32.8594 26.2683 30.63 27.7639C36.3036 29.4258 40.7074 34.0599 42.0413 39.8661ZM39.2818 42.3782C38.6798 35.5675 32.9601 30.227 25.9931 30.227C19.0262 30.227 13.3066 35.5673 12.7045 42.3777C16.3882 45.199 20.995 46.8755 25.9934 46.8755C30.9916 46.8755 35.5982 45.1992 39.2818 42.3782ZM25.9933 26.0469C28.8698 26.0469 31.2017 23.7151 31.2017 20.8386C31.2017 17.9621 28.8698 15.6303 25.9933 15.6303C23.1169 15.6303 20.785 17.9621 20.785 20.8386C20.785 23.7151 23.1169 26.0469 25.9933 26.0469Z",
fill: color
}));
};
export default CropSocial;