1
0
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:
codecalm
2020-08-19 15:53:59 +02:00
parent b0f233cfc0
commit 38c4a51774
3 changed files with 612 additions and 612 deletions

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

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 276 KiB

View File

@@ -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,