@leapdev/gui-icons 3.0.59 → 3.0.61
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/CHANGELOG.md +963 -0
- package/dist/app.js +23 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/doctype/.DS_Store +0 -0
- package/dist/icons/leap-web/.DS_Store +0 -0
- package/dist/icons/leap-web/users-co-author-16.svg +11 -0
- package/dist/icons/leap-web/users-co-author-filled-16.svg +11 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/illustrations/.DS_Store +0 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1155,7 +1155,9 @@ export { default as LeapWebUserTick16 } from './icons/leap-web/user-tick-16.svg'
|
|
|
1155
1155
|
export { default as LeapWebUserTick20 } from './icons/leap-web/user-tick-20.svg';
|
|
1156
1156
|
export { default as LeapWebUsers16 } from './icons/leap-web/users-16.svg';
|
|
1157
1157
|
export { default as LeapWebUsers20 } from './icons/leap-web/users-20.svg';
|
|
1158
|
+
export { default as LeapWebUsersCoAuthor16 } from './icons/leap-web/users-co-author-16.svg';
|
|
1158
1159
|
export { default as LeapWebUsersCoAuthor20 } from './icons/leap-web/users-co-author-20.svg';
|
|
1160
|
+
export { default as LeapWebUsersCoAuthorFilled16 } from './icons/leap-web/users-co-author-filled-16.svg';
|
|
1159
1161
|
export { default as LeapWebUsersCoAuthorFilled20 } from './icons/leap-web/users-co-author-filled-20.svg';
|
|
1160
1162
|
export { default as LeapWebVisible16 } from './icons/leap-web/visible-16.svg';
|
|
1161
1163
|
export { default as LeapWebVisible20 } from './icons/leap-web/visible-20.svg';
|