| 243 | } |
| 244 | |
| 245 | export const TableSplitIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 246 | return ( |
| 247 | <svg |
| 248 | {...props} |
| 249 | viewBox="0 0 1024 1024" |
| 250 | version="1.1" |
| 251 | xmlns="http://www.w3.org/2000/svg" |
| 252 | width="1em" |
| 253 | height="1em" |
| 254 | fill="currentColor" |
| 255 | > |
| 256 | <path d="M248 474h136V188H188v124a8 8 0 0 0-8 8h-60a8 8 0 0 0-8-8V144c0-17.673 14.327-32 32-32h284c17.673 0 32 14.327 32 32v736c0 17.673-14.327 32-32 32H144c-17.673 0-32-14.327-32-32V712a8 8 0 0 0 8-8h60a8 8 0 0 0 8 8v124h196V550H248v81.407c0 7.143-8.295 11.194-13.825 6.717L83.27 518.717c-4.36-3.412-4.36-10.022 0-13.434l150.905-119.407c5.636-4.477 13.825-0.426 13.825 6.717V474z m528 76H640v286h196V712a8 8 0 0 0 8-8h60a8 8 0 0 0 8 8v168c0 17.673-14.327 32-32 32H596c-17.673 0-32-14.327-32-32V144c0-17.673 14.327-32 32-32h284c17.673 0 32 14.327 32 32v168a8 8 0 0 0-8 8h-60a8 8 0 0 0-8-8V188H640v286h136v-81.407c0-7.143 8.189-11.194 13.825-6.717L940.73 505.283c4.36 3.412 4.36 10.022 0 13.434L789.825 638.124c-5.53 4.477-13.825 0.426-13.825-6.717V550z"></path> |
| 257 | </svg> |
| 258 | ) |
| 259 | } |
| 260 | |
| 261 | export const TableMergeIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 262 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…