mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-23 22:23:33 +02:00
readme image fix
This commit is contained in:
BIN
.github/icons.png
vendored
BIN
.github/icons.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 352 KiB |
1220
.github/icons.svg
vendored
1220
.github/icons.svg
vendored
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
@@ -127,9 +127,9 @@ const printChangelog = function (newIcons, modifiedIcons, renamedIcons, pretty =
|
||||
}
|
||||
};
|
||||
|
||||
const generateIconsPreview = function (files, destFile, cb, columnsCount = 18, paddingOuter = 3) {
|
||||
const generateIconsPreview = function (files, destFile, cb, columnsCount = 17, paddingOuter = 7) {
|
||||
|
||||
const padding = 28,
|
||||
const padding = 26,
|
||||
iconSize = 24;
|
||||
|
||||
const iconsCount = files.length,
|
||||
|
Reference in New Issue
Block a user