@mozaic-ds/icons 1.36.1 → 1.40.0

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.
Files changed (100) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/js/icons.js +950 -139
  3. package/package.json +1 -1
  4. package/react/index.js +415 -34
  5. package/svelte/ArrowArrowBottomLeft16.svelte +10 -0
  6. package/svelte/ArrowArrowBottomLeft24.svelte +10 -0
  7. package/svelte/ArrowArrowBottomLeft32.svelte +10 -0
  8. package/svelte/ArrowArrowBottomLeft48.svelte +10 -0
  9. package/svelte/ArrowArrowBottomLeft64.svelte +10 -0
  10. package/svelte/ArrowArrowBottomRight16.svelte +10 -0
  11. package/svelte/ArrowArrowBottomRight24.svelte +10 -0
  12. package/svelte/ArrowArrowBottomRight32.svelte +10 -0
  13. package/svelte/ArrowArrowBottomRight48.svelte +10 -0
  14. package/svelte/ArrowArrowBottomRight64.svelte +10 -0
  15. package/svelte/ArrowArrowTopLeft16.svelte +10 -0
  16. package/svelte/ArrowArrowTopLeft24.svelte +10 -0
  17. package/svelte/ArrowArrowTopLeft32.svelte +10 -0
  18. package/svelte/ArrowArrowTopLeft48.svelte +10 -0
  19. package/svelte/ArrowArrowTopLeft64.svelte +10 -0
  20. package/svelte/ArrowArrowTopRight16.svelte +10 -0
  21. package/svelte/ArrowArrowTopRight24.svelte +10 -0
  22. package/svelte/ArrowArrowTopRight32.svelte +10 -0
  23. package/svelte/ArrowArrowTopRight48.svelte +10 -0
  24. package/svelte/ArrowArrowTopRight64.svelte +10 -0
  25. package/svelte/DisplayExternalLink16.svelte +1 -1
  26. package/svelte/DisplayExternalLink24.svelte +1 -1
  27. package/svelte/DisplayExternalLink32.svelte +1 -1
  28. package/svelte/DisplayExternalLink48.svelte +1 -1
  29. package/svelte/DisplayExternalLink64.svelte +1 -1
  30. package/svelte/DisplayOptions24.svelte +1 -1
  31. package/svelte/DisplayOptions32.svelte +1 -1
  32. package/svelte/DisplayOptions48.svelte +1 -1
  33. package/svelte/DisplayOptions64.svelte +1 -1
  34. package/svelte/DisplayOther24.svelte +1 -1
  35. package/svelte/DisplayOther32.svelte +1 -1
  36. package/svelte/DisplayOther48.svelte +1 -1
  37. package/svelte/DisplayOther64.svelte +1 -1
  38. package/svelte/PublishEdit24.svelte +1 -1
  39. package/svelte/PublishEdit32.svelte +1 -1
  40. package/svelte/PublishEdit48.svelte +1 -1
  41. package/svelte/PublishEdit64.svelte +1 -1
  42. package/svelte/icons.js +1644 -1504
  43. package/svg/Navigation_Arrow_ArrowBottomLeft_16px.svg +1 -0
  44. package/svg/Navigation_Arrow_ArrowBottomLeft_24px.svg +1 -0
  45. package/svg/Navigation_Arrow_ArrowBottomLeft_32px.svg +1 -0
  46. package/svg/Navigation_Arrow_ArrowBottomLeft_48px.svg +1 -0
  47. package/svg/Navigation_Arrow_ArrowBottomLeft_64px.svg +1 -0
  48. package/svg/Navigation_Arrow_ArrowBottomRight_16px.svg +1 -0
  49. package/svg/Navigation_Arrow_ArrowBottomRight_24px.svg +1 -0
  50. package/svg/Navigation_Arrow_ArrowBottomRight_32px.svg +1 -0
  51. package/svg/Navigation_Arrow_ArrowBottomRight_48px.svg +1 -0
  52. package/svg/Navigation_Arrow_ArrowBottomRight_64px.svg +1 -0
  53. package/svg/Navigation_Arrow_ArrowTopLeft_16px.svg +1 -0
  54. package/svg/Navigation_Arrow_ArrowTopLeft_24px.svg +1 -0
  55. package/svg/Navigation_Arrow_ArrowTopLeft_32px.svg +1 -0
  56. package/svg/Navigation_Arrow_ArrowTopLeft_48px.svg +1 -0
  57. package/svg/Navigation_Arrow_ArrowTopLeft_64px.svg +1 -0
  58. package/svg/Navigation_Arrow_ArrowTopRight_16px.svg +1 -0
  59. package/svg/Navigation_Arrow_ArrowTopRight_24px.svg +1 -0
  60. package/svg/Navigation_Arrow_ArrowTopRight_32px.svg +1 -0
  61. package/svg/Navigation_Arrow_ArrowTopRight_48px.svg +1 -0
  62. package/svg/Navigation_Arrow_ArrowTopRight_64px.svg +1 -0
  63. package/svg/Navigation_Display_ExternalLink_16px.svg +1 -1
  64. package/svg/Navigation_Display_ExternalLink_24px.svg +1 -1
  65. package/svg/Navigation_Display_ExternalLink_32px.svg +1 -1
  66. package/svg/Navigation_Display_ExternalLink_48px.svg +1 -1
  67. package/svg/Navigation_Display_ExternalLink_64px.svg +1 -1
  68. package/svg/Navigation_Display_Options_24px.svg +1 -1
  69. package/svg/Navigation_Display_Options_32px.svg +1 -1
  70. package/svg/Navigation_Display_Options_48px.svg +1 -1
  71. package/svg/Navigation_Display_Options_64px.svg +1 -1
  72. package/svg/Navigation_Display_Other_24px.svg +1 -1
  73. package/svg/Navigation_Display_Other_32px.svg +1 -1
  74. package/svg/Navigation_Display_Other_48px.svg +1 -1
  75. package/svg/Navigation_Display_Other_64px.svg +1 -1
  76. package/svg/Navigation_Publish_Edit_24px.svg +1 -1
  77. package/svg/Navigation_Publish_Edit_32px.svg +1 -1
  78. package/svg/Navigation_Publish_Edit_48px.svg +1 -1
  79. package/svg/Navigation_Publish_Edit_64px.svg +1 -1
  80. package/svg-color/Logotypes_Brand_LM_24px.svg +1 -0
  81. package/svg-color/Logotypes_Brand_LM_32px.svg +1 -0
  82. package/svg-color/Logotypes_Brand_LM_48px.svg +1 -0
  83. package/svg-color/Logotypes_Brand_LM_64px.svg +1 -0
  84. package/svg-color/Logotypes_Payment_Fintecture_24px.svg +1 -0
  85. package/svg-color/Logotypes_Payment_Fintecture_32px.svg +1 -0
  86. package/svg-color/Logotypes_Payment_Fintecture_48px.svg +1 -0
  87. package/svg-color/Logotypes_Payment_Fintecture_64px.svg +1 -0
  88. package/svg-color/Logotypes_Payment_Oney--3x4x_24px.svg +1 -0
  89. package/svg-color/Logotypes_Payment_Oney--3x4x_32px.svg +1 -0
  90. package/svg-color/Logotypes_Payment_Oney--3x4x_48px.svg +1 -0
  91. package/svg-color/Logotypes_Payment_Oney--3x4x_64px.svg +1 -0
  92. package/svg-color/Logotypes_Payment_Oney--3x_24px.svg +1 -0
  93. package/svg-color/Logotypes_Payment_Oney--3x_32px.svg +1 -0
  94. package/svg-color/Logotypes_Payment_Oney--3x_48px.svg +1 -0
  95. package/svg-color/Logotypes_Payment_Oney--3x_64px.svg +1 -0
  96. package/svg-color/Logotypes_Payment_PayPal_24px.svg +1 -0
  97. package/svg-color/Logotypes_Payment_PayPal_32px.svg +1 -0
  98. package/svg-color/Logotypes_Payment_PayPal_48px.svg +1 -0
  99. package/svg-color/Logotypes_Payment_PayPal_64px.svg +1 -0
  100. package/vue/index.vue +164 -72
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.40.0](https://github.com/adeo/mozaic-design-system/compare/v1.39.1...v1.40.0) (2022-08-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **foundations/icons:** add logotypes ([#1176](https://github.com/adeo/mozaic-design-system/issues/1176)) ([16302c0](https://github.com/adeo/mozaic-design-system/commit/16302c03661327b02daf19d670ed694ffc273bab))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.39.0](https://github.com/adeo/mozaic-design-system/compare/v1.38.0...v1.39.0) (2022-07-20)
18
+
19
+
20
+ ### Features
21
+
22
+ * **foundations/icons:** add new icons ([#1170](https://github.com/adeo/mozaic-design-system/issues/1170)) ([286167a](https://github.com/adeo/mozaic-design-system/commit/286167a2452abda0ca4d970541f267a615d14fb7))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.36.2](https://github.com/adeo/mozaic-design-system/compare/v1.36.1...v1.36.2) (2022-06-22)
29
+
30
+ **Note:** Version bump only for package @mozaic-ds/icons
31
+
32
+
33
+
34
+
35
+
6
36
  ## [1.36.1](https://github.com/adeo/mozaic-design-system/compare/v1.36.0...v1.36.1) (2022-06-17)
7
37
 
8
38