@leapdev/gui-icons 3.0.26 → 3.0.28

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/index.js CHANGED
@@ -889,6 +889,7 @@ export { default as LeapWebSortAsc20 } from './icons/leap-web/sort-asc-20.svg';
889
889
  export { default as LeapWebSortDesc16 } from './icons/leap-web/sort-desc-16.svg';
890
890
  export { default as LeapWebSortDesc20 } from './icons/leap-web/sort-desc-20.svg';
891
891
  export { default as LeapWebSplit16 } from './icons/leap-web/split-16.svg';
892
+ export { default as LeapWebSplitInvoice20 } from './icons/leap-web/split-invoice-20.svg';
892
893
  export { default as LeapWebStar16 } from './icons/leap-web/star-16.svg';
893
894
  export { default as LeapWebStar20 } from './icons/leap-web/star-20.svg';
894
895
  export { default as LeapWebStarOutline16 } from './icons/leap-web/star-outline-16.svg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui-icons",
3
- "version": "3.0.26",
3
+ "version": "3.0.28",
4
4
  "description": "LEAP GUI Icons",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",
@@ -48,6 +48,5 @@
48
48
  "webpack-cli": "^5.1.4",
49
49
  "webpack-dev-server": "^4.15.1",
50
50
  "webpack-merge": "^6.0.1"
51
- },
52
- "packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
51
+ }
53
52
  }