@leapdev/gui-icons 3.0.64 → 3.0.65

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
@@ -760,6 +760,8 @@ export { default as LeapWebExpandMoreHoriz16 } from './icons/leap-web/expand-mor
760
760
  export { default as LeapWebExpandMoreHoriz20 } from './icons/leap-web/expand-more-horiz-20.svg';
761
761
  export { default as LeapWebExpandMoreVert16 } from './icons/leap-web/expand-more-vert-16.svg';
762
762
  export { default as LeapWebExpandMoreVert20 } from './icons/leap-web/expand-more-vert-20.svg';
763
+ export { default as LeapWebExport16 } from './icons/leap-web/export-16.svg';
764
+ export { default as LeapWebExport20 } from './icons/leap-web/export-20.svg';
763
765
  export { default as LeapWebFeedback20 } from './icons/leap-web/feedback-20.svg';
764
766
  export { default as LeapWebFilledPin16 } from './icons/leap-web/filled-pin-16.svg';
765
767
  export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.svg';
@@ -805,6 +807,8 @@ export { default as LeapWebHome24 } from './icons/leap-web/home-24.svg';
805
807
  export { default as LeapWebIdea16 } from './icons/leap-web/idea-16.svg';
806
808
  export { default as LeapWebIdea20 } from './icons/leap-web/idea-20.svg';
807
809
  export { default as LeapWebImage20 } from './icons/leap-web/image-20.svg';
810
+ export { default as LeapWebImport16 } from './icons/leap-web/import-16.svg';
811
+ export { default as LeapWebImport20 } from './icons/leap-web/import-20.svg';
808
812
  export { default as LeapWebInfo16 } from './icons/leap-web/info-16.svg';
809
813
  export { default as LeapWebInfoCircle16 } from './icons/leap-web/info-circle-16.svg';
810
814
  export { default as LeapWebInfoCircle20 } from './icons/leap-web/info-circle-20.svg';
@@ -1003,6 +1007,8 @@ export { default as LeapWebTwoToneEnvelopeSent20 } from './icons/leap-web/two-to
1003
1007
  export { default as LeapWebTwoToneEnvelopeSent24 } from './icons/leap-web/two-tone-envelope-sent-24.svg';
1004
1008
  export { default as LeapWebTwoToneEnvelopeWarning20 } from './icons/leap-web/two-tone-envelope-warning-20.svg';
1005
1009
  export { default as LeapWebTwoToneEnvelopeWarning24 } from './icons/leap-web/two-tone-envelope-warning-24.svg';
1010
+ export { default as LeapWebTwoToneExport20 } from './icons/leap-web/two-tone-export-20.svg';
1011
+ export { default as LeapWebTwoToneExport24 } from './icons/leap-web/two-tone-export-24.svg';
1006
1012
  export { default as LeapWebTwoToneFeeDollar20 } from './icons/leap-web/two-tone-fee-dollar-20.svg';
1007
1013
  export { default as LeapWebTwoToneFeeDollar24 } from './icons/leap-web/two-tone-fee-dollar-24.svg';
1008
1014
  export { default as LeapWebTwoToneFeePound20 } from './icons/leap-web/two-tone-fee-pound-20.svg';
@@ -1020,6 +1026,8 @@ export { default as LeapWebTwoToneGenerator20 } from './icons/leap-web/two-tone-
1020
1026
  export { default as LeapWebTwoToneGenerator24 } from './icons/leap-web/two-tone-generator-24.svg';
1021
1027
  export { default as LeapWebTwoToneHelp24 } from './icons/leap-web/two-tone-help-24.svg';
1022
1028
  export { default as LeapWebTwoToneHome24 } from './icons/leap-web/two-tone-home-24.svg';
1029
+ export { default as LeapWebTwoToneImport20 } from './icons/leap-web/two-tone-import-20.svg';
1030
+ export { default as LeapWebTwoToneImport24 } from './icons/leap-web/two-tone-import-24.svg';
1023
1031
  export { default as LeapWebTwoToneInfotrack20 } from './icons/leap-web/two-tone-infotrack-20.svg';
1024
1032
  export { default as LeapWebTwoToneInfotrack24 } from './icons/leap-web/two-tone-infotrack-24.svg';
1025
1033
  export { default as LeapWebTwoToneInfotrackFeeEuro20 } from './icons/leap-web/two-tone-infotrack-fee-euro-20.svg';
@@ -1315,7 +1323,6 @@ export { default as SiriusFavourite } from './illustrations/sirius/Favourite.svg
1315
1323
  export { default as SiriusFolder } from './illustrations/sirius/Folder.svg';
1316
1324
  export { default as SiriusGenerator } from './illustrations/sirius/Generator.svg';
1317
1325
  export { default as SiriusInbox } from './illustrations/sirius/Inbox.svg';
1318
- export { default as SiriusNocorrespondance } from './illustrations/sirius/NoCorrespondance.svg';
1319
1326
  export { default as SiriusNocorrespondence } from './illustrations/sirius/NoCorrespondence.svg';
1320
1327
  export { default as SiriusNounscheduledcriticaldates } from './illustrations/sirius/NoUnscheduledCriticalDates.svg';
1321
1328
  export { default as SiriusNounscheduledtasks } from './illustrations/sirius/NoUnscheduledTasks.svg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui-icons",
3
- "version": "3.0.64",
3
+ "version": "3.0.65",
4
4
  "description": "LEAP GUI Icons",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",