@iconify-json/tabler 1.1.16 → 1.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/icons.json +2 -1
  2. package/package.json +2 -2
package/icons.json CHANGED
@@ -6182,5 +6182,6 @@
6182
6182
  }
6183
6183
  },
6184
6184
  "width": 24,
6185
- "height": 24
6185
+ "height": 24,
6186
+ "lastModified": 1656183267
6186
6187
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/tabler",
3
3
  "description": "Tabler Icons icon set in Iconify JSON format",
4
- "version": "1.1.16",
4
+ "version": "1.1.17",
5
5
  "iconSetVersion": "1.71.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
@@ -23,6 +23,6 @@
23
23
  "info": "info.json"
24
24
  },
25
25
  "dependencies": {
26
- "@iconify/types": "^1.1.0"
26
+ "@iconify/types": "*"
27
27
  }
28
28
  }