mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Update icons to v3.31.0 (#2274)
This commit is contained in:
5
.changeset/dull-monkeys-swim.md
Normal file
5
.changeset/dull-monkeys-swim.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/preview": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update icons to v3.31.0
|
||||||
@@ -26,7 +26,7 @@ for (let iconName in iconsTags) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
writeFileSync(
|
writeFileSync(
|
||||||
join(__dirname, `../shared/data/icons-info.json`),
|
join(__dirname, `../../shared/data/icons-info.json`),
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
version,
|
version,
|
||||||
count: Object.values(svgList).reduce((acc, icon) => {
|
count: Object.values(svgList).reduce((acc, icon) => {
|
||||||
@@ -35,4 +35,4 @@ writeFileSync(
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
writeFileSync(join(__dirname, `../shared/data/icons.json`), JSON.stringify(svgList))
|
writeFileSync(join(__dirname, `../../shared/data/icons.json`), JSON.stringify(svgList))
|
||||||
@@ -1 +1 @@
|
|||||||
{"version":"3.29.0","count":5844}
|
{"version":"3.31.0","count":5880}
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user