@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
39 lines (36 loc) • 2.1 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgGripDots = function SvgGripDots(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9.596 4.426a1.649 1.649 0 0 0-.853-.473 1.61 1.61 0 0 0-.963.098c-.305.131-.565.353-.748.637a1.777 1.777 0 0 0 0 1.923c.183.284.443.506.748.637.304.13.64.165.963.098.323-.066.62-.231.853-.473.155-.16.278-.351.362-.561a1.785 1.785 0 0 0-.362-1.886Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M6.751 11.808c0 .956.746 1.73 1.667 1.73.92 0 1.667-.774 1.667-1.73s-.747-1.73-1.667-1.73-1.667.774-1.667 1.73Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M8.418 19.76c-.92 0-1.667-.775-1.667-1.73 0-.956.746-1.73 1.667-1.73.92 0 1.667.774 1.667 1.73 0 .955-.747 1.73-1.667 1.73Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M16.262 4.586a1.649 1.649 0 0 0-.853-.474 1.61 1.61 0 0 0-.963.099c-.305.13-.565.352-.748.637a1.778 1.778 0 0 0 0 1.922c.183.285.443.507.748.638.305.13.64.165.963.098.323-.067.62-.231.853-.473.155-.161.278-.352.362-.562a1.787 1.787 0 0 0 0-1.324c-.084-.21-.207-.4-.361-.561Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M13.417 11.968c0 .955.746 1.73 1.667 1.73.92 0 1.667-.775 1.667-1.73 0-.956-.747-1.73-1.667-1.73s-1.667.774-1.667 1.73Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.084 19.92c-.92 0-1.667-.775-1.667-1.73 0-.956.746-1.73 1.667-1.73.92 0 1.667.774 1.667 1.73 0 .955-.747 1.73-1.667 1.73Z",
fill: color
}));
};
export { SvgGripDots as S };