@symbo.ls/default-icons 2.11.475 → 3.0.1

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.
package/dist/cjs/index.js CHANGED
@@ -280,11 +280,11 @@ var require_plus = __commonJS({
280
280
  });
281
281
 
282
282
  // index.js
283
- var default_exports = {};
284
- __export(default_exports, {
283
+ var index_exports = {};
284
+ __export(index_exports, {
285
285
  DEFAULT_ICONS: () => DEFAULT_ICONS
286
286
  });
287
- module.exports = __toCommonJS(default_exports);
287
+ module.exports = __toCommonJS(index_exports);
288
288
  var DEFAULT_ICONS = {
289
289
  symbols: require_logo(),
290
290
  logo: require_logo(),
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@symbo.ls/default-icons",
3
- "version": "2.11.475",
3
+ "version": "3.0.1",
4
4
  "main": "index.js",
5
5
  "author": "symbo.ls",
6
6
  "license": "ISC",
7
- "gitHead": "d2198b5f44d161e2cf0dd8a9d88a5301192bcb02",
7
+ "gitHead": "a4e7f586f7e4f60bd7b6a8388bdacc3ae1879433",
8
8
  "files": [
9
9
  "src",
10
10
  "dist"