diff options
Diffstat (limited to 'src/icons/table.svg')
-rw-r--r-- | src/icons/table.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/table.svg b/src/icons/table.svg new file mode 100644 index 00000000..dbefca5d --- /dev/null +++ b/src/icons/table.svg @@ -0,0 +1,11 @@ +--- +category: Database +tags: [spreadsheet, layout, grid, arrange, row, column] +version: "1.3" +unicode: "eba1" +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="4" y1="10" x2="20" y2="10" /> + <line x1="10" y1="4" x2="10" y2="20" /> +</svg> |