@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
14 lines • 624 B
JavaScript
import React from 'react';
export const DragHandleIcon = () => /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "16",
fill: "none",
"data-testid": "drag-icon-enabled"
}, /*#__PURE__*/React.createElement("rect", {
width: "24",
height: "16",
rx: "4"
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
d: "M9 10a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM9 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM17 10a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM17 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM13 10a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM13 6a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z"
})));