@ozen-ui/icons 0.85.3 → 0.86.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 (138) hide show
  1. package/__inner__/cjs/ui/actions/BusIcon/BusIcon.js +19 -0
  2. package/__inner__/cjs/ui/actions/BusIcon/BusMIcon.js +8 -0
  3. package/__inner__/cjs/ui/actions/BusIcon/BusSIcon.js +8 -0
  4. package/__inner__/cjs/ui/actions/BusIcon/index.js +5 -0
  5. package/__inner__/cjs/ui/actions/BusIcon/meta.js +10 -0
  6. package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.js +19 -0
  7. package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.js +8 -0
  8. package/__inner__/cjs/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.js +8 -0
  9. package/__inner__/cjs/ui/actions/DeviceGlobeIcon/index.js +5 -0
  10. package/__inner__/cjs/ui/actions/DeviceGlobeIcon/meta.js +10 -0
  11. package/__inner__/cjs/ui/actions/HealthIcon/HealthIcon.js +19 -0
  12. package/__inner__/cjs/ui/actions/HealthIcon/HealthMIcon.js +8 -0
  13. package/__inner__/cjs/ui/actions/HealthIcon/HealthSIcon.js +12 -0
  14. package/__inner__/cjs/ui/actions/HealthIcon/index.js +5 -0
  15. package/__inner__/cjs/ui/actions/HealthIcon/meta.js +10 -0
  16. package/__inner__/cjs/ui/actions/HotelIcon/HotelIcon.js +19 -0
  17. package/__inner__/cjs/ui/actions/HotelIcon/HotelMIcon.js +8 -0
  18. package/__inner__/cjs/ui/actions/HotelIcon/HotelSIcon.js +12 -0
  19. package/__inner__/cjs/ui/actions/HotelIcon/index.js +5 -0
  20. package/__inner__/cjs/ui/actions/HotelIcon/meta.js +10 -0
  21. package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallIcon.js +19 -0
  22. package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallMIcon.js +8 -0
  23. package/__inner__/cjs/ui/actions/PendingSmallIcon/PendingSmallSIcon.js +8 -0
  24. package/__inner__/cjs/ui/actions/PendingSmallIcon/index.js +5 -0
  25. package/__inner__/cjs/ui/actions/PendingSmallIcon/meta.js +10 -0
  26. package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchIcon.js +19 -0
  27. package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchMIcon.js +8 -0
  28. package/__inner__/cjs/ui/actions/SandWatchIcon/SandWatchSIcon.js +8 -0
  29. package/__inner__/cjs/ui/actions/SandWatchIcon/index.js +5 -0
  30. package/__inner__/cjs/ui/actions/SandWatchIcon/meta.js +10 -0
  31. package/__inner__/cjs/ui/actions/ScalesIcon/ScalesIcon.js +19 -0
  32. package/__inner__/cjs/ui/actions/ScalesIcon/ScalesMIcon.js +8 -0
  33. package/__inner__/cjs/ui/actions/ScalesIcon/ScalesSIcon.js +8 -0
  34. package/__inner__/cjs/ui/actions/ScalesIcon/index.js +5 -0
  35. package/__inner__/cjs/ui/actions/ScalesIcon/meta.js +10 -0
  36. package/__inner__/cjs/ui/actions/index.js +7 -0
  37. package/__inner__/cjs/ui/media/ChatColoredIcon/ChatColoredIcon.js +20 -0
  38. package/__inner__/cjs/ui/media/ChatColoredIcon/index.js +5 -0
  39. package/__inner__/cjs/ui/media/ChatColoredIcon/meta.js +10 -0
  40. package/__inner__/cjs/ui/media/index.js +1 -0
  41. package/__inner__/cjs/ui/meta.js +8 -0
  42. package/__inner__/esm/ui/actions/BusIcon/BusIcon.js +16 -0
  43. package/__inner__/esm/ui/actions/BusIcon/BusMIcon.js +5 -0
  44. package/__inner__/esm/ui/actions/BusIcon/BusSIcon.js +5 -0
  45. package/__inner__/esm/ui/actions/BusIcon/index.js +2 -0
  46. package/__inner__/esm/ui/actions/BusIcon/meta.js +7 -0
  47. package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.js +16 -0
  48. package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.js +5 -0
  49. package/__inner__/esm/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.js +5 -0
  50. package/__inner__/esm/ui/actions/DeviceGlobeIcon/index.js +2 -0
  51. package/__inner__/esm/ui/actions/DeviceGlobeIcon/meta.js +7 -0
  52. package/__inner__/esm/ui/actions/HealthIcon/HealthIcon.js +16 -0
  53. package/__inner__/esm/ui/actions/HealthIcon/HealthMIcon.js +5 -0
  54. package/__inner__/esm/ui/actions/HealthIcon/HealthSIcon.js +9 -0
  55. package/__inner__/esm/ui/actions/HealthIcon/index.js +2 -0
  56. package/__inner__/esm/ui/actions/HealthIcon/meta.js +7 -0
  57. package/__inner__/esm/ui/actions/HotelIcon/HotelIcon.js +16 -0
  58. package/__inner__/esm/ui/actions/HotelIcon/HotelMIcon.js +5 -0
  59. package/__inner__/esm/ui/actions/HotelIcon/HotelSIcon.js +9 -0
  60. package/__inner__/esm/ui/actions/HotelIcon/index.js +2 -0
  61. package/__inner__/esm/ui/actions/HotelIcon/meta.js +7 -0
  62. package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallIcon.js +16 -0
  63. package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallMIcon.js +5 -0
  64. package/__inner__/esm/ui/actions/PendingSmallIcon/PendingSmallSIcon.js +5 -0
  65. package/__inner__/esm/ui/actions/PendingSmallIcon/index.js +2 -0
  66. package/__inner__/esm/ui/actions/PendingSmallIcon/meta.js +7 -0
  67. package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchIcon.js +16 -0
  68. package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchMIcon.js +5 -0
  69. package/__inner__/esm/ui/actions/SandWatchIcon/SandWatchSIcon.js +5 -0
  70. package/__inner__/esm/ui/actions/SandWatchIcon/index.js +2 -0
  71. package/__inner__/esm/ui/actions/SandWatchIcon/meta.js +7 -0
  72. package/__inner__/esm/ui/actions/ScalesIcon/ScalesIcon.js +16 -0
  73. package/__inner__/esm/ui/actions/ScalesIcon/ScalesMIcon.js +5 -0
  74. package/__inner__/esm/ui/actions/ScalesIcon/ScalesSIcon.js +5 -0
  75. package/__inner__/esm/ui/actions/ScalesIcon/index.js +2 -0
  76. package/__inner__/esm/ui/actions/ScalesIcon/meta.js +7 -0
  77. package/__inner__/esm/ui/actions/index.js +7 -0
  78. package/__inner__/esm/ui/media/ChatColoredIcon/ChatColoredIcon.js +17 -0
  79. package/__inner__/esm/ui/media/ChatColoredIcon/index.js +2 -0
  80. package/__inner__/esm/ui/media/ChatColoredIcon/meta.js +7 -0
  81. package/__inner__/esm/ui/media/index.js +1 -0
  82. package/__inner__/esm/ui/meta.js +10 -2
  83. package/__inner__/types/ui/actions/BusIcon/BusIcon.d.ts +3 -0
  84. package/__inner__/types/ui/actions/BusIcon/BusMIcon.d.ts +3 -0
  85. package/__inner__/types/ui/actions/BusIcon/BusSIcon.d.ts +3 -0
  86. package/__inner__/types/ui/actions/BusIcon/index.d.ts +2 -0
  87. package/__inner__/types/ui/actions/BusIcon/meta.d.ts +2 -0
  88. package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeIcon.d.ts +3 -0
  89. package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeMIcon.d.ts +3 -0
  90. package/__inner__/types/ui/actions/DeviceGlobeIcon/DeviceGlobeSIcon.d.ts +3 -0
  91. package/__inner__/types/ui/actions/DeviceGlobeIcon/index.d.ts +2 -0
  92. package/__inner__/types/ui/actions/DeviceGlobeIcon/meta.d.ts +2 -0
  93. package/__inner__/types/ui/actions/HealthIcon/HealthIcon.d.ts +3 -0
  94. package/__inner__/types/ui/actions/HealthIcon/HealthMIcon.d.ts +3 -0
  95. package/__inner__/types/ui/actions/HealthIcon/HealthSIcon.d.ts +3 -0
  96. package/__inner__/types/ui/actions/HealthIcon/index.d.ts +2 -0
  97. package/__inner__/types/ui/actions/HealthIcon/meta.d.ts +2 -0
  98. package/__inner__/types/ui/actions/HotelIcon/HotelIcon.d.ts +3 -0
  99. package/__inner__/types/ui/actions/HotelIcon/HotelMIcon.d.ts +3 -0
  100. package/__inner__/types/ui/actions/HotelIcon/HotelSIcon.d.ts +3 -0
  101. package/__inner__/types/ui/actions/HotelIcon/index.d.ts +2 -0
  102. package/__inner__/types/ui/actions/HotelIcon/meta.d.ts +2 -0
  103. package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallIcon.d.ts +3 -0
  104. package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallMIcon.d.ts +3 -0
  105. package/__inner__/types/ui/actions/PendingSmallIcon/PendingSmallSIcon.d.ts +3 -0
  106. package/__inner__/types/ui/actions/PendingSmallIcon/index.d.ts +2 -0
  107. package/__inner__/types/ui/actions/PendingSmallIcon/meta.d.ts +2 -0
  108. package/__inner__/types/ui/actions/SandWatchIcon/SandWatchIcon.d.ts +3 -0
  109. package/__inner__/types/ui/actions/SandWatchIcon/SandWatchMIcon.d.ts +3 -0
  110. package/__inner__/types/ui/actions/SandWatchIcon/SandWatchSIcon.d.ts +3 -0
  111. package/__inner__/types/ui/actions/SandWatchIcon/index.d.ts +2 -0
  112. package/__inner__/types/ui/actions/SandWatchIcon/meta.d.ts +2 -0
  113. package/__inner__/types/ui/actions/ScalesIcon/ScalesIcon.d.ts +3 -0
  114. package/__inner__/types/ui/actions/ScalesIcon/ScalesMIcon.d.ts +3 -0
  115. package/__inner__/types/ui/actions/ScalesIcon/ScalesSIcon.d.ts +3 -0
  116. package/__inner__/types/ui/actions/ScalesIcon/index.d.ts +2 -0
  117. package/__inner__/types/ui/actions/ScalesIcon/meta.d.ts +2 -0
  118. package/__inner__/types/ui/actions/index.d.ts +7 -0
  119. package/__inner__/types/ui/media/ChatColoredIcon/ChatColoredIcon.d.ts +3 -0
  120. package/__inner__/types/ui/media/ChatColoredIcon/index.d.ts +2 -0
  121. package/__inner__/types/ui/media/ChatColoredIcon/meta.d.ts +2 -0
  122. package/__inner__/types/ui/media/index.d.ts +1 -0
  123. package/bus_m_icon.svg +3 -0
  124. package/bus_s_icon.svg +3 -0
  125. package/chat_colored_icon.svg +20 -0
  126. package/device_globe_m_icon.svg +3 -0
  127. package/device_globe_s_icon.svg +3 -0
  128. package/health_m_icon.svg +3 -0
  129. package/health_s_icon.svg +10 -0
  130. package/hotel_m_icon.svg +3 -0
  131. package/hotel_s_icon.svg +10 -0
  132. package/package.json +1 -1
  133. package/pending_small_m_icon.svg +3 -0
  134. package/pending_small_s_icon.svg +3 -0
  135. package/sand_watch_m_icon.svg +3 -0
  136. package/sand_watch_s_icon.svg +3 -0
  137. package/scales_m_icon.svg +3 -0
  138. package/scales_s_icon.svg +3 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.