@scaleflex/icons
Version:
SVG icons as React components
40 lines • 2.37 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 Movable = function Movable(_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": "Movable",
ref: ref,
width: size,
height: size,
viewBox: "0 0 31 52",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M6.00071 0C2.77658 0 0.153887 2.67067 0.153887 5.95338C0.153887 9.23609 2.77549 11.9066 6.00071 11.9066C9.22593 11.9066 11.8475 9.23609 11.8475 5.95338C11.8475 2.67067 9.22467 0 6.00071 0Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.9239 0C21.6999 0 19.077 2.67067 19.077 5.95338C19.077 9.23609 21.6999 11.9066 24.9239 11.9066C28.148 11.9066 30.7712 9.23609 30.7712 5.95338C30.7712 2.67067 28.1491 0 24.9239 0Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M5.84791 30.9833C9.07187 30.9833 11.6953 28.3133 11.6953 25.0301C11.6953 21.7466 9.07187 19.0761 5.84791 19.0761C2.62396 19.0761 0 21.7468 0 25.0301C0 28.3133 2.62396 30.9833 5.84791 30.9833Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.771 30.9833C27.9945 30.9833 30.6179 28.3133 30.6179 25.0301C30.6179 21.7466 27.9966 19.0761 24.771 19.0761C21.546 19.0761 18.9242 21.7466 18.9242 25.0301C18.9242 28.3133 21.5471 30.9833 24.771 30.9833Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M5.9817 38.0934C2.75774 38.0934 0.133785 40.7633 0.133785 44.0468C0.133785 47.329 2.75774 50 5.9817 50C9.20565 50 11.8283 47.3302 11.8283 44.0468C11.8283 40.7633 9.20565 38.0934 5.9817 38.0934Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.906 38.0934C21.6818 38.0934 19.058 40.7633 19.058 44.0468C19.058 47.329 21.6809 50 24.906 50C28.1294 50 30.7526 47.3302 30.7526 44.0468C30.7526 40.7633 28.1294 38.0934 24.906 38.0934Z",
fill: color
}));
};
export default Movable;