@mirohq/design-system-icons 0.7.1-checkbox.0 → 0.8.1-checkbox.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 (178) hide show
  1. package/dist/main.js +3194 -1014
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +3113 -1015
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +168 -1
  6. package/package.json +4 -4
  7. package/react/at.tsx +34 -0
  8. package/react/board.tsx +34 -0
  9. package/react/chat-dashes-lines-two.tsx +34 -0
  10. package/react/chat-lines-cross.tsx +34 -0
  11. package/react/chat-lines-eye-open.tsx +25 -0
  12. package/react/chat-lines-two-stack.tsx +34 -0
  13. package/react/chat-lines-two.tsx +34 -0
  14. package/react/chat-plus.tsx +34 -0
  15. package/react/chat-text-arrow.tsx +34 -0
  16. package/react/chat-two.tsx +31 -0
  17. package/react/chat.tsx +1 -1
  18. package/react/checkboard-square-centered.tsx +25 -0
  19. package/react/circle-corners.tsx +28 -0
  20. package/react/cog.tsx +1 -1
  21. package/react/cone-serpentine.tsx +29 -0
  22. package/react/corners-three-eye-open.tsx +25 -0
  23. package/react/dash-left-down-square-dash-right-up.tsx +34 -0
  24. package/react/dash-left-up-square-dash-down-right.tsx +34 -0
  25. package/react/dash-square-dash-horizontal.tsx +34 -0
  26. package/react/dash-square-dash-vertical.tsx +34 -0
  27. package/react/eye-closed-dots-four-frame-broken.tsx +27 -0
  28. package/react/eye-closed.tsx +34 -0
  29. package/react/eye-open-line-frame-broken.tsx +28 -0
  30. package/react/eye-open-slash.tsx +31 -0
  31. package/react/eye-open.tsx +31 -0
  32. package/react/folder.tsx +34 -0
  33. package/react/frame-lines-two.tsx +34 -0
  34. package/react/frame-play.tsx +31 -0
  35. package/react/frame-plus.tsx +34 -0
  36. package/react/frame.tsx +34 -0
  37. package/react/index.ts +82 -0
  38. package/react/monitor-arrow.tsx +34 -0
  39. package/react/monitor-pause.tsx +34 -0
  40. package/react/monitor-play.tsx +31 -0
  41. package/react/monitor-stop.tsx +28 -0
  42. package/react/next.tsx +28 -0
  43. package/react/node-lines-curved.tsx +34 -0
  44. package/react/node-lines-horizontal.tsx +34 -0
  45. package/react/node-lines-vertical.tsx +34 -0
  46. package/react/node-plus.tsx +33 -0
  47. package/react/nodes-connected.tsx +31 -0
  48. package/react/nodes-connections-three.tsx +33 -0
  49. package/react/note-magnifying-glass.tsx +31 -0
  50. package/react/pause.tsx +28 -0
  51. package/react/play.tsx +31 -0
  52. package/react/presentation-arrow.tsx +34 -0
  53. package/react/presentation-eye-open.tsx +25 -0
  54. package/react/presentation-line.tsx +34 -0
  55. package/react/presentation-lines-two.tsx +34 -0
  56. package/react/presentation-link.tsx +31 -0
  57. package/react/presentation-number-one.tsx +34 -0
  58. package/react/presentation-play.tsx +31 -0
  59. package/react/presentation-plus.tsx +34 -0
  60. package/react/previous.tsx +28 -0
  61. package/react/question-mark.tsx +31 -0
  62. package/react/rectangle-dash-lines.tsx +34 -0
  63. package/react/rectangle-dot-line-pen.tsx +37 -0
  64. package/react/rectangle-play-stack.tsx +31 -0
  65. package/react/rectangle-tick.tsx +34 -0
  66. package/react/rectangles-two-lines-four.tsx +34 -0
  67. package/react/rectangles-two-minus.tsx +34 -0
  68. package/react/rectangles-two-plus.tsx +34 -0
  69. package/react/rectangles-two-user.tsx +30 -0
  70. package/react/scissors.tsx +33 -0
  71. package/react/smiley-chat.tsx +28 -0
  72. package/react/smiley-sticker.tsx +31 -0
  73. package/react/smiley.tsx +31 -0
  74. package/react/square-star-scribble.tsx +31 -0
  75. package/react/sticky-corners.tsx +34 -0
  76. package/react/sticky-note-stack.tsx +34 -0
  77. package/react/sticky-note-wide.tsx +34 -0
  78. package/react/sticky-note.tsx +3 -2
  79. package/react/sticky-notes-two.tsx +33 -0
  80. package/react/text-cursor-eye-open.tsx +25 -0
  81. package/react/trophy.tsx +31 -0
  82. package/react/user-arrow-right-up.tsx +31 -0
  83. package/react/user-eye-open.tsx +25 -0
  84. package/react/user-load.tsx +33 -0
  85. package/react/user-number-three.tsx +34 -0
  86. package/react/user-pen-dashes-bottom.tsx +30 -0
  87. package/react/user-pen-line-bottom.tsx +30 -0
  88. package/react/user-tick-down.tsx +31 -0
  89. package/react/users-three.tsx +34 -0
  90. package/react/video-camera-simple-slash.tsx +34 -0
  91. package/react/video-camera-simple.tsx +34 -0
  92. package/react/video-camera.tsx +34 -0
  93. package/svg/24/at.svg +1 -0
  94. package/svg/24/board.svg +1 -0
  95. package/svg/24/chat-dashes-lines-two.svg +1 -0
  96. package/svg/24/chat-lines-cross.svg +1 -0
  97. package/svg/24/chat-lines-eye-open.svg +1 -0
  98. package/svg/24/chat-lines-two-stack.svg +1 -0
  99. package/svg/24/chat-lines-two.svg +1 -0
  100. package/svg/24/chat-plus.svg +1 -0
  101. package/svg/24/chat-text-arrow.svg +1 -0
  102. package/svg/24/chat-two.svg +1 -0
  103. package/svg/24/chat.svg +1 -1
  104. package/svg/24/checkboard-square-centered.svg +1 -0
  105. package/svg/24/circle-corners.svg +1 -0
  106. package/svg/24/cog.svg +1 -1
  107. package/svg/24/cone-serpentine.svg +1 -0
  108. package/svg/24/corners-three-eye-open.svg +1 -0
  109. package/svg/24/dash-left-down-square-dash-right-up.svg +1 -0
  110. package/svg/24/dash-left-up-square-dash-down-right.svg +1 -0
  111. package/svg/24/dash-square-dash-horizontal.svg +1 -0
  112. package/svg/24/dash-square-dash-vertical.svg +1 -0
  113. package/svg/24/eye-closed-dots-four-frame-broken.svg +1 -0
  114. package/svg/24/eye-closed.svg +1 -0
  115. package/svg/24/eye-open-line-frame-broken.svg +1 -0
  116. package/svg/24/eye-open-slash.svg +1 -0
  117. package/svg/24/eye-open.svg +1 -0
  118. package/svg/24/folder.svg +1 -0
  119. package/svg/24/frame-lines-two.svg +1 -0
  120. package/svg/24/frame-play.svg +1 -0
  121. package/svg/24/frame-plus.svg +1 -0
  122. package/svg/24/frame.svg +1 -0
  123. package/svg/24/monitor-arrow.svg +1 -0
  124. package/svg/24/monitor-pause.svg +1 -0
  125. package/svg/24/monitor-play.svg +1 -0
  126. package/svg/24/monitor-stop.svg +1 -0
  127. package/svg/24/next.svg +1 -0
  128. package/svg/24/node-lines-curved.svg +1 -0
  129. package/svg/24/node-lines-horizontal.svg +1 -0
  130. package/svg/24/node-lines-vertical.svg +1 -0
  131. package/svg/24/node-plus.svg +1 -0
  132. package/svg/24/nodes-connected.svg +1 -0
  133. package/svg/24/nodes-connections-three.svg +1 -0
  134. package/svg/24/note-magnifying-glass.svg +1 -0
  135. package/svg/24/pause.svg +1 -0
  136. package/svg/24/play.svg +1 -0
  137. package/svg/24/presentation-arrow.svg +1 -0
  138. package/svg/24/presentation-eye-open.svg +1 -0
  139. package/svg/24/presentation-line.svg +1 -0
  140. package/svg/24/presentation-lines-two.svg +1 -0
  141. package/svg/24/presentation-link.svg +1 -0
  142. package/svg/24/presentation-number-one.svg +1 -0
  143. package/svg/24/presentation-play.svg +1 -0
  144. package/svg/24/presentation-plus.svg +1 -0
  145. package/svg/24/previous.svg +1 -0
  146. package/svg/24/question-mark.svg +1 -0
  147. package/svg/24/rectangle-dash-lines.svg +1 -0
  148. package/svg/24/rectangle-dot-line-pen.svg +1 -0
  149. package/svg/24/rectangle-play-stack.svg +1 -0
  150. package/svg/24/rectangle-tick.svg +1 -0
  151. package/svg/24/rectangles-two-lines-four.svg +1 -0
  152. package/svg/24/rectangles-two-minus.svg +1 -0
  153. package/svg/24/rectangles-two-plus.svg +1 -0
  154. package/svg/24/rectangles-two-user.svg +1 -0
  155. package/svg/24/scissors.svg +1 -0
  156. package/svg/24/smiley-chat.svg +1 -0
  157. package/svg/24/smiley-sticker.svg +1 -0
  158. package/svg/24/smiley.svg +1 -0
  159. package/svg/24/square-star-scribble.svg +1 -0
  160. package/svg/24/sticky-corners.svg +1 -0
  161. package/svg/24/sticky-note-stack.svg +1 -0
  162. package/svg/24/sticky-note-wide.svg +1 -0
  163. package/svg/24/sticky-note.svg +1 -1
  164. package/svg/24/sticky-notes-two.svg +1 -0
  165. package/svg/24/text-cursor-eye-open.svg +1 -0
  166. package/svg/24/trophy.svg +1 -0
  167. package/svg/24/user-arrow-right-up.svg +1 -0
  168. package/svg/24/user-eye-open.svg +1 -0
  169. package/svg/24/user-load.svg +1 -0
  170. package/svg/24/user-number-three.svg +1 -0
  171. package/svg/24/user-pen-dashes-bottom.svg +1 -0
  172. package/svg/24/user-pen-line-bottom.svg +1 -0
  173. package/svg/24/user-tick-down.svg +1 -0
  174. package/svg/24/users-three.svg +1 -0
  175. package/svg/24/video-camera-simple-slash.svg +1 -0
  176. package/svg/24/video-camera-simple.svg +1 -0
  177. package/svg/24/video-camera.svg +1 -0
  178. package/svg/meta.json +713 -1

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.