@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
35 lines • 1.42 kB
JavaScript
import React from 'react';
export const AddColRightIcon = () => /*#__PURE__*/React.createElement("svg", {
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, /*#__PURE__*/React.createElement("rect", {
width: "24",
height: "24",
transform: "translate(0 24) rotate(-90)",
fill: "none",
fillOpacity: "0.01"
}), /*#__PURE__*/React.createElement("rect", {
x: "9",
y: "18",
width: "12",
height: "3",
rx: "0.5",
transform: "rotate(-90 9 18)",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("rect", {
x: "5",
y: "18",
width: "12",
height: "3",
rx: "0.5",
transform: "rotate(-90 5 18)",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M15 11L13.99 11C13.7265 11.0026 13.4747 11.1092 13.2893 11.2964C13.104 11.4837 13 11.7365 13 12C13 12.556 13.444 13 13.99 13L15 13L15 14C15 14.2652 15.1054 14.5196 15.2929 14.7071C15.4804 14.8946 15.7348 15 16 15C16.2652 15 16.5196 14.8946 16.7071 14.7071C16.8946 14.5196 17 14.2652 17 14L17 13L18.01 13C18.2735 12.9974 18.5253 12.8908 18.7107 12.7036C18.896 12.5163 19 12.2635 19 12C19 11.444 18.556 11 18.01 11L17 11L17 10C17 9.73478 16.8946 9.48043 16.7071 9.29289C16.5196 9.10536 16.2652 9 16 9C15.7348 9 15.4804 9.10536 15.2929 9.29289C15.1054 9.48043 15 9.73478 15 10L15 11Z",
fill: "currentColor"
}));