@atlaskit/icon-lab 2.4.0 → 2.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 (155) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/build/index.tsx +1 -1
  3. package/core/align-content-bottom.d.ts +13 -0
  4. package/core/align-content-bottom.js +31 -0
  5. package/core/align-content-center-horizontal.d.ts +13 -0
  6. package/core/align-content-center-horizontal.js +31 -0
  7. package/core/align-content-center-vertical.d.ts +13 -0
  8. package/core/align-content-center-vertical.js +31 -0
  9. package/core/align-content-left.d.ts +13 -0
  10. package/core/align-content-left.js +31 -0
  11. package/core/align-content-right.d.ts +13 -0
  12. package/core/align-content-right.js +31 -0
  13. package/core/align-content-top.d.ts +13 -0
  14. package/core/align-content-top.js +31 -0
  15. package/core/align-position-bottom.d.ts +13 -0
  16. package/core/align-position-bottom.js +31 -0
  17. package/core/align-position-center-vertical.d.ts +13 -0
  18. package/core/align-position-center-vertical.js +31 -0
  19. package/core/align-position-top.d.ts +13 -0
  20. package/core/align-position-top.js +31 -0
  21. package/core/cursor-strikethrough.d.ts +13 -0
  22. package/core/cursor-strikethrough.js +31 -0
  23. package/core/cursor.d.ts +13 -0
  24. package/core/cursor.js +31 -0
  25. package/core/drop-shadow.d.ts +13 -0
  26. package/core/drop-shadow.js +31 -0
  27. package/core/group-selection.d.ts +13 -0
  28. package/core/group-selection.js +31 -0
  29. package/core/group-ungroup-selection.d.ts +13 -0
  30. package/core/group-ungroup-selection.js +31 -0
  31. package/core/hand.d.ts +13 -0
  32. package/core/hand.js +31 -0
  33. package/core/incognito.d.ts +13 -0
  34. package/core/incognito.js +31 -0
  35. package/core/jira.d.ts +13 -0
  36. package/core/jira.js +31 -0
  37. package/core/section.d.ts +13 -0
  38. package/core/section.js +31 -0
  39. package/core/shape-diamond.d.ts +13 -0
  40. package/core/shape-diamond.js +31 -0
  41. package/core/shape-ellipse.d.ts +13 -0
  42. package/core/shape-ellipse.js +31 -0
  43. package/core/shape-parallelogram-skew-left.d.ts +13 -0
  44. package/core/shape-parallelogram-skew-left.js +31 -0
  45. package/core/shape-parallelogram-skew-right.d.ts +13 -0
  46. package/core/shape-parallelogram-skew-right.js +31 -0
  47. package/core/shape-rectangle-rounded.d.ts +13 -0
  48. package/core/shape-rectangle-rounded.js +31 -0
  49. package/core/shape-rectangle.d.ts +13 -0
  50. package/core/shape-rectangle.js +31 -0
  51. package/core/shape-triangle-inverted.d.ts +13 -0
  52. package/core/shape-triangle-inverted.js +31 -0
  53. package/core/shape-triangle.d.ts +13 -0
  54. package/core/shape-triangle.js +31 -0
  55. package/core/signature.d.ts +13 -0
  56. package/core/signature.js +31 -0
  57. package/core/stamp.d.ts +13 -0
  58. package/core/stamp.js +31 -0
  59. package/core/sticker.d.ts +13 -0
  60. package/core/sticker.js +31 -0
  61. package/core/stroke-curvature-curved.d.ts +13 -0
  62. package/core/stroke-curvature-curved.js +31 -0
  63. package/core/stroke-curvature-dynamic.d.ts +13 -0
  64. package/core/stroke-curvature-dynamic.js +31 -0
  65. package/core/stroke-curvature-straight.d.ts +13 -0
  66. package/core/stroke-curvature-straight.js +31 -0
  67. package/core/stroke-properties.d.ts +13 -0
  68. package/core/stroke-properties.js +31 -0
  69. package/core/stroke-style-dashed.d.ts +13 -0
  70. package/core/stroke-style-dashed.js +31 -0
  71. package/core/stroke-style-dotted.d.ts +13 -0
  72. package/core/stroke-style-dotted.js +31 -0
  73. package/core/stroke-style-solid.d.ts +13 -0
  74. package/core/stroke-style-solid.js +31 -0
  75. package/core/swap.d.ts +13 -0
  76. package/core/swap.js +31 -0
  77. package/core/template.d.ts +13 -0
  78. package/core/template.js +31 -0
  79. package/core/tidy.d.ts +13 -0
  80. package/core/tidy.js +31 -0
  81. package/dist/cjs/metadata-core.js +352 -1
  82. package/dist/es2019/metadata-core.js +352 -1
  83. package/dist/esm/metadata-core.js +352 -1
  84. package/dist/types/metadata-core.d.ts +1 -1
  85. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  86. package/package.json +3 -3
  87. package/svgs/core/align-content-bottom.svg +1 -0
  88. package/svgs/core/align-content-center-horizontal.svg +1 -0
  89. package/svgs/core/align-content-center-vertical.svg +1 -0
  90. package/svgs/core/align-content-left.svg +1 -0
  91. package/svgs/core/align-content-right.svg +1 -0
  92. package/svgs/core/align-content-top.svg +1 -0
  93. package/svgs/core/align-position-bottom.svg +1 -0
  94. package/svgs/core/align-position-center-vertical.svg +1 -0
  95. package/svgs/core/align-position-top.svg +1 -0
  96. package/svgs/core/assets-data-manager.svg +1 -0
  97. package/svgs/core/assets-schema.svg +1 -0
  98. package/svgs/core/book-open.svg +1 -0
  99. package/svgs/core/cloud-offline.svg +1 -0
  100. package/svgs/core/cloud-saved.svg +1 -0
  101. package/svgs/core/coins.svg +1 -0
  102. package/svgs/core/cross-octagon.svg +1 -0
  103. package/svgs/core/cursor-strikethrough.svg +1 -0
  104. package/svgs/core/cursor.svg +1 -0
  105. package/svgs/core/database-storage-cache.svg +1 -0
  106. package/svgs/core/database-storage.svg +1 -0
  107. package/svgs/core/drop-shadow.svg +1 -0
  108. package/svgs/core/duplicate.svg +1 -0
  109. package/svgs/core/editions.svg +1 -0
  110. package/svgs/core/field-text.svg +1 -0
  111. package/svgs/core/group-selection.svg +1 -0
  112. package/svgs/core/group-ungroup-selection.svg +1 -0
  113. package/svgs/core/hand.svg +1 -0
  114. package/svgs/core/incognito.svg +1 -0
  115. package/svgs/core/initiative.svg +1 -0
  116. package/svgs/core/jira.svg +1 -0
  117. package/svgs/core/lozenge.svg +1 -0
  118. package/svgs/core/page-live-doc.svg +1 -0
  119. package/svgs/core/paint-brush.svg +1 -0
  120. package/svgs/core/paint-roller.svg +1 -0
  121. package/svgs/core/qr-code.svg +1 -0
  122. package/svgs/core/roadmaps-plan.svg +1 -0
  123. package/svgs/core/roadmaps-service.svg +1 -0
  124. package/svgs/core/section.svg +1 -0
  125. package/svgs/core/shape-diamond.svg +1 -0
  126. package/svgs/core/shape-ellipse.svg +1 -0
  127. package/svgs/core/shape-parallelogram-skew-left.svg +1 -0
  128. package/svgs/core/shape-parallelogram-skew-right.svg +1 -0
  129. package/svgs/core/shape-rectangle-rounded.svg +1 -0
  130. package/svgs/core/shape-rectangle.svg +1 -0
  131. package/svgs/core/shape-triangle-inverted.svg +1 -0
  132. package/svgs/core/shape-triangle.svg +1 -0
  133. package/svgs/core/signature.svg +1 -0
  134. package/svgs/core/speedometer.svg +1 -0
  135. package/svgs/core/stamp.svg +1 -0
  136. package/svgs/core/sticker.svg +1 -0
  137. package/svgs/core/stroke-curvature-curved.svg +1 -0
  138. package/svgs/core/stroke-curvature-dynamic.svg +1 -0
  139. package/svgs/core/stroke-curvature-straight.svg +1 -0
  140. package/svgs/core/stroke-properties.svg +1 -0
  141. package/svgs/core/stroke-style-dashed.svg +1 -0
  142. package/svgs/core/stroke-style-dotted.svg +1 -0
  143. package/svgs/core/stroke-style-solid.svg +1 -0
  144. package/svgs/core/sunset.svg +1 -0
  145. package/svgs/core/swap.svg +1 -0
  146. package/svgs/core/sync.svg +1 -0
  147. package/svgs/core/takeout-container.svg +1 -0
  148. package/svgs/core/template.svg +1 -0
  149. package/svgs/core/ticket.svg +1 -0
  150. package/svgs/core/tidy.svg +1 -0
  151. package/svgs/core/vehicle-train.svg +1 -0
  152. package/svgs/core/vulnerability.svg +1 -0
  153. package/svgs/core/wallet.svg +1 -0
  154. package/svgs/core/welcome-feed.svg +1 -0
  155. package/svgs/core/wrench.svg +1 -0
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h8m-6 12.5h10c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><rect width="10.253" height="10.253" x="8" y=".75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(45 8 .75)"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><circle cx="8" cy="8" r="6.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.155 2.647a.625.625 0 0 0-.582-.397H1.416a.625.625 0 0 0-.582.853l4.01 10.25c.094.24.325.397.583.397h9.157c.44 0 .743-.443.582-.853z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.845 2.647a.625.625 0 0 1 .582-.397h9.157c.44 0 .743.443.582.853l-4.01 10.25a.625.625 0 0 1-.583.397H1.416a.625.625 0 0 1-.582-.853z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="2.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.455 13.776a.625.625 0 0 0 1.09 0L14.48 3.18a.625.625 0 0 0-.545-.93H2.066a.625.625 0 0 0-.545.93z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.455 2.224a.625.625 0 0 1 1.09 0L14.48 12.82a.625.625 0 0 1-.545.93H2.066a.625.625 0 0 1-.545-.93z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 13.25h16M1 11s2.75-2.12 4-3.87 1.5-3.94-.12-4.37C-.75 1.25 4.13 16.63 8.5 7.14c0 0-.62 3.11 1.5 3.11 1.25 0 2-.87 2.25-1.75 0 0 .13 1.75 2.75 1.75"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.237 8.263a1.75 1.75 0 1 0-2.475 2.475 1.75 1.75 0 0 0 2.475-2.475Zm0 0 4.13-4.138A7.22 7.22 0 0 1 15.25 9c0 2.066-.864 3.93-2.25 5.25M11.25 2.517A7.25 7.25 0 0 0 3 14.25"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.5 15.25h11m-11.75-2.5v-1.625c0-1.036.84-1.875 1.875-1.875H5.75l-.934-6.352A1.875 1.875 0 0 1 6.67.75h2.658a1.875 1.875 0 0 1 1.855 2.148L10.25 9.25h2.125c1.036 0 1.875.84 1.875 1.875v1.625z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.842 15.158a7.3 7.3 0 0 1 .476-3.976 7.25 7.25 0 0 1 7.84-4.34m-8.316 8.316A7.252 7.252 0 0 1 8 .75a7.25 7.25 0 0 1 7.158 6.092m-8.316 8.316 8.316-8.316"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 13.25h2.897a3.75 3.75 0 0 0 3.684-3.048l.838-4.404a3.75 3.75 0 0 1 3.684-3.048H15"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 13.25h5.75C7.44 13.25 8 12.69 8 12V4c0-.69.56-1.25 1.25-1.25H15"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2 14 14 2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 2.75h14"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="2.5" d="M1 6.75h14"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="4" d="M1 12h14"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h3.33m2 0h3.33m2.01 0H15"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h1.6m1.5 0h1.6m1.5 0h1.6m1.5 0h1.6m1.5 0H15"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h14"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.75 9a3.75 3.75 0 1 0-7.5 0M0 8.25h2M8 3V1M2.28 2.97l1.415 1.414m10-1.423L12.28 4.375M14 8.25h2m-15 3h14m-9.5 3h5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m9.25 11.25 3 3m0 0 3-3m-3 3V4.125c0-1.036-.84-1.875-1.875-1.875H8.5M.75 4.75l3-3m0 0 3 3m-3-3v10.125c0 1.036.84 1.875 1.875 1.875H7.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.5 1.75c2 0 5.75 2.125 5.75 6.25s-4.24 6.24-4.24 6.24m-2.51.01c-2 0-5.75-2.125-5.75-6.25s4.26-6.26 4.26-6.26m.24 3.76V1.25H2m7.75 9.23v4.25H14"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m13.25 5.75-1 8.5h-8.5l-1-8.5m10.5 0 2.25-1.5m-2.25 1.5h-.5m-10 0L.5 4.25m2.25 1.5h.5m0 0 1.75-4h6l1.75 4m-9.5 0h9.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 5.25V13c0 .69.56 1.25 1.25 1.25h2.75m-4-9V3c0-.69.56-1.25 1.25-1.25h10c.69 0 1.25.56 1.25 1.25v2.25m-12.5 0h4m8.5 0V13c0 .69-.56 1.25-1.25 1.25H5.75m8.5-9h-8.5m0 0v9"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.75 11.5V10m0-1.25v-1.5m0-1.25V4.5m-9-1.75v3.5H1a1.75 1.75 0 1 1 0 3.5H.75v3.5h14.5v-3.5H15a1.75 1.75 0 1 1 0-3.5h.25v-3.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 5.917V3c0-.69.56-1.25 1.25-1.25h2.917M1.75 5.917v4.166m0-4.166h12.5m-12.5 4.166V13c0 .69.56 1.25 1.25 1.25h2.917M1.75 10.083h12.5m0-4.166V3c0-.69-.56-1.25-1.25-1.25h-2.917m4.167 4.167v4.166m0 0V13c0 .69-.56 1.25-1.25 1.25h-2.917M5.917 1.75h4.166m-4.166 0v12.5m4.166-12.5v12.5m-4.166 0h4.166"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H4.387a1.25 1.25 0 0 0-1.18.837L1.89 7.85a2.5 2.5 0 0 0-.14.826V11.5c0 .69.56 1.25 1.25 1.25h1.5M8 3.25h3.613a1.25 1.25 0 0 1 1.18.837L14.11 7.85a2.5 2.5 0 0 1 .14.826V11.5c0 .69-.56 1.25-1.25 1.25h-1.5M8 3.25V.75m0 0h4m-4 0H4m.5 12L2.75 15.5m1.75-2.75h7m0 0 1.75 2.75m-7.75-.25h5m3.5-7H2"/><path fill="currentcolor" d="M5 10.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M10 2.5h3a.5.5 0 0 1 .5.5v3H15V3a2 2 0 0 0-2-2h-3zM2.5 3a.5.5 0 0 1 .5-.5h3V1H3a2 2 0 0 0-2 2v3h1.5zm4.75 1v4.5h1.5V4zM2.5 13v-3H1v3a2 2 0 0 0 2 2h3v-1.5H3a.5.5 0 0 1-.5-.5m11-3v3a.5.5 0 0 1-.5.5h-3V15h3a2 2 0 0 0 2-2v-3zM8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 4.25V13c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25v-2.25m-12.5-6.5H13c.69 0 1.25.56 1.25 1.25v2.25m-12.5-3.5V3c0-.69.56-1.25 1.25-1.25h10.5m.75 6H12c-.69 0-1.25.56-1.25 1.25v.5c0 .69.56 1.25 1.25 1.25h2.25m0-3v3"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.25 5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m4.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0"/><path fill="currentcolor" d="M4.25 13.25v-.75h-.2l-.172.099zm-3.5 2H0a.75.75 0 0 0 1.122.651zm12.625-2.75H4.25V14h9.125zm-9.497.099-3.5 2 .744 1.302 3.5-2zM1.5 15.25V3.125H0V15.25zM2.625 2h10.75V.5H2.625zM14.5 3.125v8.25H16v-8.25zM8 11c1.225 0 2.196-.536 2.835-1.033a6 6 0 0 0 .944-.925l.072-.094.006-.007.002-.003v-.001h.001l-.61-.437-.61-.436v-.001l.001-.001-.005.007-.03.04q-.045.056-.139.161a4.3 4.3 0 0 1-.552.513C9.429 9.16 8.775 9.5 8 9.5zm0-1.5c-.775 0-1.43-.34-1.915-.717a4.4 4.4 0 0 1-.721-.714l-.005-.007v.001h.001l-.61.437-.61.436.001.002.002.003a1 1 0 0 0 .078.101 6 6 0 0 0 .944.925C5.805 10.465 6.775 11 8 11zM5.5 5a.25.25 0 0 1 .25-.25v1.5C6.44 6.25 7 5.69 7 5zm.25-.25A.25.25 0 0 1 6 5H4.5c0 .69.56 1.25 1.25 1.25zM6 5a.25.25 0 0 1-.25.25v-1.5c-.69 0-1.25.56-1.25 1.25zm-.25.25A.25.25 0 0 1 5.5 5H7c0-.69-.56-1.25-1.25-1.25zM10 5a.25.25 0 0 1 .25-.25v1.5c.69 0 1.25-.56 1.25-1.25zm.25-.25a.25.25 0 0 1 .25.25H9c0 .69.56 1.25 1.25 1.25zm.25.25a.25.25 0 0 1-.25.25v-1.5C9.56 3.75 9 4.31 9 5zm-.25.25A.25.25 0 0 1 10 5h1.5c0-.69-.56-1.25-1.25-1.25zM13.375 2c.621 0 1.125.504 1.125 1.125H16A2.625 2.625 0 0 0 13.375.5zm0 12A2.625 2.625 0 0 0 16 11.375h-1.5c0 .621-.504 1.125-1.125 1.125zM1.5 3.125C1.5 2.504 2.004 2 2.625 2V.5A2.625 2.625 0 0 0 0 3.125z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.5 6.75 9.25 4.5l3.29-3.29a4.75 4.75 0 0 0-6.33 6.33l-4.95 4.95a1.591 1.591 0 0 0 2.25 2.25l4.95-4.95a4.75 4.75 0 0 0 6.33-6.33z"/></svg>