@leapdev/gui-icons 3.0.57 → 3.0.59
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/app.js +34 -1
- package/dist/icons/leap-web/minus-circle-16.svg +1 -1
- package/dist/icons/leap-web/minus-circle-20.svg +3 -0
- package/dist/icons/leap-web/users-co-author-20.svg +11 -0
- package/dist/icons/leap-web/users-co-author-filled-20.svg +11 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
- package/CHANGELOG.md +0 -943
- package/dist/icons/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -837,6 +837,7 @@ export { default as LeapWebMinus12 } from './icons/leap-web/minus-12.svg';
|
|
|
837
837
|
export { default as LeapWebMinus16 } from './icons/leap-web/minus-16.svg';
|
|
838
838
|
export { default as LeapWebMinus20 } from './icons/leap-web/minus-20.svg';
|
|
839
839
|
export { default as LeapWebMinusCircle16 } from './icons/leap-web/minus-circle-16.svg';
|
|
840
|
+
export { default as LeapWebMinusCircle20 } from './icons/leap-web/minus-circle-20.svg';
|
|
840
841
|
export { default as LeapWebMoreHoriz16 } from './icons/leap-web/more-horiz-16.svg';
|
|
841
842
|
export { default as LeapWebMoreHoriz20 } from './icons/leap-web/more-horiz-20.svg';
|
|
842
843
|
export { default as LeapWebMoreVert16 } from './icons/leap-web/more-vert-16.svg';
|
|
@@ -1154,6 +1155,8 @@ export { default as LeapWebUserTick16 } from './icons/leap-web/user-tick-16.svg'
|
|
|
1154
1155
|
export { default as LeapWebUserTick20 } from './icons/leap-web/user-tick-20.svg';
|
|
1155
1156
|
export { default as LeapWebUsers16 } from './icons/leap-web/users-16.svg';
|
|
1156
1157
|
export { default as LeapWebUsers20 } from './icons/leap-web/users-20.svg';
|
|
1158
|
+
export { default as LeapWebUsersCoAuthor20 } from './icons/leap-web/users-co-author-20.svg';
|
|
1159
|
+
export { default as LeapWebUsersCoAuthorFilled20 } from './icons/leap-web/users-co-author-filled-20.svg';
|
|
1157
1160
|
export { default as LeapWebVisible16 } from './icons/leap-web/visible-16.svg';
|
|
1158
1161
|
export { default as LeapWebVisible20 } from './icons/leap-web/visible-20.svg';
|
|
1159
1162
|
export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|