mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:36:49 +01:00
* 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 <contact@karsa.org> * 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 <contact@karsa.org> * Update icons/table-rows-split.json Co-authored-by: Karsa <contact@karsa.org> * Update icons/table-cells-merge.json Co-authored-by: Karsa <contact@karsa.org> * Update icons/table-columns-split.json Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
20 lines
245 B
JSON
20 lines
245 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"chessurisme"
|
|
],
|
|
"tags": [
|
|
"spreadsheet",
|
|
"grid",
|
|
"cut",
|
|
"break",
|
|
"divide",
|
|
"separate",
|
|
"segment"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"files"
|
|
]
|
|
}
|