@leapdev/gui-icons 3.0.16 → 3.0.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.
package/dist/index.js CHANGED
@@ -57,6 +57,7 @@ export { default as DesktopSignOut } from './icons/desktop/sign-out.svg';
57
57
  export { default as DesktopTickCircle } from './icons/desktop/tick-circle.svg';
58
58
  export { default as DoctypeActivityDefault16 } from './icons/doctype/activity-default-16.svg';
59
59
  export { default as DoctypeActivityDefault24 } from './icons/doctype/activity-default-24.svg';
60
+ export { default as DoctypeApp24 } from './icons/doctype/app-24.svg';
60
61
  export { default as DoctypeAppointment16 } from './icons/doctype/appointment-16.svg';
61
62
  export { default as DoctypeAppointment24 } from './icons/doctype/appointment-24.svg';
62
63
  export { default as DoctypeAudio16 } from './icons/doctype/audio-16.svg';
@@ -97,6 +98,7 @@ export { default as DoctypeComment16 } from './icons/doctype/comment-16.svg';
97
98
  export { default as DoctypeComment24 } from './icons/doctype/comment-24.svg';
98
99
  export { default as DoctypeComment28 } from './icons/doctype/comment-28.svg';
99
100
  export { default as DoctypeCommentSc28 } from './icons/doctype/comment-sc-28.svg';
101
+ export { default as DoctypeCostRecoveryExceeded24 } from './icons/doctype/cost-recovery-exceeded-24.svg';
100
102
  export { default as DoctypeDefault16 } from './icons/doctype/default-16.svg';
101
103
  export { default as DoctypeDefault24 } from './icons/doctype/default-24.svg';
102
104
  export { default as DoctypeDefault28 } from './icons/doctype/default-28.svg';
@@ -219,6 +221,7 @@ export { default as DoctypeInfotrackSc24 } from './icons/doctype/infotrack-sc-24
219
221
  export { default as DoctypeInfotrackSc28 } from './icons/doctype/infotrack-sc-28.svg';
220
222
  export { default as DoctypeLetter16 } from './icons/doctype/letter-16.svg';
221
223
  export { default as DoctypeLetter24 } from './icons/doctype/letter-24.svg';
224
+ export { default as DoctypeMeeting24 } from './icons/doctype/meeting-24.svg';
222
225
  export { default as DoctypeMemo16 } from './icons/doctype/memo-16.svg';
223
226
  export { default as DoctypeMemo24 } from './icons/doctype/memo-24.svg';
224
227
  export { default as DoctypeNewComment16 } from './icons/doctype/new-comment-16.svg';
@@ -244,7 +247,9 @@ export { default as DoctypePptSc16 } from './icons/doctype/ppt-sc-16.svg';
244
247
  export { default as DoctypePptSc24 } from './icons/doctype/ppt-sc-24.svg';
245
248
  export { default as DoctypePpt } from './icons/doctype/ppt.svg';
246
249
  export { default as DoctypePrecedentNotification16 } from './icons/doctype/precedent-notification-16.svg';
247
- export { default as DoctypePrecedentNotification } from './icons/doctype/precedent-notification.svg';
250
+ export { default as DoctypePrecedentNotification24 } from './icons/doctype/precedent-notification-24.svg';
251
+ export { default as DoctypePrompt24 } from './icons/doctype/prompt-24.svg';
252
+ export { default as DoctypePromptWord24 } from './icons/doctype/prompt-word-24.svg';
248
253
  export { default as DoctypeRtf28 } from './icons/doctype/rtf-28.svg';
249
254
  export { default as DoctypeScannedDoc16 } from './icons/doctype/scanned-doc-16.svg';
250
255
  export { default as DoctypeScannedDoc24 } from './icons/doctype/scanned-doc-24.svg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui-icons",
3
- "version": "3.0.16",
3
+ "version": "3.0.17",
4
4
  "description": "LEAP GUI Icons",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",