@mirohq/design-system-icons 0.5.0 → 0.7.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 (132) hide show
  1. package/dist/main.js +2049 -378
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +1989 -379
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +123 -1
  6. package/package.json +1 -1
  7. package/react/add-line-bottom.tsx +33 -0
  8. package/react/add-line-right.tsx +33 -0
  9. package/react/align-center-horizontal.tsx +32 -0
  10. package/react/align-center-vertical.tsx +32 -0
  11. package/react/bookmark.tsx +34 -0
  12. package/react/cube.tsx +34 -0
  13. package/react/cursor-text.tsx +34 -0
  14. package/react/curve-square-circle-arrow.tsx +34 -0
  15. package/react/distribute-horizontal.tsx +27 -0
  16. package/react/distribute-vertical.tsx +35 -0
  17. package/react/eraser.tsx +34 -0
  18. package/react/eyedropper.tsx +31 -0
  19. package/react/grid-four.tsx +34 -0
  20. package/react/grid-six.tsx +34 -0
  21. package/react/highlighter-underline.tsx +25 -0
  22. package/react/highlighter.tsx +34 -0
  23. package/react/index.ts +61 -0
  24. package/react/lasso.tsx +34 -0
  25. package/react/layout.tsx +34 -0
  26. package/react/line-curved.tsx +34 -0
  27. package/react/line-dashed.tsx +34 -0
  28. package/react/line-dotted.tsx +28 -0
  29. package/react/line-horizontal.tsx +34 -0
  30. package/react/line-orthogonal.tsx +34 -0
  31. package/react/line-straight.tsx +34 -0
  32. package/react/lines-three-horizontal-line-vertical-center.tsx +34 -0
  33. package/react/lines-three-horizontal.tsx +33 -0
  34. package/react/lines-three-vertical.tsx +33 -0
  35. package/react/list-bullets.tsx +31 -0
  36. package/react/list-numbers.tsx +34 -0
  37. package/react/minus.tsx +1 -1
  38. package/react/pen-tip.tsx +34 -0
  39. package/react/pen.tsx +34 -0
  40. package/react/plus-text.tsx +34 -0
  41. package/react/prohibit.tsx +32 -0
  42. package/react/rectangles-three-aligned.tsx +34 -0
  43. package/react/rectangles-three-free.tsx +34 -0
  44. package/react/rectangles-three-overlap.tsx +34 -0
  45. package/react/rectangles-two-line.tsx +34 -0
  46. package/react/split-vertical.tsx +34 -0
  47. package/react/square-line-square-dashed.tsx +34 -0
  48. package/react/squares-group.tsx +32 -0
  49. package/react/squares-merge.tsx +31 -0
  50. package/react/squares-two-overlap.tsx +34 -0
  51. package/react/squares-ungroup.tsx +31 -0
  52. package/react/squares-unmerge.tsx +34 -0
  53. package/react/stack.tsx +34 -0
  54. package/react/text-a-underline.tsx +25 -0
  55. package/react/text-align-center.tsx +34 -0
  56. package/react/text-align-left.tsx +34 -0
  57. package/react/text-b-bold-italic-underlined.tsx +24 -0
  58. package/react/text-b-bold.tsx +34 -0
  59. package/react/text-h-one.tsx +34 -0
  60. package/react/text-h-three.tsx +34 -0
  61. package/react/text-h-two.tsx +34 -0
  62. package/react/text-i-italic.tsx +33 -0
  63. package/react/text-indent.tsx +34 -0
  64. package/react/text-lines-three.tsx +34 -0
  65. package/react/text-s-strikethrough.tsx +34 -0
  66. package/react/text-styles.tsx +33 -0
  67. package/react/text-u-underlined.tsx +34 -0
  68. package/react/view-center.tsx +28 -0
  69. package/react/view-side-left.tsx +28 -0
  70. package/svg/24/add-line-bottom.svg +1 -0
  71. package/svg/24/add-line-right.svg +1 -0
  72. package/svg/24/align-center-horizontal.svg +1 -0
  73. package/svg/24/align-center-vertical.svg +1 -0
  74. package/svg/24/bookmark.svg +1 -0
  75. package/svg/24/cube.svg +1 -0
  76. package/svg/24/cursor-text.svg +1 -0
  77. package/svg/24/curve-square-circle-arrow.svg +1 -0
  78. package/svg/24/distribute-horizontal.svg +1 -0
  79. package/svg/24/distribute-vertical.svg +1 -0
  80. package/svg/24/eraser.svg +1 -0
  81. package/svg/24/eyedropper.svg +1 -0
  82. package/svg/24/grid-four.svg +1 -0
  83. package/svg/24/grid-six.svg +1 -0
  84. package/svg/24/highlighter-underline.svg +1 -0
  85. package/svg/24/highlighter.svg +1 -0
  86. package/svg/24/lasso.svg +1 -0
  87. package/svg/24/layout.svg +1 -0
  88. package/svg/24/line-curved.svg +1 -0
  89. package/svg/24/line-dashed.svg +1 -0
  90. package/svg/24/line-dotted.svg +1 -0
  91. package/svg/24/line-horizontal.svg +1 -0
  92. package/svg/24/line-orthogonal.svg +1 -0
  93. package/svg/24/line-straight.svg +1 -0
  94. package/svg/24/lines-three-horizontal-line-vertical-center.svg +1 -0
  95. package/svg/24/lines-three-horizontal.svg +1 -0
  96. package/svg/24/lines-three-vertical.svg +1 -0
  97. package/svg/24/list-bullets.svg +1 -0
  98. package/svg/24/list-numbers.svg +1 -0
  99. package/svg/24/minus.svg +1 -1
  100. package/svg/24/pen-tip.svg +1 -0
  101. package/svg/24/pen.svg +1 -0
  102. package/svg/24/plus-text.svg +1 -0
  103. package/svg/24/prohibit.svg +1 -0
  104. package/svg/24/rectangles-three-aligned.svg +1 -0
  105. package/svg/24/rectangles-three-free.svg +1 -0
  106. package/svg/24/rectangles-three-overlap.svg +1 -0
  107. package/svg/24/rectangles-two-line.svg +1 -0
  108. package/svg/24/split-vertical.svg +1 -0
  109. package/svg/24/square-line-square-dashed.svg +1 -0
  110. package/svg/24/squares-group.svg +1 -0
  111. package/svg/24/squares-merge.svg +1 -0
  112. package/svg/24/squares-two-overlap.svg +1 -0
  113. package/svg/24/squares-ungroup.svg +1 -0
  114. package/svg/24/squares-unmerge.svg +1 -0
  115. package/svg/24/stack.svg +1 -0
  116. package/svg/24/text-a-underline.svg +1 -0
  117. package/svg/24/text-align-center.svg +1 -0
  118. package/svg/24/text-align-left.svg +1 -0
  119. package/svg/24/text-b-bold-italic-underlined.svg +1 -0
  120. package/svg/24/text-b-bold.svg +1 -0
  121. package/svg/24/text-h-one.svg +1 -0
  122. package/svg/24/text-h-three.svg +1 -0
  123. package/svg/24/text-h-two.svg +1 -0
  124. package/svg/24/text-i-italic.svg +1 -0
  125. package/svg/24/text-indent.svg +1 -0
  126. package/svg/24/text-lines-three.svg +1 -0
  127. package/svg/24/text-s-strikethrough.svg +1 -0
  128. package/svg/24/text-styles.svg +1 -0
  129. package/svg/24/text-u-underlined.svg +1 -0
  130. package/svg/24/view-center.svg +1 -0
  131. package/svg/24/view-side-left.svg +1 -0
  132. package/svg/meta.json +490 -0
package/svg/24/pen.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13 7-8.572 8.572a2 2 0 0 0-.547 1.022l-.807 4.038a.25.25 0 0 0 .294.294l4.038-.807a2 2 0 0 0 1.022-.547L17 11m-4-4 2.586-2.586a2 2 0 0 1 2.828 0l1.172 1.172a2 2 0 0 1 0 2.828L17 11m-4-4 4 4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 5h7m7 0h-7m0 0v15M6 10v6m-3-3h6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-width="2" d="M7 17 17 7m2.5 5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" clip-path="url(#a)"><path d="M11 4H3v8h8V4ZM17.063 16h-14v5h14v-5ZM19 4h-4v4h4V4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" clip-path="url(#a)"><path d="m12.818 4.852-7.69-2.205-2.205 7.69 7.69 2.205 2.205-7.69ZM19.063 16h-14v5h14v-5ZM19.712 6.08l-3.845 1.102 1.102 3.845 3.845-1.102-1.102-3.845Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 11H4v10h9v-4m-5-6h5v6m-5-6V7h4m1 10h4v-4m-5-6h5v6m-5-6V3h9v10h-4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 3v18M3.25 4h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25A.25.25 0 0 1 3 9.75v-5.5A.25.25 0 0 1 3.25 4Zm0 10h11.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-5.5a.25.25 0 0 1 .25-.25Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6.5V4h14v2.5M2 12h20M5 17.5V20h14v-2.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18 3h3v3m0 4v4m0 4v3h-3m-4 0h-4m-4 0H3v-3M3 3h11v11H3V3Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 4H4v16h16V4Z"/><path fill="currentColor" d="M2 2h3v3H2V2ZM19 2h3v3h-3V2ZM19 19h3v3h-3v-3ZM2 19h3v3H2v-3ZM11 7h6v6h-6V7Z"/><path fill="currentColor" d="M7 11h3v3h3v3H7v-6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M9 3V2a1 1 0 0 0-1 1h1Zm12 0h1a1 1 0 0 0-1-1v1Zm0 12v1a1 1 0 0 0 1-1h-1Zm-6 0v-1h-1v1h1Zm0 6v1a1 1 0 0 0 1-1h-1ZM3 21H2a1 1 0 0 0 1 1v-1ZM3 9V8a1 1 0 0 0-1 1h1Zm6 0v1h1V9H9Zm0-5h12V2H9v2Zm11-1v12h2V3h-2Zm1 11h-6v2h6v-2Zm-7 1v6h2v-6h-2Zm1 5H3v2h12v-2ZM4 21V9H2v12h2ZM3 10h6V8H3v2Zm7-1V3H8v6h2Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5V3h12v12h-2M3 9h12v12H3V9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 10v4h4m-4-4V4h10v10h-6m-4-4H4v10h10v-6"/><path fill="currentColor" d="M8 2h3v3H8V2ZM19 2h3v3h-3V2ZM19 13h3v3h-3v-3ZM8 13h3v3H8v-3ZM2 8h3v3H2V8ZM2 19h3v3H2v-3ZM13 19h3v3h-3v-3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3h12v12H9V3Zm6 6H3v12h12V9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18 14 4 1.5L12 20 2 15.5 6 14m6-10 10 4.5L12 13 2 8.5 12 4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><rect width="18" height="2" x="3" y="19" fill="currentColor" rx=".5"/><path fill="currentColor" d="M6.077 15.615a1 1 0 1 0 1.846.77l-1.846-.77ZM12 4l.923-.385a1 1 0 0 0-1.846 0L12 4Zm4.077 12.385a1 1 0 0 0 1.846-.77l-1.846.77Zm-5-12 3.75 9 1.846-.77-3.75-9-1.846.77Zm3.75 9 1.25 3 1.846-.77-1.25-3-1.846.77Zm-6.904 3 1.25-3-1.846-.77-1.25 3 1.846.77Zm1.25-3 3.75-9-1.846-.77-3.75 9 1.846.77ZM15.75 12h-7.5v2h7.5v-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14M8 10h8M5 14h14M8 18h8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6h14M5 12h7m-7 6h14"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1ZM7.5 15.75l-1.229-.23L5.994 17H7.5v-1.25Zm2.25-12V2.5H8.713L8.52 3.52l1.229.23Zm2.75 6V11 9.75Zm-2.75-6V5H13.5V2.5H9.75v1.25Zm-2.25 12V17H11.5v-2.5H7.5v1.25Zm9.5-3.5c0-1.342-.506-2.405-1.512-3.052-.895-.574-2.008-.698-2.988-.698V11c.852 0 1.364.126 1.636.302.161.103.364.29.364.948H17Zm-2.5 0c0 1.106-.967 2.25-3 2.25V17c2.967 0 5.5-1.856 5.5-4.75h-2.5Zm-2-1.25c1.053 0 2.321-.21 3.367-.889 1.119-.725 1.883-1.928 1.883-3.611h-2.5c0 .817-.32 1.24-.743 1.514-.496.322-1.229.486-2.007.486V11Zm5.25-4.5c0-1.778-.941-2.852-1.964-3.41A5.096 5.096 0 0 0 13.5 2.5V5c.13 0 .65.045 1.089.285.202.11.357.245.463.409.1.155.198.4.198.806h2.5ZM8.521 3.52l-1.125 6 2.458.46 1.125-6-2.458-.46Zm-1.125 6-1.125 6 2.458.46 1.125-6-2.458-.46ZM12.5 8.5H8.625V11H12.5V8.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13.5 11.75H7.25m6.25 0c1.055 0 2.5-1.18 2.5-3s-1.082-3.5-3.25-3.5h-5.5v6.5m6.25 0c2.5 0 3.5 1.838 3.5 3.5s-1.225 3.5-3.5 3.5H7.25v-7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m5-12h3v12"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6m-5 0h5m0 0v6h-5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6v6m0 6v-6m0 0h7m0 0V6m0 6v6m4-12h5v6h-5v6h5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M11 5h4m4 0h-4m0 0L9 19m0 0H5m4 0h4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v18M2 12h7m0 0L6 9m3 3-3 3m10-9h6m-6 6h3m-3 6h6"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h15M4 12h15M4 18h9"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 19s1.196.992 4 1c.98.003 4-.5 4-4s-4-4-4-4m0 0H5m7 0h7m-3.5-7.25s-3.276-1.816-6 0C8.284 5.56 7.954 6.794 8.051 8"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11.461 12 8 3l-3.462 9m6.923 0H4.538m6.923 0 .52 1.5M3 16l1.538-4"/><path fill="currentColor" fill-rule="evenodd" d="M21.693 21.321c.227-.164.43-.344.608-.54.183-.198.33-.393.442-.584.087-.13.15-.259.19-.387.043-.131.067-.25.067-.359a.371.371 0 0 0-.137-.273.404.404 0 0 0-.29-.124c-.094 0-.166.064-.22.137a7.654 7.654 0 0 1-.168.22l-.001.001v.001c-.222.294-.472.514-.752.661-.27.145-.626.222-1.072.222a1.09 1.09 0 0 1-.505-.124c-.146-.078-.28-.221-.401-.443-.12-.226-.216-.537-.287-.937-.071-.397-.107-.912-.107-1.547 0-.22.02-.465.062-.736.042-.272.087-.533.134-.781.054-.256.102-.478.144-.668.041-.188.065-.324.065-.395a.656.656 0 0 0-.169-.474l-.11-.127a.666.666 0 0 1-.074-.205v-.002l-.001-.002a1.311 1.311 0 0 0-.358-.57 1.25 1.25 0 0 0-.262-.201.573.573 0 0 0-.28-.084.414.414 0 0 0-.186.046c-.05.024-.099.052-.148.082l-.136.067a.314.314 0 0 1-.106.02.671.671 0 0 1-.153-.024 4.687 4.687 0 0 0-.21-.07 3.322 3.322 0 0 0-.218-.08.627.627 0 0 0-.21-.041c-.219 0-.489.103-.804.29a5.806 5.806 0 0 0-.987.753 9.1 9.1 0 0 0-1.018 1.1 7.927 7.927 0 0 0-.864 1.328c-.217.412-.4.792-.552 1.14-.145.348-.266.672-.363.972v.002a6.308 6.308 0 0 0-.2.833l-.001.002c-.037.26-.055.509-.055.745a2.025 2.025 0 0 0 .453 1.273l.001.002c.145.17.31.304.494.405l.001.001c.193.102.394.154.602.154.307 0 .652-.098 1.031-.287.384-.193.77-.441 1.159-.742.393-.306.771-.649 1.134-1.027a9.21 9.21 0 0 0 .827-.968c.071.337.157.66.257.968v.001c.129.376.288.708.48.995v.002c.199.283.433.51.702.678.281.17.611.255.986.255.287 0 .566-.053.835-.158.265-.104.509-.236.731-.396Zm-4.1-6.764c.121.172.19.47.19.912 0 .215-.036.453-.112.714a5.971 5.971 0 0 1-.301.792c-.125.27-.264.535-.419.795v.001c-.15.26-.298.5-.446.717l-.001.001a5.11 5.11 0 0 1-.52.648 9.373 9.373 0 0 1-.66.628 5.672 5.672 0 0 1-.619.483c-.096.06-.178.104-.246.133a.422.422 0 0 1-.152.04c-.285 0-.45-.079-.533-.207-.095-.153-.147-.36-.147-.629 0-.18.031-.386.096-.618.064-.24.15-.49.257-.748.112-.266.24-.537.383-.815.143-.278.292-.55.447-.817.162-.267.32-.521.475-.764.161-.243.313-.458.455-.647l.002-.002a2.04 2.04 0 0 1 .266-.299c.11-.103.232-.198.365-.284.132-.085.27-.154.412-.205h.002c.146-.056.288-.083.425-.083.132 0 .26.073.381.254Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 20h10M7 4v8c0 3 2.723 4 5 4s5-1 5-4V4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"/><rect width="10" height="8" x="7" y="8" fill="currentColor" rx="1"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Z"/><rect width="6" height="10" x="6" y="7" fill="currentColor" rx="1"/></svg>
package/svg/meta.json CHANGED
@@ -1042,5 +1042,495 @@
1042
1042
  "tags": [
1043
1043
  ""
1044
1044
  ]
1045
+ },
1046
+ "align-center-vertical": {
1047
+ "tags": [
1048
+ "align center vertical"
1049
+ ]
1050
+ },
1051
+ "rectangles-two-line": {
1052
+ "tags": [
1053
+ "rectangles two line",
1054
+ "rectangles",
1055
+ "slides",
1056
+ "line",
1057
+ "slideset"
1058
+ ]
1059
+ },
1060
+ "squares-merge": {
1061
+ "tags": [
1062
+ "squares merge",
1063
+ "unite",
1064
+ "shape"
1065
+ ]
1066
+ },
1067
+ "align-center-horizontal": {
1068
+ "tags": [
1069
+ "align center horizontal"
1070
+ ]
1071
+ },
1072
+ "stack": {
1073
+ "tags": [
1074
+ "stack",
1075
+ "layers"
1076
+ ]
1077
+ },
1078
+ "square-line-square-dashed": {
1079
+ "tags": [
1080
+ "square line square dashed",
1081
+ "square",
1082
+ "dashed",
1083
+ "suggest",
1084
+ "object",
1085
+ "size"
1086
+ ]
1087
+ },
1088
+ "add-line-right": {
1089
+ "tags": [
1090
+ "add line right",
1091
+ "add",
1092
+ "line",
1093
+ "column",
1094
+ "right"
1095
+ ]
1096
+ },
1097
+ "lines-three-horizontal-line-vertical-center": {
1098
+ "tags": [
1099
+ "lines three horizontal line vertical center",
1100
+ "lines",
1101
+ "three",
1102
+ "3",
1103
+ "horizontal",
1104
+ "vertical",
1105
+ "node",
1106
+ "mindmap"
1107
+ ]
1108
+ },
1109
+ "squares-two-overlap": {
1110
+ "tags": [
1111
+ "squares two overlap",
1112
+ "copy",
1113
+ "duplicate"
1114
+ ]
1115
+ },
1116
+ "add-line-bottom": {
1117
+ "tags": [
1118
+ "add line bottom",
1119
+ "add",
1120
+ "line",
1121
+ "row",
1122
+ "bottom"
1123
+ ]
1124
+ },
1125
+ "split-vertical": {
1126
+ "tags": [
1127
+ "split vertical",
1128
+ "split",
1129
+ "divide",
1130
+ "divider",
1131
+ "vertical"
1132
+ ]
1133
+ },
1134
+ "rectangles-three-overlap": {
1135
+ "tags": [
1136
+ "rectangles three overlap",
1137
+ "rectangles",
1138
+ "three",
1139
+ "3",
1140
+ "overlap",
1141
+ "extract",
1142
+ "pages"
1143
+ ]
1144
+ },
1145
+ "distribute-horizontal": {
1146
+ "tags": [
1147
+ "distribute horizontal",
1148
+ "distribute",
1149
+ "horizontal",
1150
+ "spacing"
1151
+ ]
1152
+ },
1153
+ "layout": {
1154
+ "tags": [
1155
+ "layout",
1156
+ "templates"
1157
+ ]
1158
+ },
1159
+ "bookmark": {
1160
+ "tags": [
1161
+ "bookmark",
1162
+ "pin"
1163
+ ]
1164
+ },
1165
+ "distribute-vertical": {
1166
+ "tags": [
1167
+ "distribute vertical",
1168
+ "distribute",
1169
+ "vertical",
1170
+ "spacing"
1171
+ ]
1172
+ },
1173
+ "rectangles-three-free": {
1174
+ "tags": [
1175
+ "rectangles three free",
1176
+ "rectangles",
1177
+ "three",
1178
+ "3",
1179
+ "free",
1180
+ "align",
1181
+ "layout",
1182
+ "frame",
1183
+ "mode"
1184
+ ]
1185
+ },
1186
+ "view-side-left": {
1187
+ "tags": [
1188
+ "view side left",
1189
+ "view",
1190
+ "side"
1191
+ ]
1192
+ },
1193
+ "lines-three-horizontal": {
1194
+ "tags": [
1195
+ "lines three horizontal",
1196
+ "lines",
1197
+ "rows",
1198
+ "list",
1199
+ "three",
1200
+ "3",
1201
+ "horizontal"
1202
+ ]
1203
+ },
1204
+ "rectangles-three-aligned": {
1205
+ "tags": [
1206
+ "rectangles three aligned",
1207
+ "rectangles",
1208
+ "three",
1209
+ "3",
1210
+ "frame",
1211
+ "grid",
1212
+ "aligned",
1213
+ "layout",
1214
+ "mode"
1215
+ ]
1216
+ },
1217
+ "view-center": {
1218
+ "tags": [
1219
+ "view center",
1220
+ "view",
1221
+ "center"
1222
+ ]
1223
+ },
1224
+ "lines-three-vertical": {
1225
+ "tags": [
1226
+ "lines three vertical",
1227
+ "lines",
1228
+ "columns",
1229
+ "vertical",
1230
+ "three",
1231
+ "3"
1232
+ ]
1233
+ },
1234
+ "squares-group": {
1235
+ "tags": [
1236
+ "squares group",
1237
+ "frame",
1238
+ "group",
1239
+ "shapes"
1240
+ ]
1241
+ },
1242
+ "text-h-one": {
1243
+ "tags": [
1244
+ "text h one",
1245
+ "text",
1246
+ "heading",
1247
+ "one",
1248
+ "1",
1249
+ "h1"
1250
+ ]
1251
+ },
1252
+ "grid-six": {
1253
+ "tags": [
1254
+ "grid six",
1255
+ "grid",
1256
+ "six",
1257
+ "6",
1258
+ "spreadsheet",
1259
+ "table",
1260
+ "rows",
1261
+ "columns"
1262
+ ]
1263
+ },
1264
+ "squares-ungroup": {
1265
+ "tags": [
1266
+ "squares ungroup",
1267
+ "ungroup",
1268
+ "unframe",
1269
+ "shapes"
1270
+ ]
1271
+ },
1272
+ "text-h-two": {
1273
+ "tags": [
1274
+ "text h two",
1275
+ "text",
1276
+ "heading",
1277
+ "two",
1278
+ "2",
1279
+ "h2"
1280
+ ]
1281
+ },
1282
+ "grid-four": {
1283
+ "tags": [
1284
+ "grid four",
1285
+ "grid",
1286
+ "four",
1287
+ "4",
1288
+ "spreadsheet",
1289
+ "table",
1290
+ "rows",
1291
+ "columns"
1292
+ ]
1293
+ },
1294
+ "squares-unmerge": {
1295
+ "tags": [
1296
+ "squares unmerge",
1297
+ "unmerge",
1298
+ "ununite"
1299
+ ]
1300
+ },
1301
+ "text-h-three": {
1302
+ "tags": [
1303
+ "text h three",
1304
+ "text",
1305
+ "heading",
1306
+ "three",
1307
+ "3",
1308
+ "h3"
1309
+ ]
1310
+ },
1311
+ "text-a-underline": {
1312
+ "tags": [
1313
+ "text a underline",
1314
+ "text",
1315
+ "color"
1316
+ ]
1317
+ },
1318
+ "text-align-center": {
1319
+ "tags": [
1320
+ "text align center"
1321
+ ]
1322
+ },
1323
+ "line-straight": {
1324
+ "tags": [
1325
+ "line straight",
1326
+ "line",
1327
+ "straight"
1328
+ ]
1329
+ },
1330
+ "text-i-italic": {
1331
+ "tags": [
1332
+ "text i italic",
1333
+ "text",
1334
+ "italic"
1335
+ ]
1336
+ },
1337
+ "text-align-left": {
1338
+ "tags": [
1339
+ "text align left",
1340
+ "left",
1341
+ "align"
1342
+ ]
1343
+ },
1344
+ "line-horizontal": {
1345
+ "tags": [
1346
+ "line horizontal",
1347
+ "horizontal",
1348
+ "x",
1349
+ "line"
1350
+ ]
1351
+ },
1352
+ "text-u-underlined": {
1353
+ "tags": [
1354
+ "text u underlined",
1355
+ "text",
1356
+ "underlined"
1357
+ ]
1358
+ },
1359
+ "text-b-bold-italic-underlined": {
1360
+ "tags": [
1361
+ "text b bold italic underlined",
1362
+ "text",
1363
+ "bold",
1364
+ "italic",
1365
+ "underlined"
1366
+ ]
1367
+ },
1368
+ "cursor-text": {
1369
+ "tags": [
1370
+ "cursor text",
1371
+ "cursor",
1372
+ "text"
1373
+ ]
1374
+ },
1375
+ "list-bullets": {
1376
+ "tags": [
1377
+ "list bullets",
1378
+ "bullets",
1379
+ "list"
1380
+ ]
1381
+ },
1382
+ "cube": {
1383
+ "tags": [
1384
+ "cube",
1385
+ "box",
1386
+ "app",
1387
+ "boilerplate"
1388
+ ]
1389
+ },
1390
+ "text-styles": {
1391
+ "tags": [
1392
+ "text styles",
1393
+ "styling",
1394
+ "fonts",
1395
+ "typography",
1396
+ "notes",
1397
+ "handwritten"
1398
+ ]
1399
+ },
1400
+ "pen": {
1401
+ "tags": [
1402
+ "pen",
1403
+ "edit"
1404
+ ]
1405
+ },
1406
+ "highlighter-underline": {
1407
+ "tags": [
1408
+ "highligher underline",
1409
+ "highlight",
1410
+ "color"
1411
+ ]
1412
+ },
1413
+ "line-dashed": {
1414
+ "tags": [
1415
+ "line dashed",
1416
+ "line",
1417
+ "dash"
1418
+ ]
1419
+ },
1420
+ "text-s-strikethrough": {
1421
+ "tags": [
1422
+ "text s strikethrough",
1423
+ "text",
1424
+ "strikethrough"
1425
+ ]
1426
+ },
1427
+ "line-curved": {
1428
+ "tags": [
1429
+ "line curved",
1430
+ "line",
1431
+ "curved",
1432
+ "curve"
1433
+ ]
1434
+ },
1435
+ "text-lines-three": {
1436
+ "tags": [
1437
+ "text lines three",
1438
+ "text",
1439
+ "lines",
1440
+ "description",
1441
+ "paragraph",
1442
+ "three",
1443
+ "3"
1444
+ ]
1445
+ },
1446
+ "highlighter": {
1447
+ "tags": [
1448
+ "highlighter"
1449
+ ]
1450
+ },
1451
+ "lasso": {
1452
+ "tags": [
1453
+ "lasso"
1454
+ ]
1455
+ },
1456
+ "curve-square-circle-arrow": {
1457
+ "tags": [
1458
+ "curve square",
1459
+ "circle",
1460
+ "arrow",
1461
+ "shapes",
1462
+ "diagramming",
1463
+ "diagram"
1464
+ ]
1465
+ },
1466
+ "text-b-bold": {
1467
+ "tags": [
1468
+ "text b bold",
1469
+ "text",
1470
+ "bold"
1471
+ ]
1472
+ },
1473
+ "plus-text": {
1474
+ "tags": [
1475
+ "plus text",
1476
+ "plus",
1477
+ "text"
1478
+ ]
1479
+ },
1480
+ "list-numbers": {
1481
+ "tags": [
1482
+ "list numbers",
1483
+ "list",
1484
+ "numbers"
1485
+ ]
1486
+ },
1487
+ "text-indent": {
1488
+ "tags": [
1489
+ "text indent",
1490
+ "align",
1491
+ "child",
1492
+ "nodes"
1493
+ ]
1494
+ },
1495
+ "eyedropper": {
1496
+ "tags": [
1497
+ "eyedropper",
1498
+ "dropper"
1499
+ ]
1500
+ },
1501
+ "line-dotted": {
1502
+ "tags": [
1503
+ "line dotted",
1504
+ "line",
1505
+ "dot"
1506
+ ]
1507
+ },
1508
+ "line-orthogonal": {
1509
+ "tags": [
1510
+ "line orthogonal",
1511
+ "line",
1512
+ "orthogonal",
1513
+ "broken"
1514
+ ]
1515
+ },
1516
+ "pen-tip": {
1517
+ "tags": [
1518
+ "pen tip",
1519
+ "pen",
1520
+ "tip"
1521
+ ]
1522
+ },
1523
+ "eraser": {
1524
+ "tags": [
1525
+ "eraser"
1526
+ ]
1527
+ },
1528
+ "prohibit": {
1529
+ "tags": [
1530
+ "prohibit",
1531
+ "forbidden",
1532
+ "stop",
1533
+ "disabled"
1534
+ ]
1045
1535
  }
1046
1536
  }