@ds-mo/icons 0.5.0 → 0.6.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 (97) hide show
  1. package/README.md +4 -4
  2. package/dist/icons/Circle.mjs +1 -1
  3. package/dist/icons/CircleFilled.mjs +1 -1
  4. package/dist/icons/{MenuExpand.d.ts → Dot.d.ts} +1 -1
  5. package/dist/icons/Dot.mjs +9 -0
  6. package/dist/icons/{MenuExpandB.d.ts → DotFilled.d.ts} +1 -1
  7. package/dist/icons/DotFilled.mjs +9 -0
  8. package/dist/icons/{MenuCollapse.d.ts → LeftCollapse.d.ts} +1 -1
  9. package/dist/icons/{MenuCollapse.mjs → LeftCollapse.mjs} +3 -3
  10. package/dist/icons/{MenuCollapseB.d.ts → LeftCollapseB.d.ts} +1 -1
  11. package/dist/icons/{MenuCollapseB.mjs → LeftCollapseB.mjs} +3 -3
  12. package/dist/icons/LeftExpand.d.ts +2 -0
  13. package/dist/icons/LeftExpand.mjs +10 -0
  14. package/dist/icons/LeftExpandB.d.ts +2 -0
  15. package/dist/icons/{MenuExpandB.mjs → LeftExpandB.mjs} +3 -3
  16. package/dist/icons/Logout.mjs +2 -2
  17. package/dist/icons/ParagraphCheck.d.ts +2 -0
  18. package/dist/icons/ParagraphCheck.mjs +12 -0
  19. package/dist/icons/Pin.d.ts +2 -0
  20. package/dist/icons/Pin.mjs +9 -0
  21. package/dist/icons/RightCollapse.d.ts +2 -0
  22. package/dist/icons/RightCollapse.mjs +10 -0
  23. package/dist/icons/RightCollapseB.d.ts +2 -0
  24. package/dist/icons/RightCollapseB.mjs +10 -0
  25. package/dist/icons/RightExpand.d.ts +2 -0
  26. package/dist/icons/{MenuExpand.mjs → RightExpand.mjs} +4 -4
  27. package/dist/icons/RightExpandB.d.ts +2 -0
  28. package/dist/icons/RightExpandB.mjs +9 -0
  29. package/dist/icons/SquareCheckFilled.d.ts +2 -0
  30. package/dist/icons/SquareCheckFilled.mjs +9 -0
  31. package/dist/icons/SquareDollar.d.ts +2 -0
  32. package/dist/icons/SquareDollar.mjs +10 -0
  33. package/dist/icons/SquareFilled.d.ts +2 -0
  34. package/dist/icons/SquareFilled.mjs +9 -0
  35. package/dist/icons/SquareSubtractFilled.d.ts +2 -0
  36. package/dist/icons/SquareSubtractFilled.mjs +9 -0
  37. package/dist/icons/SubtractCircleFilled.d.ts +2 -0
  38. package/dist/icons/SubtractCircleFilled.mjs +9 -0
  39. package/dist/icons/Volume.mjs +3 -3
  40. package/dist/icons/VolumeFilled.mjs +3 -3
  41. package/dist/icons/VolumeMute.mjs +4 -4
  42. package/dist/icons/VolumeMuteFilled.mjs +4 -4
  43. package/dist/icons/index.d.ts +17 -4
  44. package/dist/icons/index.mjs +17 -4
  45. package/dist/index.d.ts +17 -4
  46. package/dist/index.mjs +17 -4
  47. package/dist/meta.json +188 -48
  48. package/dist/sprite.svg +58 -19
  49. package/dist/svg/Circle.mjs +1 -1
  50. package/dist/svg/CircleFilled.mjs +1 -1
  51. package/dist/svg/Dot.d.ts +1 -0
  52. package/dist/svg/Dot.mjs +1 -0
  53. package/dist/svg/DotFilled.d.ts +1 -0
  54. package/dist/svg/DotFilled.mjs +1 -0
  55. package/dist/svg/LeftCollapse.d.ts +1 -0
  56. package/dist/svg/{MenuCollapse.mjs → LeftCollapse.mjs} +1 -1
  57. package/dist/svg/LeftCollapseB.d.ts +1 -0
  58. package/dist/svg/{MenuCollapseB.mjs → LeftCollapseB.mjs} +1 -1
  59. package/dist/svg/LeftExpand.d.ts +1 -0
  60. package/dist/svg/LeftExpand.mjs +1 -0
  61. package/dist/svg/LeftExpandB.d.ts +1 -0
  62. package/dist/svg/{MenuExpandB.mjs → LeftExpandB.mjs} +1 -1
  63. package/dist/svg/Logout.mjs +1 -1
  64. package/dist/svg/ParagraphCheck.d.ts +1 -0
  65. package/dist/svg/ParagraphCheck.mjs +1 -0
  66. package/dist/svg/Pin.d.ts +1 -0
  67. package/dist/svg/Pin.mjs +1 -0
  68. package/dist/svg/RightCollapse.d.ts +1 -0
  69. package/dist/svg/RightCollapse.mjs +1 -0
  70. package/dist/svg/RightCollapseB.d.ts +1 -0
  71. package/dist/svg/RightCollapseB.mjs +1 -0
  72. package/dist/svg/RightExpand.d.ts +1 -0
  73. package/dist/svg/RightExpand.mjs +1 -0
  74. package/dist/svg/RightExpandB.d.ts +1 -0
  75. package/dist/svg/RightExpandB.mjs +1 -0
  76. package/dist/svg/SquareCheckFilled.d.ts +1 -0
  77. package/dist/svg/SquareCheckFilled.mjs +1 -0
  78. package/dist/svg/SquareDollar.d.ts +1 -0
  79. package/dist/svg/SquareDollar.mjs +1 -0
  80. package/dist/svg/SquareFilled.d.ts +1 -0
  81. package/dist/svg/SquareFilled.mjs +1 -0
  82. package/dist/svg/SquareSubtractFilled.d.ts +1 -0
  83. package/dist/svg/SquareSubtractFilled.mjs +1 -0
  84. package/dist/svg/SubtractCircleFilled.d.ts +1 -0
  85. package/dist/svg/SubtractCircleFilled.mjs +1 -0
  86. package/dist/svg/Volume.mjs +1 -1
  87. package/dist/svg/VolumeFilled.mjs +1 -1
  88. package/dist/svg/VolumeMute.mjs +1 -1
  89. package/dist/svg/VolumeMuteFilled.mjs +1 -1
  90. package/dist/svg/index.d.ts +17 -4
  91. package/dist/svg/index.mjs +17 -4
  92. package/package.json +2 -2
  93. package/dist/svg/MenuCollapse.d.ts +0 -1
  94. package/dist/svg/MenuCollapseB.d.ts +0 -1
  95. package/dist/svg/MenuExpand.d.ts +0 -1
  96. package/dist/svg/MenuExpand.mjs +0 -1
  97. package/dist/svg/MenuExpandB.d.ts +0 -1
package/dist/sprite.svg CHANGED
@@ -195,7 +195,7 @@
195
195
  <path d="M4.64657 5.2929L5.35368 6.00001L8.00014 3.35364L10.6465 6.00001L11.3536 5.2929L8.49473 2.43402H7.50555L4.64657 5.2929Z" fill="currentColor"/><path d="M4.50537 10.7071L5.21248 10L8.00023 12.7876L10.7878 10L11.4949 10.7071L8.49482 13.7072H7.50564L4.50537 10.7071Z" fill="currentColor"/>
196
196
  </symbol>
197
197
  <symbol id="circle" viewBox="0 0 16 16" fill="currentColor">
198
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
198
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8Z" fill="currentColor"/>
199
199
  </symbol>
200
200
  <symbol id="circle-arrow" viewBox="0 0 16 16" fill="currentColor">
201
201
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3.87731 5.17014C4.77872 3.85943 6.289 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 7.32215 3.13489 6.6758 3.37929 6.08633L6.50004 9.20708L8.00004 7.70708L9.79289 9.49994H8.5V10.4999H10.8006L11.5 9.80052V7.49994H10.5V8.79283L8.00004 6.29287L6.50004 7.79287L3.87731 5.17014Z" fill="currentColor"/>
@@ -225,7 +225,7 @@
225
225
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00488 9.29748V6.70416L4.6788 6.0304L8 7.51104L8.00008 6.70424L8.67391 6.0304L12 7.51321V8.48739L8.67319 9.97053L8 9.29748V8.48957L4.67808 9.97053L4.00488 9.29748ZM5.00488 8.72996L6.64157 8.0003L5.00488 7.27065V8.72996ZM10.6367 8.0003L9 8.72996V7.27065L10.6367 8.0003Z" fill="currentColor"/>
226
226
  </symbol>
227
227
  <symbol id="circle-filled" viewBox="0 0 16 16" fill="currentColor">
228
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
228
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z" fill="currentColor"/>
229
229
  </symbol>
230
230
  <symbol id="circle-grid" viewBox="0 0 16 16" fill="currentColor">
231
231
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 2C3.11929 2 2 3.11929 2 4.5C2 5.88071 3.11929 7 4.5 7C5.88071 7 7 5.88071 7 4.5C7 3.11929 5.88071 2 4.5 2ZM3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 9C3.11929 9 2 10.1193 2 11.5C2 12.8807 3.11929 14 4.5 14C5.88071 14 7 12.8807 7 11.5C7 10.1193 5.88071 9 4.5 9ZM3 11.5C3 10.6716 3.67157 10 4.5 10C5.32843 10 6 10.6716 6 11.5C6 12.3284 5.32843 13 4.5 13C3.67157 13 3 12.3284 3 11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 4.5C9 3.11929 10.1193 2 11.5 2C12.8807 2 14 3.11929 14 4.5C14 5.88071 12.8807 7 11.5 7C10.1193 7 9 5.88071 9 4.5ZM11.5 3C10.6716 3 10 3.67157 10 4.5C10 5.32843 10.6716 6 11.5 6C12.3284 6 13 5.32843 13 4.5C13 3.67157 12.3284 3 11.5 3Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9ZM10 11.5C10 10.6716 10.6716 10 11.5 10C12.3284 10 13 10.6716 13 11.5C13 12.3284 12.3284 13 11.5 13C10.6716 13 10 12.3284 10 11.5Z" fill="currentColor"/>
@@ -365,6 +365,12 @@
365
365
  <symbol id="door-sensor" viewBox="0 0 16 16" fill="currentColor">
366
366
  <path d="M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z" fill="currentColor"/>
367
367
  </symbol>
368
+ <symbol id="dot" viewBox="0 0 16 16" fill="currentColor">
369
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
370
+ </symbol>
371
+ <symbol id="dot-filled" viewBox="0 0 16 16" fill="currentColor">
372
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
373
+ </symbol>
368
374
  <symbol id="dot-path" viewBox="0 0 16 16" fill="currentColor">
369
375
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99988 1.5C8.82831 1.5 9.49988 2.17157 9.49988 3C9.49988 3.82843 8.82831 4.5 7.99988 4.5C7.76835 4.49998 7.55015 4.44526 7.35437 4.35156L4.35339 7.35352C3.85835 7.84861 3.85833 8.6514 4.35339 9.14648C4.84847 9.64156 5.65126 9.64153 6.14636 9.14648L9.14636 6.14648C10.032 5.26087 11.4678 5.26088 12.3534 6.14648C13.239 7.0321 13.239 8.4679 12.3534 9.35352L9.35144 12.3545C9.44514 12.5503 9.49988 12.7684 9.49988 13C9.49988 13.8284 8.82831 14.5 7.99988 14.5C7.17152 14.4999 6.49988 13.8284 6.49988 13C6.49988 12.1716 7.17152 11.5001 7.99988 11.5C8.2309 11.5 8.44895 11.5542 8.64441 11.6475L11.6464 8.64648C12.1415 8.15139 12.1415 7.34861 11.6464 6.85352C11.1513 6.35844 10.3485 6.35843 9.85339 6.85352L6.85339 9.85352C5.96777 10.7391 4.53197 10.7391 3.64636 9.85352C2.76077 8.96791 2.76079 7.5321 3.64636 6.64648L6.64734 3.64453C6.55403 3.44905 6.49988 3.23105 6.49988 3C6.49988 2.17162 7.17152 1.50008 7.99988 1.5ZM7.99988 12.5C7.7238 12.5001 7.49988 12.7239 7.49988 13C7.49988 13.2761 7.7238 13.4999 7.99988 13.5C8.27602 13.5 8.49988 13.2761 8.49988 13C8.49988 12.7239 8.27602 12.5 7.99988 12.5ZM7.99988 2.5C7.7238 2.50008 7.49988 2.72391 7.49988 3C7.49988 3.27609 7.7238 3.49992 7.99988 3.5C8.27602 3.5 8.49988 3.27614 8.49988 3C8.49988 2.72386 8.27602 2.5 7.99988 2.5Z" fill="currentColor"/>
370
376
  </symbol>
@@ -575,6 +581,18 @@
575
581
  <symbol id="leaf" viewBox="0 0 16 16" fill="currentColor">
576
582
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.50001 8.97021V12.9381L8.50009 13L8.50001 15H7.50001V12.9702C3.6115 12.7249 2.21032 10.9471 2.02245 7.00003C2.00726 6.68097 2 6.34775 2 6.00001C2.35007 6.00002 2.68358 6.00984 3.00002 6.02981C5.25134 6.17184 6.66894 6.82757 7.50001 8.12058V1H8.50001V4.12075C9.33105 2.82762 10.7487 2.17187 13.0001 2.02981C13.3167 2.00983 13.6498 2.00001 14.0001 2.00001C14.0001 2.34774 13.9929 2.68097 13.9777 3.00002C13.7898 6.94711 12.3885 8.72487 8.50001 8.97021C8.50004 8.97021 8.49998 8.97021 8.50001 8.97021ZM7.47456 11.9664C7.37786 10.1312 7.00723 8.99766 6.37763 8.28938C5.77478 7.61118 4.77936 7.15672 3.02553 7.03364C3.12225 8.86884 3.49285 10.0024 4.12244 10.7106C4.72528 11.3888 5.72068 11.8433 7.47456 11.9664ZM11.8777 6.71062C11.2748 7.38882 10.2794 7.84328 8.5256 7.96637C8.6223 6.13113 8.99292 4.99762 9.6225 4.28936C10.2253 3.61118 11.2208 3.15674 12.9746 3.03364C12.8779 4.86882 12.5073 6.00234 11.8777 6.71062Z" fill="currentColor"/>
577
583
  </symbol>
584
+ <symbol id="left-collapse" viewBox="0 0 16 16" fill="currentColor">
585
+ <path d="M7.42883 8.50422L9.05083 10.1262L8.34372 10.8333L6 8.4896V7.52019L8.34372 5.17647L9.05083 5.88357L7.43018 7.50422L12.9996 7.49998L13.0004 8.49998L7.42883 8.50422Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z" fill="currentColor"/>
586
+ </symbol>
587
+ <symbol id="left-collapse-b" viewBox="0 0 16 16" fill="currentColor">
588
+ <path d="M4 11.5H3V4.5H4V11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 2.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4C1 3.17157 1.67157 2.5 2.5 2.5H13.5ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H2.5Z" fill="currentColor"/>
589
+ </symbol>
590
+ <symbol id="left-expand" viewBox="0 0 16 16" fill="currentColor">
591
+ <path d="M11.5715 8.50424L9.94954 10.1262L10.6566 10.8333L13.0004 8.48962V7.5202L10.6566 5.17648L9.94954 5.88359L11.5702 7.50424L6.00075 7.5L5.99999 8.5L11.5715 8.50424Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z" fill="currentColor"/>
592
+ </symbol>
593
+ <symbol id="left-expand-b" viewBox="0 0 16 16" fill="currentColor">
594
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z" fill="currentColor"/>
595
+ </symbol>
578
596
  <symbol id="left-turn-signal" viewBox="0 0 16 16" fill="currentColor">
579
597
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7 5.70387V10.2965L6.3042 10.9921L1 8.49563V7.50413L6.29354 4.99756L7 5.70387Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.6958 5.0083L9 5.70395L9.00008 10.2965L9.70647 11.0029L15 8.49628V7.50478L9.6958 5.0083ZM10 9.75742L10 6.2567L13.7077 8.00177L10 9.75742Z" fill="currentColor"/>
580
598
  </symbol>
@@ -633,7 +651,7 @@
633
651
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8 8C6.89543 8 6 8.89543 6 10C6 11.1046 6.89543 12 8 12C9.10457 12 10 11.1046 10 10C10 8.89543 9.10457 8 8 8ZM7 10C7 9.44771 7.44772 9 8 9C8.55228 9 9 9.44771 9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 2C6.67157 2 6 2.67157 6 3.5V5H5V3.5C5 2.11929 6.11929 1 7.5 1H8.5C9.88071 1 11 2.11929 11 3.5V6H11.5C12.3284 6 13 6.67157 13 7.5V14H3V7.5C3 6.67157 3.67157 6 4.5 6H10V3.5C10 2.67157 9.32843 2 8.5 2H7.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5V13H12V7.5C12 7.22386 11.7761 7 11.5 7H4.5Z" fill="currentColor"/>
634
652
  </symbol>
635
653
  <symbol id="logout" viewBox="0 0 16 16" fill="currentColor">
636
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 2C2.67157 2 2 2.67157 2 3.5V10.4707C2 10.9674 2.24584 11.4318 2.65653 11.7111L5.65653 13.7511C6.65239 14.4283 8 13.715 8 12.5107V12H10.5C11.3284 12 12 11.3284 12 10.5V10H11V10.5C11 10.7761 10.7761 11 10.5 11H8V5.11803C8 4.54988 7.679 4.03048 7.17082 3.77639L5.61803 3H10.5C10.7761 3 11 3.22386 11 3.5V4H12V3.5C12 2.67157 11.3284 2 10.5 2H3.5ZM3 3.5C3 3.25761 3.17248 3.0555 3.4014 3.00972L6.72361 4.67082C6.893 4.75552 7 4.92865 7 5.11803V12.5107C7 12.9121 6.5508 13.1499 6.21884 12.9242L3.21884 10.8842C3.08195 10.7911 3 10.6363 3 10.4707V3.5Z" fill="currentColor"/><path d="M13.5703 7.5L11.949 9.12127L12.6561 9.82838L15 7.48452V6.51538L12.6561 4.17152L11.949 4.87863L13.5704 6.5H8.9998V7.5H13.5703Z" fill="currentColor"/>
654
+ <path d="M8 3H4V13H8V14H3V2H8V3Z" fill="currentColor"/><path d="M13.999 7.50195V8.49805L11.668 10.8281L10.9609 10.1211L12.583 8.5H6V7.5H12.583L10.9609 5.87891L11.668 5.17188L13.999 7.50195Z" fill="currentColor"/>
637
655
  </symbol>
638
656
  <symbol id="logs" viewBox="0 0 16 16" fill="currentColor">
639
657
  <path d="M5 6H11V5H5V6Z" fill="currentColor"/><path d="M5 8.5H11V7.5H5V8.5Z" fill="currentColor"/><path d="M5 11H11V10H5V11Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 2H13V14H3V11H2V10H3V8.50001H2V7.50001H3V6H2V5H3V2ZM4 3V13H12V3H4Z" fill="currentColor"/>
@@ -674,18 +692,6 @@
674
692
  <symbol id="match" viewBox="0 0 16 16" fill="currentColor">
675
693
  <path d="M3 3.5C3 3.22386 3.22386 3 3.5 3H12V2H3.5C2.67157 2 2 2.67157 2 3.5V7C2 7.82843 2.67157 8.5 3.5 8.5H5.57984L3.96502 10.1148L4.67212 10.8219L6.99406 8.5H7L7.00057 7.49355L4.67212 5.1651L3.96501 5.87221L5.59281 7.5H3.5C3.22386 7.5 3 7.27614 3 7V3.5Z" fill="currentColor"/><path d="M10.42 8.5H12.5C12.7761 8.5 13 8.72386 13 9V12.5C13 12.7761 12.7761 13 12.5 13H4V14H12.5C13.3284 14 14 13.3284 14 12.5V9C14 8.17157 13.3284 7.5 12.5 7.5H10.4071L12.0349 5.87221L11.3278 5.1651L8.99931 7.49355V8.49349L9 8.5H9.00582L11.3278 10.8219L12.0349 10.1148L10.42 8.5Z" fill="currentColor"/>
676
694
  </symbol>
677
- <symbol id="menu-collapse" viewBox="0 0 16 16" fill="currentColor">
678
- <path d="M7.42883 8.50422L9.05083 10.1262L8.34372 10.8333L6 8.4896V7.52019L8.34372 5.17647L9.05083 5.88357L7.43018 7.50422L12.9996 7.49998L13.0004 8.49998L7.42883 8.50422Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z" fill="currentColor"/>
679
- </symbol>
680
- <symbol id="menu-collapse-b" viewBox="0 0 16 16" fill="currentColor">
681
- <path d="M4 11.5H3V4.5H4V11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 2.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4C1 3.17157 1.67157 2.5 2.5 2.5H13.5ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H2.5Z" fill="currentColor"/>
682
- </symbol>
683
- <symbol id="menu-expand" viewBox="0 0 16 16" fill="currentColor">
684
- <path d="M8.57118 8.50424L6.94919 10.1262L7.65629 10.8333L10 8.48962V7.5202L7.6563 5.17648L6.94919 5.88359L8.56983 7.50424L3.00039 7.5L2.99963 8.5L8.57118 8.50424Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z" fill="currentColor"/>
685
- </symbol>
686
- <symbol id="menu-expand-b" viewBox="0 0 16 16" fill="currentColor">
687
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z" fill="currentColor"/>
688
- </symbol>
689
695
  <symbol id="message-bubble" viewBox="0 0 16 16" fill="currentColor">
690
696
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14 11.4982V11.5007C14 12.3289 13.3284 13.0003 12.5 13.0003H4.18189L2.98934 14H2V4.49959C2 3.67139 2.67157 3 3.5 3H12.5C13.3284 3 14 3.67139 14 4.49959V11.4982ZM12.5 3.99972C12.7761 3.99972 13 4.22352 13 4.49959V11.5007C13 11.7767 12.7761 12.0005 12.5 12.0005H3.81811L3 12.6864V4.49959C3 4.22352 3.22386 3.99972 3.5 3.99972H12.5Z" fill="currentColor"/>
691
697
  </symbol>
@@ -746,6 +752,9 @@
746
752
  <symbol id="paragraph" viewBox="0 0 16 16" fill="currentColor">
747
753
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14 4H2V3H14V4ZM14 8H2V7H14V8ZM10 12H2V11H10V12Z" fill="currentColor"/>
748
754
  </symbol>
755
+ <symbol id="paragraph-check" viewBox="0 0 16 16" fill="currentColor">
756
+ <path d="M14.3535 9.35352L10 13.707L7.64648 11.3535L8.35352 10.6465L10 12.293L13.6465 8.64648L14.3535 9.35352Z" fill="currentColor"/><path d="M6 12H2V11H6V12Z" fill="currentColor"/><path d="M11 8H2V7H11V8Z" fill="currentColor"/><path d="M14 4H2V3H14V4Z" fill="currentColor"/>
757
+ </symbol>
749
758
  <symbol id="paragraph-pencil" viewBox="0 0 16 16" fill="currentColor">
750
759
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5889 9.45898L10.9395 13.1084L8.38086 14.0908L7.74023 13.4326L8.77832 10.9375L12.4229 7.29297L14.5889 9.45898ZM9.11133 12.7393L10.1934 12.3232L9.55176 11.6816L9.11133 12.7393ZM10.207 10.9229L10.959 11.6748L13.1748 9.45898L12.4229 8.70703L10.207 10.9229Z" fill="currentColor"/><path d="M6 12H2V11H6V12Z" fill="currentColor"/><path d="M9 8H2V7H9V8Z" fill="currentColor"/><path d="M14 4H2V3H14V4Z" fill="currentColor"/>
751
760
  </symbol>
@@ -800,6 +809,9 @@
800
809
  <symbol id="picman-filled" viewBox="0 0 16 16" fill="currentColor">
801
810
  <path d="M8.00005 5C9.10462 5 10 4.10457 10 3C10 1.89543 9.10462 1 8.00005 1C6.89548 1 6.00005 1.89543 6.00005 3C6.00005 4.10457 6.89548 5 8.00005 5Z" fill="currentColor"/><path d="M8.00005 5H9.82301C10.2319 5 10.5996 5.24895 10.7515 5.62861L12.4142 9.7854C12.4688 9.9219 12.4624 10.0752 12.3967 10.2067C12.2199 10.5602 11.7273 10.5909 11.5081 10.2621L10.175 8.26236C10.1226 8.18376 10 8.22086 10 8.31532V14.5001C10 14.7762 9.77624 15 9.50014 15.0001L8.94152 15.0002C8.68932 15.0002 8.47657 14.8125 8.44529 14.5622L8.09927 11.7939C8.08467 11.6771 7.91542 11.6771 7.90082 11.7939L7.5548 14.5621C7.52352 14.8123 7.31081 15 7.05864 15L6.50003 15C6.22389 15 6.00005 14.7762 6.00005 14.5V8.31531C6.00005 8.22086 5.87754 8.18377 5.82514 8.26236L4.49204 10.2621C4.27282 10.5909 3.78014 10.5602 3.60341 10.2067C3.53766 10.0752 3.53129 9.9219 3.58589 9.7854L5.2486 5.62861C5.40047 5.24895 5.76818 5 6.17708 5H8.00005Z" fill="currentColor"/>
802
811
  </symbol>
812
+ <symbol id="pin" viewBox="0 0 16 16" fill="currentColor">
813
+ <path d="M7.5 11H4L3.57617 10.2354L6 6.35645V5.5H4.5V2.5H11.5V5.5H10V6.35645L12.4238 10.2354L12 11H8.5V14.5H7.5V11ZM5.5 4.5H7V6.64355L6.92383 6.76465L4.90137 10H11.0986L9.07617 6.76465L9 6.64355V4.5H10.5V3.5H5.5V4.5Z" fill="currentColor"/>
814
+ </symbol>
803
815
  <symbol id="pip-bottom-left" viewBox="0 0 16 16" fill="currentColor">
804
816
  <path d="M4.5 2C3.67158 2 3 2.67 3 3.49649V6.99999H4V3.49649C4 3.22099 4.22386 2.99766 4.5 2.99766L12.5 2.99769C12.7761 2.99769 13 3.22102 13 3.49652V10.5035C13 10.779 12.7761 11.0023 12.5 11.0023L9 11.0023V12L12.5 12C13.3284 12 14 11.33 14 10.5035V3.49652C14 2.67003 13.3284 2.00003 12.5 2.00003L4.5 2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C1.67158 8 1 8.67 1 9.49649V12.5035C1 13.33 1.67157 14 2.5 14L6.5 14C7.32842 14 8 13.33 8 12.5035V9.49652C8 8.67003 7.32843 8.00003 6.5 8.00003L2.5 8ZM2 9.49649C2 9.22099 2.22386 8.99766 2.5 8.99766L6.5 8.99769C6.77614 8.99769 7 9.22102 7 9.49652V12.5035C7 12.779 6.77614 13.0023 6.5 13.0023L2.5 13.0023C2.22386 13.0023 2 12.779 2 12.5035V9.49649Z" fill="currentColor"/>
805
817
  </symbol>
@@ -863,6 +875,18 @@
863
875
  <symbol id="rewind-skip-filled" viewBox="0 0 16 16" fill="currentColor">
864
876
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2945 3.99719L12.2938 3.99793L13 4.70414V11.2897L12.9989 11.2887L12.2925 11.9951L5 8.49855V7.50149L12.2945 3.99719Z" fill="currentColor"/><path d="M4 4.00006V12.0001H3V4.00006H4Z" fill="currentColor"/>
865
877
  </symbol>
878
+ <symbol id="right-collapse" viewBox="0 0 16 16" fill="currentColor">
879
+ <path d="M8.57117 8.50422L6.94917 10.1262L7.65628 10.8333L10 8.4896V7.52019L7.65628 5.17647L6.94917 5.88357L8.56982 7.50422L3.00039 7.49998L2.99963 8.49998L8.57117 8.50422Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z" fill="currentColor"/>
880
+ </symbol>
881
+ <symbol id="right-collapse-b" viewBox="0 0 16 16" fill="currentColor">
882
+ <path d="M12 11.5H13V4.5H12V11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4C15 3.17157 14.3284 2.5 13.5 2.5H2.5ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H13.5Z" fill="currentColor"/>
883
+ </symbol>
884
+ <symbol id="right-expand" viewBox="0 0 16 16" fill="currentColor">
885
+ <path d="M4.42847 8.50424L6.05046 10.1262L5.34335 10.8333L2.99963 8.48962V7.5202L5.34335 5.17648L6.05046 5.88359L4.42981 7.50424L9.99925 7.5L10 8.5L4.42847 8.50424Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z" fill="currentColor"/>
886
+ </symbol>
887
+ <symbol id="right-expand-b" viewBox="0 0 16 16" fill="currentColor">
888
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z" fill="currentColor"/>
889
+ </symbol>
866
890
  <symbol id="right-turn-signal" viewBox="0 0 16 16" fill="currentColor">
867
891
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9 5.70387V10.2965L9.6958 10.9921L15 8.49563V7.50413L9.70646 4.99756L9 5.70387Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.3042 5.0083L7 5.70395L6.99992 10.2965L6.29353 11.0029L1 8.49628V7.50478L6.3042 5.0083ZM6 9.75742L6 6.2567L2.29231 8.00177L6 9.75742Z" fill="currentColor"/>
868
892
  </symbol>
@@ -962,9 +986,18 @@
962
986
  <symbol id="square-check" viewBox="0 0 16 16" fill="currentColor">
963
987
  <path d="M7.16667 10.0404L10.8536 6.35356L10.1465 5.64645L7.16667 8.62623L5.85356 7.31312L5.14645 8.02023L7.16667 10.0404Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 2C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2H3.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H12.5C12.7761 3 13 3.22386 13 3.5V12.5C13 12.7761 12.7761 13 12.5 13H3.5C3.22386 13 3 12.7761 3 12.5V3.5Z" fill="currentColor"/>
964
988
  </symbol>
989
+ <symbol id="square-check-filled" viewBox="0 0 16 16" fill="currentColor">
990
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.5C2 2.67157 2.67157 2 3.5 2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5V3.5ZM7.16667 10.0404L10.8536 6.35356L10.1465 5.64645L7.16667 8.62623L5.85356 7.31312L5.14645 8.02023L7.16667 10.0404Z" fill="currentColor"/>
991
+ </symbol>
992
+ <symbol id="square-dollar" viewBox="0 0 16 16" fill="currentColor">
993
+ <path d="M8.5 5.10742C9.51548 5.34532 10.25 6.29279 10.25 7.3877H9.25C9.25 6.62575 8.66765 6.0498 8 6.0498C7.43621 6.0498 6.93288 6.46038 6.79004 7.04688L10.25 8.25781V8.6123C10.25 9.7072 9.51548 10.6547 8.5 10.8926V11.5H7.5V10.8926C6.48452 10.6547 5.75 9.7072 5.75 8.6123H6.75C6.75 9.37425 7.33235 9.9502 8 9.9502C8.56379 9.9502 9.06712 9.53962 9.20996 8.95312L5.75 7.74219V7.3877C5.75 6.29279 6.48452 5.34532 7.5 5.10742V4.5H8.5V5.10742Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 2C12.8807 2 14 3.11929 14 4.5V11.5C14 12.8807 12.8807 14 11.5 14H4.5C3.11929 14 2 12.8807 2 11.5V4.5C2 3.11929 3.11929 2 4.5 2H11.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z" fill="currentColor"/>
994
+ </symbol>
965
995
  <symbol id="square-dollar-filled" viewBox="0 0 16 16" fill="currentColor">
966
996
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5C2 3.11929 3.11929 2 4.5 2H11.5C12.8807 2 14 3.11929 14 4.5V11.5C14 12.8807 12.8807 14 11.5 14H4.5C3.11929 14 2 12.8807 2 11.5V4.5ZM10.25 7.38755C10.25 6.29265 9.51548 5.34537 8.5 5.10747V4.5H7.5V5.10747C6.48452 5.34537 5.75 6.29265 5.75 7.38755V7.74229L9.20959 8.95315C9.06675 9.53964 8.56379 9.95005 8 9.95005C7.33235 9.95005 6.75 9.3745 6.75 8.61255H5.75C5.75 9.70745 6.48452 10.6547 7.5 10.8926V11.5H8.5V10.8926C9.51548 10.6547 10.25 9.70745 10.25 8.61255V8.25781L6.79041 7.04695C6.93325 6.46046 7.43621 6.05005 8 6.05005C8.66765 6.05005 9.25 6.6256 9.25 7.38755H10.25Z" fill="currentColor"/>
967
997
  </symbol>
998
+ <symbol id="square-filled" viewBox="0 0 16 16" fill="currentColor">
999
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.49649C2 2.67 2.67158 2 3.5 2L12.5 2.00003C13.3284 2.00003 14 2.67003 14 3.49652V12.5035C14 13.33 13.3284 14 12.5 14L3.5 14C2.67157 14 2 13.33 2 12.5035V3.49649Z" fill="currentColor"/>
1000
+ </symbol>
968
1001
  <symbol id="square-grid" viewBox="0 0 16 16" fill="currentColor">
969
1002
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2H7V7H2V2ZM3 3V6H6V3H3Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2H9V7H14V2ZM10 6V3H13V6H10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 9H9V14H14V9ZM10 13V10H13V13H10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 9H2V14H7V9ZM3 13V10H6V13H3Z" fill="currentColor"/>
970
1003
  </symbol>
@@ -977,6 +1010,9 @@
977
1010
  <symbol id="square-subtract" viewBox="0 0 16 16" fill="currentColor">
978
1011
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.5C2 2.67157 2.67157 2 3.5 2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5V3.5ZM3.5 3C3.22386 3 3 3.22386 3 3.5V12.5C3 12.7761 3.22386 13 3.5 13H12.5C12.7761 13 13 12.7761 13 12.5V3.5C13 3.22386 12.7761 3 12.5 3H3.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 8.5H5V7.5H11V8.5Z" fill="currentColor"/>
979
1012
  </symbol>
1013
+ <symbol id="square-subtract-filled" viewBox="0 0 16 16" fill="currentColor">
1014
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 2C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2H3.5ZM11 8.5H5V7.5H11V8.5Z" fill="currentColor"/>
1015
+ </symbol>
980
1016
  <symbol id="star" viewBox="0 0 16 16" fill="currentColor">
981
1017
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.50336 1L5.76916 4.9233L1 5.351V6.339L4.38292 9.18201L3.29704 14H4.28999V14.0044L8 11.8015L11.707 14.0027V14H12.703L11.6171 9.18201L15 6.339V5.351L10.2308 4.9233L8.49663 1H7.50336ZM6.44551 5.86665L8 2.34992L9.55449 5.86665L13.5783 6.22752L10.5077 8.80808L11.3715 12.6404L8 10.6385L4.62854 12.6404L5.49228 8.80808L2.42165 6.22752L6.44551 5.86665Z" fill="currentColor"/>
982
1018
  </symbol>
@@ -995,6 +1031,9 @@
995
1031
  <symbol id="subtract-circle" viewBox="0 0 16 16" fill="currentColor">
996
1032
  <path d="M10.9615 7.5H5.03847V8.5H10.9615V7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8Z" fill="currentColor"/>
997
1033
  </symbol>
1034
+ <symbol id="subtract-circle-filled" viewBox="0 0 16 16" fill="currentColor">
1035
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM10.9615 7.5H5.03847V8.5H10.9615V7.5Z" fill="currentColor"/>
1036
+ </symbol>
998
1037
  <symbol id="table" viewBox="0 0 16 16" fill="currentColor">
999
1038
  <path d="M12 11.25H6.75V10.25H12V11.25Z" fill="currentColor"/><path d="M12 8.50488H6.75V7.50488H12V8.50488Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 2C13.5523 2 14 2.44772 14 3V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V3C2 2.44772 2.44772 2 3 2H13ZM3 13H4.75V5.75H3V13ZM5.75 13H13V5.75H5.75V13ZM3 4.75H4.75V3H3V4.75ZM5.75 4.75H13V3H5.75V4.75Z" fill="currentColor"/>
1000
1039
  </symbol>
@@ -1080,16 +1119,16 @@
1080
1119
  <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 11.5L13 12H12.5V14L12 14.5H4L3.5 14V12H3L2.5 11.5V9.5H2L1.5 9V2L2 1.5H14L14.5 2V9L14 9.5H13.5V11.5ZM4.5 13.5H11.5V12H4.5V13.5ZM2.5 8.5H13.5V2.5H2.5V8.5ZM3.5 9.5V11H12.5V9.5H3.5Z" fill="currentColor"/>
1081
1120
  </symbol>
1082
1121
  <symbol id="volume" viewBox="0 0 16 16" fill="currentColor">
1083
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802ZM7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292L2 9.19097V6.80901L7.27639 4.17081Z" fill="currentColor"/><path d="M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z" fill="currentColor"/><path d="M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z" fill="currentColor"/>
1122
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L6.53516 10.251L6.9375 10.5068L8.04492 12.5H8.5V3.5H8.04492L6.9375 5.49316Z" fill="currentColor"/><path d="M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z" fill="currentColor"/><path d="M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z" fill="currentColor"/>
1084
1123
  </symbol>
1085
1124
  <symbol id="volume-filled" viewBox="0 0 16 16" fill="currentColor">
1086
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802Z" fill="currentColor"/><path d="M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z" fill="currentColor"/><path d="M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z" fill="currentColor"/>
1125
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3Z" fill="currentColor"/><path d="M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z" fill="currentColor"/><path d="M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z" fill="currentColor"/>
1087
1126
  </symbol>
1088
1127
  <symbol id="volume-mute" viewBox="0 0 16 16" fill="currentColor">
1089
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.98929 11.3037L1.14645 14.1465L1.85356 14.8536L14.8536 1.85359L14.1465 1.14648L9 6.29294V4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L3.98929 11.3037ZM4.73464 10.5583L2 9.19097V6.80901L7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V7.29294L4.73464 10.5583Z" fill="currentColor"/><path d="M7.27639 11.8292L6.62023 11.5011L5.87488 12.2464L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V9.12132L8 10.1213V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292Z" fill="currentColor"/><path d="M11.6069 6.51439C11.8571 6.95238 12 7.4595 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 7.18213 12.7545 6.4216 12.3333 5.78804L11.6069 6.51439Z" fill="currentColor"/><path d="M14 8C14 6.90544 13.6483 5.89302 13.0517 5.0696L13.7663 4.35501C14.5402 5.36539 15 6.62899 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z" fill="currentColor"/>
1128
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L5.1416 10.1504L8.5 6.79297V3.5H8.04492L6.9375 5.49316Z" fill="currentColor"/><path d="M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L7.17871 10.9414L8.04492 12.5H8.5V9.62109L9.5 8.62109V13Z" fill="currentColor"/><path d="M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z" fill="currentColor"/><path d="M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z" fill="currentColor"/>
1090
1129
  </symbol>
1091
1130
  <symbol id="volume-mute-filled" viewBox="0 0 16 16" fill="currentColor">
1092
- <path d="M3.98926 11.3036L1.14645 14.1464L1.85355 14.8535L14.8536 1.85353L14.1464 1.14642L9 6.29287V4.618C9 3.50293 7.82653 2.77768 6.82918 3.27636L1 6.19095V9.80898L3.98926 11.3036Z" fill="currentColor"/><path d="M6.82918 12.7236L5.87488 12.2464L9 9.1213V11.3819C9 12.497 7.82653 13.2222 6.82918 12.7236Z" fill="currentColor"/><path d="M11.6069 6.51437C11.8571 6.95236 12 7.45947 12 7.99997C12 9.08466 11.4243 10.0349 10.5619 10.5618L11.2841 11.2841C12.3213 10.5614 13 9.35994 13 7.99997C13 7.18211 12.7545 6.42158 12.3333 5.78802L11.6069 6.51437Z" fill="currentColor"/><path d="M14 7.99997C14 6.90541 13.6483 5.893 13.0517 5.06958L13.7663 4.35498C14.5402 5.36537 15 6.62897 15 7.99997C15 9.91163 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.6357 14 7.99997Z" fill="currentColor"/>
1131
+ <path d="M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352Z" fill="currentColor"/><path d="M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L9.5 8.62109V13Z" fill="currentColor"/><path d="M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z" fill="currentColor"/><path d="M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z" fill="currentColor"/>
1093
1132
  </symbol>
1094
1133
  <symbol id="wand-sparkle" viewBox="0 0 16 16" fill="currentColor">
1095
1134
  <path fill-rule="evenodd" clip-rule="evenodd" d="M6.39648 6.89648C7.00595 6.28702 7.99404 6.28705 8.60352 6.89648L13.6035 11.8965C14.213 12.506 14.213 13.494 13.6035 14.1035C12.994 14.713 12.0059 14.713 11.3965 14.1035L6.39648 9.10352C5.78706 8.49405 5.78705 7.50595 6.39648 6.89648ZM8.70703 10L12.1035 13.3965C12.3225 13.6154 12.6775 13.6154 12.8965 13.3965C13.1154 13.1775 13.1154 12.8225 12.8965 12.6035L9.5 9.20703L8.70703 10ZM7.89648 7.60352C7.67753 7.38461 7.32245 7.38458 7.10352 7.60352C6.88461 7.82245 6.88462 8.17754 7.10352 8.39648L8 9.29297L8.79297 8.5L7.89648 7.60352Z" fill="currentColor"/><path d="M4.5 10H5.5V11H4.5V12H3.5V11H2.5V10H3.5V9H4.5V10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 2.5C5 3.60457 5.89543 4.5 7 4.5V5.5C5.89543 5.5 5 6.39543 5 7.5H4C4 6.39543 3.10457 5.5 2 5.5V4.5C3.10457 4.5 4 3.60457 4 2.5H5ZM4.5 4.15625C4.27789 4.49084 3.99084 4.77789 3.65625 5C3.99062 5.22196 4.27795 5.50847 4.5 5.84277C4.7219 5.5087 5.0087 5.2219 5.34277 5C5.00847 4.77795 4.72196 4.49062 4.5 4.15625Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 1C10 1.82843 10.6716 2.5 11.5 2.5V3.5C10.6716 3.5 10 4.17157 10 5H9C9 4.17157 8.32843 3.5 7.5 3.5V2.5C8.32843 2.5 9 1.82843 9 1H10ZM9.5 2.49414C9.35625 2.68625 9.18625 2.85625 8.99414 3C9.18604 3.14359 9.35635 3.31303 9.5 3.50488C9.6435 3.31324 9.81324 3.1435 10.0049 3C9.81303 2.85635 9.64359 2.68604 9.5 2.49414Z" fill="currentColor"/>
@@ -1 +1 @@
1
- export const Circle = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const Circle = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const CircleFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const CircleFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const Dot: string;
@@ -0,0 +1 @@
1
+ export const Dot = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const DotFilled: string;
@@ -0,0 +1 @@
1
+ export const DotFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const LeftCollapse: string;
@@ -1 +1 @@
1
- export const MenuCollapse = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.42883 8.50422L9.05083 10.1262L8.34372 10.8333L6 8.4896V7.52019L8.34372 5.17647L9.05083 5.88357L7.43018 7.50422L12.9996 7.49998L13.0004 8.49998L7.42883 8.50422Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z\" fill=\"currentColor\"/></svg>";
1
+ export const LeftCollapse = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.42883 8.50422L9.05083 10.1262L8.34372 10.8333L6 8.4896V7.52019L8.34372 5.17647L9.05083 5.88357L7.43018 7.50422L12.9996 7.49998L13.0004 8.49998L7.42883 8.50422Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const LeftCollapseB: string;
@@ -1 +1 @@
1
- export const MenuCollapseB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 11.5H3V4.5H4V11.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 2.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4C1 3.17157 1.67157 2.5 2.5 2.5H13.5ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H2.5Z\" fill=\"currentColor\"/></svg>";
1
+ export const LeftCollapseB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 11.5H3V4.5H4V11.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 2.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4C1 3.17157 1.67157 2.5 2.5 2.5H13.5ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H2.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const LeftExpand: string;
@@ -0,0 +1 @@
1
+ export const LeftExpand = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.5715 8.50424L9.94954 10.1262L10.6566 10.8333L13.0004 8.48962V7.5202L10.6566 5.17648L9.94954 5.88359L11.5702 7.50424L6.00075 7.5L5.99999 8.5L11.5715 8.50424Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const LeftExpandB: string;
@@ -1 +1 @@
1
- export const MenuExpandB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z\" fill=\"currentColor\"/></svg>";
1
+ export const LeftExpandB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const Logout = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 2C2.67157 2 2 2.67157 2 3.5V10.4707C2 10.9674 2.24584 11.4318 2.65653 11.7111L5.65653 13.7511C6.65239 14.4283 8 13.715 8 12.5107V12H10.5C11.3284 12 12 11.3284 12 10.5V10H11V10.5C11 10.7761 10.7761 11 10.5 11H8V5.11803C8 4.54988 7.679 4.03048 7.17082 3.77639L5.61803 3H10.5C10.7761 3 11 3.22386 11 3.5V4H12V3.5C12 2.67157 11.3284 2 10.5 2H3.5ZM3 3.5C3 3.25761 3.17248 3.0555 3.4014 3.00972L6.72361 4.67082C6.893 4.75552 7 4.92865 7 5.11803V12.5107C7 12.9121 6.5508 13.1499 6.21884 12.9242L3.21884 10.8842C3.08195 10.7911 3 10.6363 3 10.4707V3.5Z\" fill=\"currentColor\"/><path d=\"M13.5703 7.5L11.949 9.12127L12.6561 9.82838L15 7.48452V6.51538L12.6561 4.17152L11.949 4.87863L13.5704 6.5H8.9998V7.5H13.5703Z\" fill=\"currentColor\"/></svg>";
1
+ export const Logout = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 3H4V13H8V14H3V2H8V3Z\" fill=\"currentColor\"/><path d=\"M13.999 7.50195V8.49805L11.668 10.8281L10.9609 10.1211L12.583 8.5H6V7.5H12.583L10.9609 5.87891L11.668 5.17188L13.999 7.50195Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const ParagraphCheck: string;
@@ -0,0 +1 @@
1
+ export const ParagraphCheck = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.3535 9.35352L10 13.707L7.64648 11.3535L8.35352 10.6465L10 12.293L13.6465 8.64648L14.3535 9.35352Z\" fill=\"currentColor\"/><path d=\"M6 12H2V11H6V12Z\" fill=\"currentColor\"/><path d=\"M11 8H2V7H11V8Z\" fill=\"currentColor\"/><path d=\"M14 4H2V3H14V4Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const Pin: string;
@@ -0,0 +1 @@
1
+ export const Pin = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.5 11H4L3.57617 10.2354L6 6.35645V5.5H4.5V2.5H11.5V5.5H10V6.35645L12.4238 10.2354L12 11H8.5V14.5H7.5V11ZM5.5 4.5H7V6.64355L6.92383 6.76465L4.90137 10H11.0986L9.07617 6.76465L9 6.64355V4.5H10.5V3.5H5.5V4.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const RightCollapse: string;
@@ -0,0 +1 @@
1
+ export const RightCollapse = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.57117 8.50422L6.94917 10.1262L7.65628 10.8333L10 8.4896V7.52019L7.65628 5.17647L6.94917 5.88357L8.56982 7.50422L3.00039 7.49998L2.99963 8.49998L8.57117 8.50422Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const RightCollapseB: string;
@@ -0,0 +1 @@
1
+ export const RightCollapseB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 11.5H13V4.5H12V11.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.5 2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4C15 3.17157 14.3284 2.5 13.5 2.5H2.5ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H13.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const RightExpand: string;
@@ -0,0 +1 @@
1
+ export const RightExpand = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.42847 8.50424L6.05046 10.1262L5.34335 10.8333L2.99963 8.48962V7.5202L5.34335 5.17648L6.05046 5.88359L4.42981 7.50424L9.99925 7.5L10 8.5L4.42847 8.50424Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const RightExpandB: string;
@@ -0,0 +1 @@
1
+ export const RightExpandB = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const SquareCheckFilled: string;
@@ -0,0 +1 @@
1
+ export const SquareCheckFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3.5C2 2.67157 2.67157 2 3.5 2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5V3.5ZM7.16667 10.0404L10.8536 6.35356L10.1465 5.64645L7.16667 8.62623L5.85356 7.31312L5.14645 8.02023L7.16667 10.0404Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const SquareDollar: string;
@@ -0,0 +1 @@
1
+ export const SquareDollar = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.5 5.10742C9.51548 5.34532 10.25 6.29279 10.25 7.3877H9.25C9.25 6.62575 8.66765 6.0498 8 6.0498C7.43621 6.0498 6.93288 6.46038 6.79004 7.04688L10.25 8.25781V8.6123C10.25 9.7072 9.51548 10.6547 8.5 10.8926V11.5H7.5V10.8926C6.48452 10.6547 5.75 9.7072 5.75 8.6123H6.75C6.75 9.37425 7.33235 9.9502 8 9.9502C8.56379 9.9502 9.06712 9.53962 9.20996 8.95312L5.75 7.74219V7.3877C5.75 6.29279 6.48452 5.34532 7.5 5.10742V4.5H8.5V5.10742Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 2C12.8807 2 14 3.11929 14 4.5V11.5C14 12.8807 12.8807 14 11.5 14H4.5C3.11929 14 2 12.8807 2 11.5V4.5C2 3.11929 3.11929 2 4.5 2H11.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const SquareFilled: string;
@@ -0,0 +1 @@
1
+ export const SquareFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 3.49649C2 2.67 2.67158 2 3.5 2L12.5 2.00003C13.3284 2.00003 14 2.67003 14 3.49652V12.5035C14 13.33 13.3284 14 12.5 14L3.5 14C2.67157 14 2 13.33 2 12.5035V3.49649Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const SquareSubtractFilled: string;
@@ -0,0 +1 @@
1
+ export const SquareSubtractFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 2C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2H3.5ZM11 8.5H5V7.5H11V8.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const SubtractCircleFilled: string;
@@ -0,0 +1 @@
1
+ export const SubtractCircleFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM10.9615 7.5H5.03847V8.5H10.9615V7.5Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const Volume = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802ZM7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292L2 9.19097V6.80901L7.27639 4.17081Z\" fill=\"currentColor\"/><path d=\"M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z\" fill=\"currentColor\"/><path d=\"M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const Volume = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L6.53516 10.251L6.9375 10.5068L8.04492 12.5H8.5V3.5H8.04492L6.9375 5.49316Z\" fill=\"currentColor\"/><path d=\"M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z\" fill=\"currentColor\"/><path d=\"M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const VolumeFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802Z\" fill=\"currentColor\"/><path d=\"M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z\" fill=\"currentColor\"/><path d=\"M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const VolumeFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3Z\" fill=\"currentColor\"/><path d=\"M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z\" fill=\"currentColor\"/><path d=\"M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const VolumeMute = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.98929 11.3037L1.14645 14.1465L1.85356 14.8536L14.8536 1.85359L14.1465 1.14648L9 6.29294V4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L3.98929 11.3037ZM4.73464 10.5583L2 9.19097V6.80901L7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V7.29294L4.73464 10.5583Z\" fill=\"currentColor\"/><path d=\"M7.27639 11.8292L6.62023 11.5011L5.87488 12.2464L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V9.12132L8 10.1213V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292Z\" fill=\"currentColor\"/><path d=\"M11.6069 6.51439C11.8571 6.95238 12 7.4595 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 7.18213 12.7545 6.4216 12.3333 5.78804L11.6069 6.51439Z\" fill=\"currentColor\"/><path d=\"M14 8C14 6.90544 13.6483 5.89302 13.0517 5.0696L13.7663 4.35501C14.5402 5.36539 15 6.62899 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const VolumeMute = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L5.1416 10.1504L8.5 6.79297V3.5H8.04492L6.9375 5.49316Z\" fill=\"currentColor\"/><path d=\"M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L7.17871 10.9414L8.04492 12.5H8.5V9.62109L9.5 8.62109V13Z\" fill=\"currentColor\"/><path d=\"M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z\" fill=\"currentColor\"/><path d=\"M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const VolumeMuteFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.98926 11.3036L1.14645 14.1464L1.85355 14.8535L14.8536 1.85353L14.1464 1.14642L9 6.29287V4.618C9 3.50293 7.82653 2.77768 6.82918 3.27636L1 6.19095V9.80898L3.98926 11.3036Z\" fill=\"currentColor\"/><path d=\"M6.82918 12.7236L5.87488 12.2464L9 9.1213V11.3819C9 12.497 7.82653 13.2222 6.82918 12.7236Z\" fill=\"currentColor\"/><path d=\"M11.6069 6.51437C11.8571 6.95236 12 7.45947 12 7.99997C12 9.08466 11.4243 10.0349 10.5619 10.5618L11.2841 11.2841C12.3213 10.5614 13 9.35994 13 7.99997C13 7.18211 12.7545 6.42158 12.3333 5.78802L11.6069 6.51437Z\" fill=\"currentColor\"/><path d=\"M14 7.99997C14 6.90541 13.6483 5.893 13.0517 5.06958L13.7663 4.35498C14.5402 5.36537 15 6.62897 15 7.99997C15 9.91163 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.6357 14 7.99997Z\" fill=\"currentColor\"/></svg>";
1
+ export const VolumeMuteFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352Z\" fill=\"currentColor\"/><path d=\"M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L9.5 8.62109V13Z\" fill=\"currentColor\"/><path d=\"M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z\" fill=\"currentColor\"/><path d=\"M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z\" fill=\"currentColor\"/></svg>";
@@ -120,6 +120,8 @@ export { DocumentQuestion } from './DocumentQuestion.mjs';
120
120
  export { DocumentReceipt } from './DocumentReceipt.mjs';
121
121
  export { DocumentStacked } from './DocumentStacked.mjs';
122
122
  export { DoorSensor } from './DoorSensor.mjs';
123
+ export { Dot } from './Dot.mjs';
124
+ export { DotFilled } from './DotFilled.mjs';
123
125
  export { DotPath } from './DotPath.mjs';
124
126
  export { Download } from './Download.mjs';
125
127
  export { Drag } from './Drag.mjs';
@@ -190,6 +192,10 @@ export { KeyB } from './KeyB.mjs';
190
192
  export { LED } from './LED.mjs';
191
193
  export { Layers } from './Layers.mjs';
192
194
  export { Leaf } from './Leaf.mjs';
195
+ export { LeftCollapse } from './LeftCollapse.mjs';
196
+ export { LeftCollapseB } from './LeftCollapseB.mjs';
197
+ export { LeftExpand } from './LeftExpand.mjs';
198
+ export { LeftExpandB } from './LeftExpandB.mjs';
193
199
  export { LeftTurnSignal } from './LeftTurnSignal.mjs';
194
200
  export { LetterB } from './LetterB.mjs';
195
201
  export { LetterC } from './LetterC.mjs';
@@ -223,10 +229,6 @@ export { MapBBetaTop } from './MapBBetaTop.mjs';
223
229
  export { MapNavigation } from './MapNavigation.mjs';
224
230
  export { MarkRead } from './MarkRead.mjs';
225
231
  export { Match } from './Match.mjs';
226
- export { MenuCollapse } from './MenuCollapse.mjs';
227
- export { MenuCollapseB } from './MenuCollapseB.mjs';
228
- export { MenuExpand } from './MenuExpand.mjs';
229
- export { MenuExpandB } from './MenuExpandB.mjs';
230
232
  export { MessageBubble } from './MessageBubble.mjs';
231
233
  export { MessageBubbleStack } from './MessageBubbleStack.mjs';
232
234
  export { Messaging } from './Messaging.mjs';
@@ -247,6 +249,7 @@ export { Paperclip } from './Paperclip.mjs';
247
249
  export { PaperplaneMarker } from './PaperplaneMarker.mjs';
248
250
  export { PaperplaneSend } from './PaperplaneSend.mjs';
249
251
  export { Paragraph } from './Paragraph.mjs';
252
+ export { ParagraphCheck } from './ParagraphCheck.mjs';
250
253
  export { ParagraphPencil } from './ParagraphPencil.mjs';
251
254
  export { Pause } from './Pause.mjs';
252
255
  export { PauseFilled } from './PauseFilled.mjs';
@@ -265,6 +268,7 @@ export { PersonStar } from './PersonStar.mjs';
265
268
  export { Phone } from './Phone.mjs';
266
269
  export { PhoneDisconnect } from './PhoneDisconnect.mjs';
267
270
  export { PicmanFilled } from './PicmanFilled.mjs';
271
+ export { Pin } from './Pin.mjs';
268
272
  export { PipBottomLeft } from './PipBottomLeft.mjs';
269
273
  export { PipBottomRight } from './PipBottomRight.mjs';
270
274
  export { PipTopLeft } from './PipTopLeft.mjs';
@@ -286,6 +290,10 @@ export { RewardRibbon } from './RewardRibbon.mjs';
286
290
  export { Rewind } from './Rewind.mjs';
287
291
  export { RewindSkip } from './RewindSkip.mjs';
288
292
  export { RewindSkipFilled } from './RewindSkipFilled.mjs';
293
+ export { RightCollapse } from './RightCollapse.mjs';
294
+ export { RightCollapseB } from './RightCollapseB.mjs';
295
+ export { RightExpand } from './RightExpand.mjs';
296
+ export { RightExpandB } from './RightExpandB.mjs';
289
297
  export { RightTurnSignal } from './RightTurnSignal.mjs';
290
298
  export { Rotate } from './Rotate.mjs';
291
299
  export { Satellite } from './Satellite.mjs';
@@ -319,17 +327,22 @@ export { SpikeCirclePercentage } from './SpikeCirclePercentage.mjs';
319
327
  export { SpikeCirclePercentageFilled } from './SpikeCirclePercentageFilled.mjs';
320
328
  export { Square } from './Square.mjs';
321
329
  export { SquareCheck } from './SquareCheck.mjs';
330
+ export { SquareCheckFilled } from './SquareCheckFilled.mjs';
331
+ export { SquareDollar } from './SquareDollar.mjs';
322
332
  export { SquareDollarFilled } from './SquareDollarFilled.mjs';
333
+ export { SquareFilled } from './SquareFilled.mjs';
323
334
  export { SquareGrid } from './SquareGrid.mjs';
324
335
  export { SquarePencil } from './SquarePencil.mjs';
325
336
  export { SquarePlus } from './SquarePlus.mjs';
326
337
  export { SquareSubtract } from './SquareSubtract.mjs';
338
+ export { SquareSubtractFilled } from './SquareSubtractFilled.mjs';
327
339
  export { Star } from './Star.mjs';
328
340
  export { StarFilled } from './StarFilled.mjs';
329
341
  export { Stopwatch } from './Stopwatch.mjs';
330
342
  export { Street } from './Street.mjs';
331
343
  export { Subtract } from './Subtract.mjs';
332
344
  export { SubtractCircle } from './SubtractCircle.mjs';
345
+ export { SubtractCircleFilled } from './SubtractCircleFilled.mjs';
333
346
  export { Table } from './Table.mjs';
334
347
  export { Tag } from './Tag.mjs';
335
348
  export { Target } from './Target.mjs';