Skip to content

Commit

Permalink
Add table-cells-merge, table-cells-split, table-rows-split, and…
Browse files Browse the repository at this point in the history
… `table-columns-split` icons (#1856)

* Add split-table icon

* Add split-table.json

* Add split-rows icon

* Add split-rows.json

* Add merge-rows icon

* Add merge-rows.json

* Update icons/merge-rows.svg

Co-authored-by: Karsa <[email protected]>

* Update split-rows.svg

* Update split-table.svg

* Fix by add padding to split-table icon

- Accidentally exported the whole icon from Inkscape, but not the entire page, which creates no padding

* Update split-table icon

- Add 1px to the row borders down below

* Rename split-table.svg to table-row-split.svg

* Update and rename split-table.json to table-row-split.json

* Rename merge-rows to table-cells-merge

* Rename split-rows to table-cells-split

* Rename table-row-split to table-split

* Add `table-columns-split` icon

* Add table-columns-split.json

* Delete table-split icon and json

* Add `table-rows-split` json and icon

* Update icons/table-cells-split.json

Co-authored-by: Karsa <[email protected]>

* Update icons/table-rows-split.json

Co-authored-by: Karsa <[email protected]>

* Update icons/table-cells-merge.json

Co-authored-by: Karsa <[email protected]>

* Update icons/table-columns-split.json

Co-authored-by: Karsa <[email protected]>

---------

Co-authored-by: Karsa <[email protected]>
  • Loading branch information
chessurisme and karsa-mistmere authored Feb 21, 2024
1 parent 6fa51d2 commit d542da0
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 0 deletions.
15 changes: 15 additions & 0 deletions icons/table-cells-merge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"chessurisme"
],
"tags": [
"spreadsheet",
"grid",
"row"
],
"categories": [
"text",
"files"
]
}
17 changes: 17 additions & 0 deletions icons/table-cells-merge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions icons/table-cells-split.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"chessurisme"
],
"tags": [
"spreadsheet",
"grid",
"row"
],
"categories": [
"text",
"files"
]
}
16 changes: 16 additions & 0 deletions icons/table-cells-split.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/table-columns-split.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"chessurisme"
],
"tags": [
"spreadsheet",
"grid",
"cut",
"break",
"divide",
"separate",
"segment"
],
"categories": [
"text",
"files"
]
}
23 changes: 23 additions & 0 deletions icons/table-columns-split.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/table-rows-split.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"chessurisme"
],
"tags": [
"spreadsheet",
"grid",
"cut",
"break",
"divide",
"separate",
"segment"
],
"categories": [
"text",
"files"
]
}
23 changes: 23 additions & 0 deletions icons/table-rows-split.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d542da0

Please sign in to comment.