UNPKG

metadata-based-explorer1

Version:
39 lines (37 loc) 1.33 kB
import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; var IconMoveCopy = function IconMoveCopy(_ref) { var _ref$className = _ref.className, className = _ref$className === void 0 ? '' : _ref$className, _ref$color = _ref.color, color = _ref$color === void 0 ? '#444' : _ref$color, _ref$height = _ref.height, height = _ref$height === void 0 ? 14 : _ref$height, title = _ref.title, _ref$width = _ref.width, width = _ref$width === void 0 ? 13 : _ref$width; return React.createElement(AccessibleSVG, { className: "icon-move-copy ".concat(className), height: height, title: title, viewBox: "0 0 13 14", width: width }, React.createElement("path", { className: "fill-color", d: "M3 2.5h-.5V14h10V3c0-.6-.4-1-1-1h-9v.5H3V3h8.5v10h-8V2.5H3V3v-.5z", fill: color }), React.createElement("path", { className: "fill-color", d: "M.5 0h1v11h-1z", fill: color }), React.createElement("path", { className: "fill-color", d: "M.5 0h9v1h-9z", fill: color }), React.createElement("path", { className: "fill-color", d: "M6 6h3c.3 0 .5.2.5.5S9.3 7 9 7H6c-.3 0-.5-.2-.5-.5S5.7 6 6 6zm0 3h3c.3 0 .5.2.5.5s-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5S5.7 9 6 9z", fill: color })); }; export default IconMoveCopy;