@webstudio-is/icons 0.50.0 → 0.52.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 (405) hide show
  1. package/lib/__generated__/alert.js +3 -3
  2. package/lib/__generated__/attachment.js +11 -0
  3. package/lib/__generated__/body.js +11 -0
  4. package/lib/__generated__/bold.js +11 -0
  5. package/lib/__generated__/button-element.js +11 -0
  6. package/lib/__generated__/dash-border.js +11 -0
  7. package/lib/__generated__/dashed-border.js +11 -0
  8. package/lib/__generated__/dotted-border.js +11 -0
  9. package/lib/__generated__/email.js +11 -0
  10. package/lib/__generated__/external-link.js +11 -0
  11. package/lib/__generated__/form-text-field.js +11 -0
  12. package/lib/__generated__/form.js +11 -0
  13. package/lib/__generated__/heading.js +11 -0
  14. package/lib/__generated__/image.js +11 -0
  15. package/lib/__generated__/index.js +21 -0
  16. package/lib/__generated__/link.js +11 -0
  17. package/lib/__generated__/page.js +11 -0
  18. package/lib/__generated__/paint-brush.js +11 -0
  19. package/lib/__generated__/phone.js +11 -0
  20. package/lib/__generated__/section-link.js +11 -0
  21. package/lib/__generated__/small-x.js +11 -0
  22. package/lib/__generated__/subscript.js +5 -2
  23. package/lib/__generated__/superscript.js +5 -2
  24. package/lib/__generated__/text-block.js +11 -0
  25. package/lib/__generated__/text-italic.js +11 -0
  26. package/lib/cjs/__generated__/{alert.cjs → alert.js} +3 -3
  27. package/lib/cjs/__generated__/attachment.js +31 -0
  28. package/lib/cjs/__generated__/body.js +31 -0
  29. package/lib/cjs/__generated__/bold.js +31 -0
  30. package/lib/cjs/__generated__/button-element.js +31 -0
  31. package/lib/cjs/__generated__/dash-border.js +31 -0
  32. package/lib/cjs/__generated__/dashed-border.js +31 -0
  33. package/lib/cjs/__generated__/dotted-border.js +31 -0
  34. package/lib/cjs/__generated__/email.js +31 -0
  35. package/lib/cjs/__generated__/external-link.js +31 -0
  36. package/lib/cjs/__generated__/form-text-field.js +31 -0
  37. package/lib/cjs/__generated__/form.js +31 -0
  38. package/lib/cjs/__generated__/heading.js +31 -0
  39. package/lib/cjs/__generated__/image.js +31 -0
  40. package/lib/cjs/__generated__/{index.cjs → index.js} +21 -0
  41. package/lib/cjs/__generated__/link.js +31 -0
  42. package/lib/cjs/__generated__/page.js +31 -0
  43. package/lib/cjs/__generated__/paint-brush.js +31 -0
  44. package/lib/cjs/__generated__/phone.js +31 -0
  45. package/lib/cjs/__generated__/section-link.js +31 -0
  46. package/lib/cjs/__generated__/small-x.js +31 -0
  47. package/lib/cjs/__generated__/subscript.js +34 -0
  48. package/lib/cjs/__generated__/superscript.js +34 -0
  49. package/lib/cjs/__generated__/text-block.js +31 -0
  50. package/lib/cjs/__generated__/text-italic.js +31 -0
  51. package/lib/cjs/{index.cjs → index.js} +0 -6
  52. package/lib/cjs/package.json +1 -0
  53. package/lib/index.js +0 -6
  54. package/lib/types/__generated__/alert.d.ts +3 -0
  55. package/lib/types/__generated__/attachment.d.ts +3 -0
  56. package/lib/types/__generated__/auto-scroll.d.ts +3 -0
  57. package/lib/types/__generated__/blockquote.d.ts +3 -0
  58. package/lib/types/__generated__/body.d.ts +3 -0
  59. package/lib/types/__generated__/bold.d.ts +3 -0
  60. package/lib/types/__generated__/border-radius-bottom-left.d.ts +3 -0
  61. package/lib/types/__generated__/border-radius-bottom-right.d.ts +3 -0
  62. package/lib/types/__generated__/border-radius-individual.d.ts +3 -0
  63. package/lib/types/__generated__/border-radius-top-left.d.ts +3 -0
  64. package/lib/types/__generated__/border-radius-top-right.d.ts +3 -0
  65. package/lib/types/__generated__/border-radius.d.ts +3 -0
  66. package/lib/types/__generated__/border-width-bottom.d.ts +3 -0
  67. package/lib/types/__generated__/border-width-individual.d.ts +3 -0
  68. package/lib/types/__generated__/border-width-left.d.ts +3 -0
  69. package/lib/types/__generated__/border-width-right.d.ts +3 -0
  70. package/lib/types/__generated__/border-width-top.d.ts +3 -0
  71. package/lib/types/__generated__/box-link.d.ts +3 -0
  72. package/lib/types/__generated__/box.d.ts +3 -0
  73. package/lib/types/__generated__/button-element.d.ts +3 -0
  74. package/lib/types/__generated__/checkbox-checked-filled.d.ts +3 -0
  75. package/lib/types/__generated__/checkbox-empty.d.ts +3 -0
  76. package/lib/types/__generated__/checkbox-mixed-filled.d.ts +3 -0
  77. package/lib/types/__generated__/chevron-big-down.d.ts +3 -0
  78. package/lib/types/__generated__/chevron-big-left.d.ts +3 -0
  79. package/lib/types/__generated__/chevron-big-right.d.ts +3 -0
  80. package/lib/types/__generated__/chevron-big-up.d.ts +3 -0
  81. package/lib/types/__generated__/chevron-filled-down.d.ts +3 -0
  82. package/lib/types/__generated__/chevron-filled-left.d.ts +3 -0
  83. package/lib/types/__generated__/chevron-filled-right.d.ts +3 -0
  84. package/lib/types/__generated__/chevron-filled-up.d.ts +3 -0
  85. package/lib/types/__generated__/code.d.ts +3 -0
  86. package/lib/types/__generated__/commit.d.ts +3 -0
  87. package/lib/types/__generated__/dash-border.d.ts +3 -0
  88. package/lib/types/__generated__/dash.d.ts +3 -0
  89. package/lib/types/__generated__/dashed-border.d.ts +3 -0
  90. package/lib/types/__generated__/div.d.ts +3 -0
  91. package/lib/types/__generated__/dot.d.ts +3 -0
  92. package/lib/types/__generated__/dotted-border.d.ts +3 -0
  93. package/lib/types/__generated__/drag-handle.d.ts +3 -0
  94. package/lib/types/__generated__/email.d.ts +3 -0
  95. package/lib/types/__generated__/external-link.d.ts +3 -0
  96. package/lib/types/__generated__/eyecon-closed.d.ts +3 -0
  97. package/lib/types/__generated__/eyecon-open.d.ts +3 -0
  98. package/lib/types/__generated__/form-text-field.d.ts +3 -0
  99. package/lib/types/__generated__/form.d.ts +3 -0
  100. package/lib/types/__generated__/github.d.ts +3 -0
  101. package/lib/types/__generated__/google.d.ts +3 -0
  102. package/lib/types/__generated__/hamburger-menu.d.ts +3 -0
  103. package/lib/types/__generated__/heading.d.ts +3 -0
  104. package/lib/types/__generated__/image.d.ts +3 -0
  105. package/lib/types/__generated__/index.d.ts +79 -0
  106. package/lib/types/__generated__/info.d.ts +3 -0
  107. package/lib/types/__generated__/information.d.ts +3 -0
  108. package/lib/types/__generated__/link.d.ts +3 -0
  109. package/lib/types/__generated__/linked.d.ts +3 -0
  110. package/lib/types/__generated__/list-item.d.ts +3 -0
  111. package/lib/types/__generated__/list.d.ts +3 -0
  112. package/lib/types/__generated__/offline.d.ts +3 -0
  113. package/lib/types/__generated__/page.d.ts +3 -0
  114. package/lib/types/__generated__/paint-brush.d.ts +3 -0
  115. package/lib/types/__generated__/phone.d.ts +3 -0
  116. package/lib/types/__generated__/play.d.ts +3 -0
  117. package/lib/types/__generated__/plus.d.ts +3 -0
  118. package/lib/types/__generated__/radio-checked.d.ts +3 -0
  119. package/lib/types/__generated__/radio-unchecked.d.ts +3 -0
  120. package/lib/types/__generated__/repeat-column.d.ts +3 -0
  121. package/lib/types/__generated__/repeat-grid.d.ts +3 -0
  122. package/lib/types/__generated__/repeat-row.d.ts +3 -0
  123. package/lib/types/__generated__/scroll.d.ts +3 -0
  124. package/lib/types/__generated__/section-link.d.ts +3 -0
  125. package/lib/types/__generated__/slot-component.d.ts +3 -0
  126. package/lib/types/__generated__/small-x.d.ts +3 -0
  127. package/lib/types/__generated__/subscript.d.ts +3 -0
  128. package/lib/types/__generated__/subtract.d.ts +3 -0
  129. package/lib/types/__generated__/superscript.d.ts +3 -0
  130. package/lib/types/__generated__/text-block.d.ts +3 -0
  131. package/lib/types/__generated__/text-italic.d.ts +3 -0
  132. package/lib/types/__generated__/unlinked.d.ts +3 -0
  133. package/lib/types/__generated__/webstudio.d.ts +3 -0
  134. package/lib/types/align-content-center.d.ts +3 -0
  135. package/lib/types/align-content-end.d.ts +3 -0
  136. package/lib/types/align-content-space-around.d.ts +3 -0
  137. package/lib/types/align-content-space-between.d.ts +3 -0
  138. package/lib/types/align-content-start.d.ts +3 -0
  139. package/lib/types/align-content-stretch.d.ts +3 -0
  140. package/lib/types/align-items-baseline.d.ts +3 -0
  141. package/lib/types/align-items-center.d.ts +3 -0
  142. package/lib/types/align-items-end.d.ts +3 -0
  143. package/lib/types/align-items-start.d.ts +3 -0
  144. package/lib/types/align-items-stretch.d.ts +3 -0
  145. package/lib/types/align-self-baseline.d.ts +3 -0
  146. package/lib/types/align-self-center.d.ts +3 -0
  147. package/lib/types/align-self-end.d.ts +3 -0
  148. package/lib/types/align-self-start.d.ts +3 -0
  149. package/lib/types/align-self-stretch.d.ts +3 -0
  150. package/lib/types/aspect-ratio.d.ts +3 -0
  151. package/lib/types/check-mark.d.ts +3 -0
  152. package/lib/types/chevron-double-down.d.ts +3 -0
  153. package/lib/types/chevron-double-left.d.ts +3 -0
  154. package/lib/types/chevron-double-right.d.ts +3 -0
  155. package/lib/types/chevron-double-up.d.ts +3 -0
  156. package/lib/types/chevron-down.d.ts +3 -0
  157. package/lib/types/chevron-left.d.ts +3 -0
  158. package/lib/types/chevron-right.d.ts +3 -0
  159. package/lib/types/chevron-up.d.ts +3 -0
  160. package/lib/types/cloud.d.ts +3 -0
  161. package/lib/types/copy.d.ts +3 -0
  162. package/lib/types/cross-circled-filled.d.ts +3 -0
  163. package/lib/types/cross-large.d.ts +3 -0
  164. package/lib/types/cross-small.d.ts +3 -0
  165. package/lib/types/cross.d.ts +3 -0
  166. package/lib/types/devices.d.ts +3 -0
  167. package/lib/types/ellipses.d.ts +3 -0
  168. package/lib/types/flex-direction-column-reverse.d.ts +3 -0
  169. package/lib/types/flex-direction-column.d.ts +3 -0
  170. package/lib/types/flex-direction-row-reverse.d.ts +3 -0
  171. package/lib/types/flex-direction-row.d.ts +3 -0
  172. package/lib/types/flex-sizing-grow.d.ts +3 -0
  173. package/lib/types/flex-sizing-shrink.d.ts +3 -0
  174. package/lib/types/flex-wrap-no-wrap.d.ts +3 -0
  175. package/lib/types/flex-wrap-wrap-reverse.d.ts +3 -0
  176. package/lib/types/flex-wrap-wrap.d.ts +3 -0
  177. package/lib/types/gap-column.d.ts +3 -0
  178. package/lib/types/gap-row.d.ts +3 -0
  179. package/lib/types/gear.d.ts +8 -0
  180. package/lib/types/index.d.ts +83 -0
  181. package/lib/types/index.stories.d.ts +17 -0
  182. package/lib/types/justify-content-center.d.ts +3 -0
  183. package/lib/types/justify-content-end.d.ts +3 -0
  184. package/lib/types/justify-content-space-around.d.ts +3 -0
  185. package/lib/types/justify-content-space-between.d.ts +3 -0
  186. package/lib/types/justify-content-start.d.ts +3 -0
  187. package/lib/types/justify-items-center.d.ts +3 -0
  188. package/lib/types/justify-items-end.d.ts +3 -0
  189. package/lib/types/justify-items-space-around.d.ts +3 -0
  190. package/lib/types/justify-items-space-between.d.ts +3 -0
  191. package/lib/types/justify-items-start.d.ts +3 -0
  192. package/lib/types/list-nested.d.ts +3 -0
  193. package/lib/types/magnifying-glass.d.ts +3 -0
  194. package/lib/types/menu.d.ts +3 -0
  195. package/lib/types/new-folder.d.ts +3 -0
  196. package/lib/types/new-page.d.ts +3 -0
  197. package/lib/types/order-first.d.ts +3 -0
  198. package/lib/types/order-last.d.ts +3 -0
  199. package/lib/types/redo.d.ts +3 -0
  200. package/lib/types/size.d.ts +3 -0
  201. package/lib/types/text-align-center.d.ts +3 -0
  202. package/lib/types/text-align-justify.d.ts +3 -0
  203. package/lib/types/text-align-left.d.ts +3 -0
  204. package/lib/types/text-align-right.d.ts +3 -0
  205. package/lib/types/text-capitalize.d.ts +3 -0
  206. package/lib/types/text-direction-ltr.d.ts +3 -0
  207. package/lib/types/text-direction-rtl.d.ts +3 -0
  208. package/lib/types/text-hyphen.d.ts +3 -0
  209. package/lib/types/text-lowercase.d.ts +3 -0
  210. package/lib/types/text-strikethrough.d.ts +3 -0
  211. package/lib/types/text-truncate.d.ts +3 -0
  212. package/lib/types/text-underline.d.ts +3 -0
  213. package/lib/types/text-uppercase.d.ts +3 -0
  214. package/lib/types/trash.d.ts +3 -0
  215. package/lib/types/types.d.ts +9 -0
  216. package/lib/types/undo.d.ts +3 -0
  217. package/lib/types/upload.d.ts +3 -0
  218. package/package.json +6 -6
  219. package/src/__generated__/alert.tsx +1 -1
  220. package/src/__generated__/attachment.tsx +15 -0
  221. package/src/__generated__/body.tsx +15 -0
  222. package/src/__generated__/bold.tsx +15 -0
  223. package/src/__generated__/button-element.tsx +15 -0
  224. package/src/__generated__/dash-border.tsx +15 -0
  225. package/src/__generated__/dashed-border.tsx +15 -0
  226. package/src/__generated__/dotted-border.tsx +15 -0
  227. package/src/__generated__/email.tsx +15 -0
  228. package/src/__generated__/external-link.tsx +15 -0
  229. package/src/__generated__/form-text-field.tsx +15 -0
  230. package/src/__generated__/form.tsx +15 -0
  231. package/src/__generated__/heading.tsx +15 -0
  232. package/src/__generated__/image.tsx +15 -0
  233. package/src/__generated__/index.ts +21 -0
  234. package/src/__generated__/link.tsx +15 -0
  235. package/src/__generated__/page.tsx +15 -0
  236. package/src/__generated__/paint-brush.tsx +15 -0
  237. package/src/__generated__/phone.tsx +15 -0
  238. package/src/__generated__/section-link.tsx +15 -0
  239. package/src/__generated__/small-x.tsx +15 -0
  240. package/src/__generated__/subscript.tsx +1 -1
  241. package/src/__generated__/superscript.tsx +1 -1
  242. package/src/__generated__/text-block.tsx +15 -0
  243. package/src/__generated__/text-italic.tsx +15 -0
  244. package/src/index.stories.tsx +0 -2
  245. package/src/index.ts +0 -6
  246. package/lib/body.js +0 -30
  247. package/lib/brush.js +0 -31
  248. package/lib/cjs/__generated__/subscript.cjs +0 -31
  249. package/lib/cjs/__generated__/superscript.cjs +0 -31
  250. package/lib/cjs/body.cjs +0 -60
  251. package/lib/cjs/brush.cjs +0 -61
  252. package/lib/cjs/external-link.cjs +0 -61
  253. package/lib/cjs/form.cjs +0 -61
  254. package/lib/cjs/legacy.cjs +0 -42
  255. package/lib/cjs/page.cjs +0 -62
  256. package/lib/cjs/text-italic.cjs +0 -62
  257. package/lib/external-link.js +0 -31
  258. package/lib/form.js +0 -31
  259. package/lib/legacy.js +0 -42
  260. package/lib/page.js +0 -32
  261. package/lib/text-italic.js +0 -32
  262. package/src/body.tsx +0 -26
  263. package/src/brush.tsx +0 -27
  264. package/src/external-link.tsx +0 -27
  265. package/src/form.tsx +0 -27
  266. package/src/legacy.ts +0 -21
  267. package/src/page.tsx +0 -28
  268. package/src/text-italic.tsx +0 -27
  269. /package/lib/cjs/__generated__/{auto-scroll.cjs → auto-scroll.js} +0 -0
  270. /package/lib/cjs/__generated__/{blockquote.cjs → blockquote.js} +0 -0
  271. /package/lib/cjs/__generated__/{border-radius-bottom-left.cjs → border-radius-bottom-left.js} +0 -0
  272. /package/lib/cjs/__generated__/{border-radius-bottom-right.cjs → border-radius-bottom-right.js} +0 -0
  273. /package/lib/cjs/__generated__/{border-radius-individual.cjs → border-radius-individual.js} +0 -0
  274. /package/lib/cjs/__generated__/{border-radius-top-left.cjs → border-radius-top-left.js} +0 -0
  275. /package/lib/cjs/__generated__/{border-radius-top-right.cjs → border-radius-top-right.js} +0 -0
  276. /package/lib/cjs/__generated__/{border-radius.cjs → border-radius.js} +0 -0
  277. /package/lib/cjs/__generated__/{border-width-bottom.cjs → border-width-bottom.js} +0 -0
  278. /package/lib/cjs/__generated__/{border-width-individual.cjs → border-width-individual.js} +0 -0
  279. /package/lib/cjs/__generated__/{border-width-left.cjs → border-width-left.js} +0 -0
  280. /package/lib/cjs/__generated__/{border-width-right.cjs → border-width-right.js} +0 -0
  281. /package/lib/cjs/__generated__/{border-width-top.cjs → border-width-top.js} +0 -0
  282. /package/lib/cjs/__generated__/{box-link.cjs → box-link.js} +0 -0
  283. /package/lib/cjs/__generated__/{box.cjs → box.js} +0 -0
  284. /package/lib/cjs/__generated__/{checkbox-checked-filled.cjs → checkbox-checked-filled.js} +0 -0
  285. /package/lib/cjs/__generated__/{checkbox-empty.cjs → checkbox-empty.js} +0 -0
  286. /package/lib/cjs/__generated__/{checkbox-mixed-filled.cjs → checkbox-mixed-filled.js} +0 -0
  287. /package/lib/cjs/__generated__/{chevron-big-down.cjs → chevron-big-down.js} +0 -0
  288. /package/lib/cjs/__generated__/{chevron-big-left.cjs → chevron-big-left.js} +0 -0
  289. /package/lib/cjs/__generated__/{chevron-big-right.cjs → chevron-big-right.js} +0 -0
  290. /package/lib/cjs/__generated__/{chevron-big-up.cjs → chevron-big-up.js} +0 -0
  291. /package/lib/cjs/__generated__/{chevron-filled-down.cjs → chevron-filled-down.js} +0 -0
  292. /package/lib/cjs/__generated__/{chevron-filled-left.cjs → chevron-filled-left.js} +0 -0
  293. /package/lib/cjs/__generated__/{chevron-filled-right.cjs → chevron-filled-right.js} +0 -0
  294. /package/lib/cjs/__generated__/{chevron-filled-up.cjs → chevron-filled-up.js} +0 -0
  295. /package/lib/cjs/__generated__/{code.cjs → code.js} +0 -0
  296. /package/lib/cjs/__generated__/{commit.cjs → commit.js} +0 -0
  297. /package/lib/cjs/__generated__/{dash.cjs → dash.js} +0 -0
  298. /package/lib/cjs/__generated__/{div.cjs → div.js} +0 -0
  299. /package/lib/cjs/__generated__/{dot.cjs → dot.js} +0 -0
  300. /package/lib/cjs/__generated__/{drag-handle.cjs → drag-handle.js} +0 -0
  301. /package/lib/cjs/__generated__/{eyecon-closed.cjs → eyecon-closed.js} +0 -0
  302. /package/lib/cjs/__generated__/{eyecon-open.cjs → eyecon-open.js} +0 -0
  303. /package/lib/cjs/__generated__/{github.cjs → github.js} +0 -0
  304. /package/lib/cjs/__generated__/{google.cjs → google.js} +0 -0
  305. /package/lib/cjs/__generated__/{hamburger-menu.cjs → hamburger-menu.js} +0 -0
  306. /package/lib/cjs/__generated__/{info.cjs → info.js} +0 -0
  307. /package/lib/cjs/__generated__/{information.cjs → information.js} +0 -0
  308. /package/lib/cjs/__generated__/{linked.cjs → linked.js} +0 -0
  309. /package/lib/cjs/__generated__/{list-item.cjs → list-item.js} +0 -0
  310. /package/lib/cjs/__generated__/{list.cjs → list.js} +0 -0
  311. /package/lib/cjs/__generated__/{offline.cjs → offline.js} +0 -0
  312. /package/lib/cjs/__generated__/{play.cjs → play.js} +0 -0
  313. /package/lib/cjs/__generated__/{plus.cjs → plus.js} +0 -0
  314. /package/lib/cjs/__generated__/{radio-checked.cjs → radio-checked.js} +0 -0
  315. /package/lib/cjs/__generated__/{radio-unchecked.cjs → radio-unchecked.js} +0 -0
  316. /package/lib/cjs/__generated__/{repeat-column.cjs → repeat-column.js} +0 -0
  317. /package/lib/cjs/__generated__/{repeat-grid.cjs → repeat-grid.js} +0 -0
  318. /package/lib/cjs/__generated__/{repeat-row.cjs → repeat-row.js} +0 -0
  319. /package/lib/cjs/__generated__/{scroll.cjs → scroll.js} +0 -0
  320. /package/lib/cjs/__generated__/{slot-component.cjs → slot-component.js} +0 -0
  321. /package/lib/cjs/__generated__/{subtract.cjs → subtract.js} +0 -0
  322. /package/lib/cjs/__generated__/{unlinked.cjs → unlinked.js} +0 -0
  323. /package/lib/cjs/__generated__/{webstudio.cjs → webstudio.js} +0 -0
  324. /package/lib/cjs/{align-content-center.cjs → align-content-center.js} +0 -0
  325. /package/lib/cjs/{align-content-end.cjs → align-content-end.js} +0 -0
  326. /package/lib/cjs/{align-content-space-around.cjs → align-content-space-around.js} +0 -0
  327. /package/lib/cjs/{align-content-space-between.cjs → align-content-space-between.js} +0 -0
  328. /package/lib/cjs/{align-content-start.cjs → align-content-start.js} +0 -0
  329. /package/lib/cjs/{align-content-stretch.cjs → align-content-stretch.js} +0 -0
  330. /package/lib/cjs/{align-items-baseline.cjs → align-items-baseline.js} +0 -0
  331. /package/lib/cjs/{align-items-center.cjs → align-items-center.js} +0 -0
  332. /package/lib/cjs/{align-items-end.cjs → align-items-end.js} +0 -0
  333. /package/lib/cjs/{align-items-start.cjs → align-items-start.js} +0 -0
  334. /package/lib/cjs/{align-items-stretch.cjs → align-items-stretch.js} +0 -0
  335. /package/lib/cjs/{align-self-baseline.cjs → align-self-baseline.js} +0 -0
  336. /package/lib/cjs/{align-self-center.cjs → align-self-center.js} +0 -0
  337. /package/lib/cjs/{align-self-end.cjs → align-self-end.js} +0 -0
  338. /package/lib/cjs/{align-self-start.cjs → align-self-start.js} +0 -0
  339. /package/lib/cjs/{align-self-stretch.cjs → align-self-stretch.js} +0 -0
  340. /package/lib/cjs/{aspect-ratio.cjs → aspect-ratio.js} +0 -0
  341. /package/lib/cjs/{check-mark.cjs → check-mark.js} +0 -0
  342. /package/lib/cjs/{chevron-double-down.cjs → chevron-double-down.js} +0 -0
  343. /package/lib/cjs/{chevron-double-left.cjs → chevron-double-left.js} +0 -0
  344. /package/lib/cjs/{chevron-double-right.cjs → chevron-double-right.js} +0 -0
  345. /package/lib/cjs/{chevron-double-up.cjs → chevron-double-up.js} +0 -0
  346. /package/lib/cjs/{chevron-down.cjs → chevron-down.js} +0 -0
  347. /package/lib/cjs/{chevron-left.cjs → chevron-left.js} +0 -0
  348. /package/lib/cjs/{chevron-right.cjs → chevron-right.js} +0 -0
  349. /package/lib/cjs/{chevron-up.cjs → chevron-up.js} +0 -0
  350. /package/lib/cjs/{cloud.cjs → cloud.js} +0 -0
  351. /package/lib/cjs/{copy.cjs → copy.js} +0 -0
  352. /package/lib/cjs/{cross-circled-filled.cjs → cross-circled-filled.js} +0 -0
  353. /package/lib/cjs/{cross-large.cjs → cross-large.js} +0 -0
  354. /package/lib/cjs/{cross-small.cjs → cross-small.js} +0 -0
  355. /package/lib/cjs/{cross.cjs → cross.js} +0 -0
  356. /package/lib/cjs/{devices.cjs → devices.js} +0 -0
  357. /package/lib/cjs/{ellipses.cjs → ellipses.js} +0 -0
  358. /package/lib/cjs/{flex-direction-column-reverse.cjs → flex-direction-column-reverse.js} +0 -0
  359. /package/lib/cjs/{flex-direction-column.cjs → flex-direction-column.js} +0 -0
  360. /package/lib/cjs/{flex-direction-row-reverse.cjs → flex-direction-row-reverse.js} +0 -0
  361. /package/lib/cjs/{flex-direction-row.cjs → flex-direction-row.js} +0 -0
  362. /package/lib/cjs/{flex-sizing-grow.cjs → flex-sizing-grow.js} +0 -0
  363. /package/lib/cjs/{flex-sizing-shrink.cjs → flex-sizing-shrink.js} +0 -0
  364. /package/lib/cjs/{flex-wrap-no-wrap.cjs → flex-wrap-no-wrap.js} +0 -0
  365. /package/lib/cjs/{flex-wrap-wrap-reverse.cjs → flex-wrap-wrap-reverse.js} +0 -0
  366. /package/lib/cjs/{flex-wrap-wrap.cjs → flex-wrap-wrap.js} +0 -0
  367. /package/lib/cjs/{gap-column.cjs → gap-column.js} +0 -0
  368. /package/lib/cjs/{gap-row.cjs → gap-row.js} +0 -0
  369. /package/lib/cjs/{gear.cjs → gear.js} +0 -0
  370. /package/lib/cjs/{justify-content-center.cjs → justify-content-center.js} +0 -0
  371. /package/lib/cjs/{justify-content-end.cjs → justify-content-end.js} +0 -0
  372. /package/lib/cjs/{justify-content-space-around.cjs → justify-content-space-around.js} +0 -0
  373. /package/lib/cjs/{justify-content-space-between.cjs → justify-content-space-between.js} +0 -0
  374. /package/lib/cjs/{justify-content-start.cjs → justify-content-start.js} +0 -0
  375. /package/lib/cjs/{justify-items-center.cjs → justify-items-center.js} +0 -0
  376. /package/lib/cjs/{justify-items-end.cjs → justify-items-end.js} +0 -0
  377. /package/lib/cjs/{justify-items-space-around.cjs → justify-items-space-around.js} +0 -0
  378. /package/lib/cjs/{justify-items-space-between.cjs → justify-items-space-between.js} +0 -0
  379. /package/lib/cjs/{justify-items-start.cjs → justify-items-start.js} +0 -0
  380. /package/lib/cjs/{list-nested.cjs → list-nested.js} +0 -0
  381. /package/lib/cjs/{magnifying-glass.cjs → magnifying-glass.js} +0 -0
  382. /package/lib/cjs/{menu.cjs → menu.js} +0 -0
  383. /package/lib/cjs/{new-folder.cjs → new-folder.js} +0 -0
  384. /package/lib/cjs/{new-page.cjs → new-page.js} +0 -0
  385. /package/lib/cjs/{order-first.cjs → order-first.js} +0 -0
  386. /package/lib/cjs/{order-last.cjs → order-last.js} +0 -0
  387. /package/lib/cjs/{redo.cjs → redo.js} +0 -0
  388. /package/lib/cjs/{size.cjs → size.js} +0 -0
  389. /package/lib/cjs/{text-align-center.cjs → text-align-center.js} +0 -0
  390. /package/lib/cjs/{text-align-justify.cjs → text-align-justify.js} +0 -0
  391. /package/lib/cjs/{text-align-left.cjs → text-align-left.js} +0 -0
  392. /package/lib/cjs/{text-align-right.cjs → text-align-right.js} +0 -0
  393. /package/lib/cjs/{text-capitalize.cjs → text-capitalize.js} +0 -0
  394. /package/lib/cjs/{text-direction-ltr.cjs → text-direction-ltr.js} +0 -0
  395. /package/lib/cjs/{text-direction-rtl.cjs → text-direction-rtl.js} +0 -0
  396. /package/lib/cjs/{text-hyphen.cjs → text-hyphen.js} +0 -0
  397. /package/lib/cjs/{text-lowercase.cjs → text-lowercase.js} +0 -0
  398. /package/lib/cjs/{text-strikethrough.cjs → text-strikethrough.js} +0 -0
  399. /package/lib/cjs/{text-truncate.cjs → text-truncate.js} +0 -0
  400. /package/lib/cjs/{text-underline.cjs → text-underline.js} +0 -0
  401. /package/lib/cjs/{text-uppercase.cjs → text-uppercase.js} +0 -0
  402. /package/lib/cjs/{trash.cjs → trash.js} +0 -0
  403. /package/lib/cjs/{types.cjs → types.js} +0 -0
  404. /package/lib/cjs/{undo.cjs → undo.js} +0 -0
  405. /package/lib/cjs/{upload.cjs → upload.js} +0 -0
@@ -2,9 +2,9 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const AlertIcon = forwardRef(
4
4
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
6
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M9.213 2.567c.784-1.393 2.79-1.393 3.573 0l8.09 14.378C21.645 18.31 20.657 20 19.089 20H2.91c-1.568 0-2.555-1.689-1.786-3.055l8.09-14.378Zm2.266.736a.55.55 0 0 0-.959 0L2.431 17.68a.55.55 0 0 0 .48.82h16.178a.55.55 0 0 0 .48-.82l-8.09-14.377Z", clipRule: "evenodd" }),
7
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11 7.5a.75.75 0 0 1 .75.75v3.658a.75.75 0 0 1-1.5 0V8.25A.75.75 0 0 1 11 7.5ZM10.1 15.583a.9.9 0 0 1 .9-.9h.009a.9.9 0 0 1 0 1.8h-.01a.9.9 0 0 1-.9-.9Z", clipRule: "evenodd" })
5
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
6
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M6.3 2.354c.746-1.325 2.654-1.325 3.4 0l5.276 9.38c.732 1.3-.208 2.905-1.699 2.905H2.723c-1.491 0-2.43-1.606-1.7-2.906l5.278-9.379Zm2.267.638a.65.65 0 0 0-1.133 0L2.157 12.37a.65.65 0 0 0 .566.968h10.554a.65.65 0 0 0 .566-.968L8.567 2.99Z", clipRule: "evenodd" }),
7
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8 5.34a.65.65 0 0 1 .65.65v2.66a.65.65 0 0 1-1.3 0V5.99A.65.65 0 0 1 8 5.34ZM7.2 11.323a.8.8 0 0 1 .8-.8h.007a.8.8 0 0 1 0 1.6H8a.8.8 0 0 1-.8-.8Z", clipRule: "evenodd" })
8
8
  ] });
9
9
  }
10
10
  );
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const AttachmentIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M9.13 1.842a2.415 2.415 0 0 1 3.415 3.415l-5.889 5.888a.65.65 0 1 1-.919-.919l5.889-5.888a1.115 1.115 0 1 0-1.577-1.577L4.161 8.65a2.88 2.88 0 0 0 4.072 4.072l4.64-4.641a.65.65 0 1 1 .92.92l-4.641 4.64a4.18 4.18 0 1 1-5.91-5.91L9.13 1.84Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ AttachmentIcon.displayName = "AttachmentIcon";
9
+ export {
10
+ AttachmentIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const BodyIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM2.65 6.65v4.15c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V6.65H2.65Zm10.7-1.3H2.65V5.2c0-.57 0-.96.025-1.26.024-.294.068-.446.122-.553.13-.254.336-.46.59-.59.107-.054.259-.098.552-.122.301-.024.69-.025 1.261-.025h5.6c.57 0 .96 0 1.26.025.294.024.446.068.553.122.254.13.46.336.59.59.054.107.098.26.122.552.025.301.025.69.025 1.261v.15Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ BodyIcon.displayName = "BodyIcon";
9
+ export {
10
+ BodyIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const BoldIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M3.2 2.667a.8.8 0 0 1 .8-.8h5.333a3.467 3.467 0 0 1 2.507 5.861A3.467 3.467 0 0 1 10 14.133H4a.8.8 0 0 1-.8-.8V2.667ZM4.8 8.8v3.733H10A1.867 1.867 0 0 0 10 8.8H4.8Zm0-1.6h4.533a1.867 1.867 0 1 0 0-3.733H4.8V7.2Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ BoldIcon.displayName = "BoldIcon";
9
+ export {
10
+ BoldIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const ButtonElementIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M.683 7.474c0-1.85 1.5-3.35 3.35-3.35h7.934c1.85 0 3.35 1.5 3.35 3.35v1.3c0 1.85-1.5 3.35-3.35 3.35H4.033a3.35 3.35 0 0 1-3.35-3.35v-1.3Zm3.35-2.05a2.05 2.05 0 0 0-2.05 2.05v1.3a2.05 2.05 0 0 0 2.05 2.05h7.934a2.05 2.05 0 0 0 2.05-2.05v-1.3a2.05 2.05 0 0 0-2.05-2.05H4.033Zm-.183 2.7a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Zm3.333 0a.817.817 0 1 1 1.634 0 .817.817 0 0 1-1.634 0Zm3.334 0a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ ButtonElementIcon.displayName = "ButtonElementIcon";
9
+ export {
10
+ ButtonElementIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const DashBorderIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M3 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ DashBorderIcon.displayName = "DashBorderIcon";
9
+ export {
10
+ DashBorderIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const DashedBorderIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M2 7.33A.33.33 0 0 1 2.33 7h2.007a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33H2.33A.33.33 0 0 1 2 8.67V7.33ZM6.667 7.33a.33.33 0 0 1 .33-.33h2.006a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33H6.997a.33.33 0 0 1-.33-.33V7.33ZM11.333 7.33a.33.33 0 0 1 .33-.33h2.007a.33.33 0 0 1 .33.33v1.34a.33.33 0 0 1-.33.33h-2.007a.33.33 0 0 1-.33-.33V7.33Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ DashedBorderIcon.displayName = "DashedBorderIcon";
9
+ export {
10
+ DashedBorderIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const DottedBorderIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.52 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 1 1 0 2.3h-.01A1.15 1.15 0 0 1 1.52 8ZM12.18 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 12.18 8ZM5.073 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 5.073 8ZM8.627 8c0-.635.515-1.15 1.15-1.15h.01a1.15 1.15 0 0 1 0 2.3h-.01A1.15 1.15 0 0 1 8.627 8Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ DottedBorderIcon.displayName = "DottedBorderIcon";
9
+ export {
10
+ DottedBorderIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const EmailIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M4.853 2.55h6.293c.482 0 .882 0 1.21.027.34.027.657.087.956.24.461.235.836.61 1.07 1.07.172.336.227.695.25 1.086.018.3.018.662.018 1.089v3.885c0 .481 0 .881-.027 1.208-.027.34-.087.658-.24.957a2.45 2.45 0 0 1-1.07 1.07c-.3.153-.618.213-.958.241-.327.027-.727.027-1.208.027H4.853c-.481 0-.881 0-1.208-.027-.34-.027-.658-.088-.957-.24a2.45 2.45 0 0 1-1.071-1.07c-.153-.3-.213-.617-.24-.958-.027-.327-.027-.727-.027-1.209V6.062c0-.427 0-.789.018-1.089.023-.39.078-.75.249-1.085a2.45 2.45 0 0 1 1.07-1.071c.3-.153.617-.213.958-.24.327-.027.727-.027 1.208-.027ZM3.751 3.872c-.26.022-.387.06-.473.103a1.15 1.15 0 0 0-.503.503.816.816 0 0 0-.07.222l4.567 3.197c.44.308.524.354.595.372a.55.55 0 0 0 .266 0c.07-.018.155-.064.595-.372L13.295 4.7a.815.815 0 0 0-.07-.222 1.15 1.15 0 0 0-.503-.503c-.086-.043-.213-.081-.473-.103a15.477 15.477 0 0 0-1.129-.022H4.88c-.515 0-.862 0-1.13.022Zm9.599 2.376L9.474 8.962l-.072.05c-.324.227-.618.434-.955.518a1.85 1.85 0 0 1-.894 0c-.337-.084-.631-.29-.955-.518l-.072-.05L2.65 6.248V9.92c0 .515 0 .862.022 1.13.022.26.06.386.103.472.11.216.287.392.503.503.086.043.213.081.473.103.267.021.614.022 1.129.022h6.24c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .503-.503c.043-.086.081-.213.103-.473.022-.267.022-.614.022-1.129V6.248Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ EmailIcon.displayName = "EmailIcon";
9
+ export {
10
+ EmailIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const ExternalLinkIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.173 1.35H6a.65.65 0 0 1 0 1.3h-.8c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V10a.65.65 0 1 1 1.3 0v.826c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM9.35 2a.65.65 0 0 1 .65-.65h4a.65.65 0 0 1 .65.65v4a.65.65 0 0 1-1.3 0V3.57L8.46 8.46a.65.65 0 0 1-.92-.92l4.89-4.89H10A.65.65 0 0 1 9.35 2Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ ExternalLinkIcon.displayName = "ExternalLinkIcon";
9
+ export {
10
+ ExternalLinkIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const FormTextFieldIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M1.35 4.66c0-.723.586-1.31 1.31-1.31h10.68c.723 0 1.31.587 1.31 1.31v6.68a1.31 1.31 0 0 1-1.31 1.31H2.66a1.31 1.31 0 0 1-1.31-1.31V4.66Zm1.3-.004V11.344a.012.012 0 0 0 .006.006H13.344l.003-.003a.011.011 0 0 0 .002-.003V4.656a.01.01 0 0 0-.002-.003.01.01 0 0 0-.003-.002H2.656s-.002 0-.003.002a.011.011 0 0 0-.003.003Zm2.017 1.36a.65.65 0 0 1 .65.65v2.67a.65.65 0 0 1-1.3 0v-2.67a.65.65 0 0 1 .65-.65Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ FormTextFieldIcon.displayName = "FormTextFieldIcon";
9
+ export {
10
+ FormTextFieldIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const FormIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M3.3 3.3v1.4h9.4V3.3H3.3Zm10.32 2.485A.998.998 0 0 0 14 5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2a.998.998 0 0 0 1 1h10c.234 0 .45-.08.62-.215Zm0 1.43A.996.996 0 0 0 13 7H3a.998.998 0 0 0-1 1v2a.998.998 0 0 0 1 1h10a1 1 0 0 0 1-1V8a.998.998 0 0 0-.38-.785ZM8.714 12.3A.997.997 0 0 0 8 12H3a.998.998 0 1 0 0 2h5a1 1 0 0 0 .714-1.7ZM3.3 8.3v1.4h9.4V8.3H3.3Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ FormIcon.displayName = "FormIcon";
9
+ export {
10
+ FormIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const HeadingIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M2.017 2.667a.65.65 0 0 1 .65-.65h2.666a.65.65 0 0 1 0 1.3H4.65V7.35h6.7V3.317h-.683a.65.65 0 1 1 0-1.3h2.666a.65.65 0 1 1 0 1.3h-.683v9.366h.683a.65.65 0 1 1 0 1.3h-2.666a.65.65 0 1 1 0-1.3h.683V8.65h-6.7v4.033h.683a.65.65 0 1 1 0 1.3H2.667a.65.65 0 1 1 0-1.3h.683V3.317h-.683a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ HeadingIcon.displayName = "HeadingIcon";
9
+ export {
10
+ HeadingIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const ImageIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M10.827 1.35H5.173c-.537 0-.98 0-1.34.03-.373.03-.715.095-1.036.259a2.65 2.65 0 0 0-1.158 1.158c-.164.32-.229.663-.26 1.037-.029.36-.029.802-.029 1.34v5.653c0 .537 0 .98.03 1.34.03.373.095.715.259 1.036.254.499.66.904 1.158 1.158.32.164.663.23 1.036.26.36.03.803.03 1.34.03h6.231c.18 0 .357 0 .498-.013l.018-.002a6.86 6.86 0 0 0 .247-.015c.373-.03.715-.096 1.036-.26a2.65 2.65 0 0 0 1.158-1.158c.164-.32.23-.663.26-1.036.029-.36.029-.803.029-1.34V5.173c0-.537 0-.98-.03-1.34-.03-.373-.095-.715-.259-1.036a2.65 2.65 0 0 0-1.158-1.158c-.32-.164-.663-.229-1.036-.26-.36-.029-.803-.029-1.34-.029Zm.27 12H5.2c-.57 0-.96 0-1.26-.025-.294-.024-.446-.067-.553-.122a1.35 1.35 0 0 1-.59-.59c-.054-.107-.098-.259-.122-.552-.024-.301-.025-.69-.025-1.26v-.532l2.389-2.388a5.471 5.471 0 0 1 .294-.282l.018.014c.06.051.137.128.277.268l5.47 5.469ZM2.65 8.43l1.484-1.483c.12-.12.235-.235.34-.325.116-.098.262-.203.452-.265.265-.086.55-.086.814 0 .19.062.336.167.452.265.106.09.221.205.34.325l5.701 5.7c.128.128.253.253.344.362.03.036.072.087.113.151.219-.13.397-.32.513-.547.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.259-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025-.294.024-.446.068-.553.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.024.301-.025.69-.025 1.261v3.23Zm7.683-3.447a.683.683 0 1 1 0 1.367.683.683 0 0 1 0-1.367Zm1.984.684a1.983 1.983 0 1 0-3.967 0 1.983 1.983 0 0 0 3.967 0Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ ImageIcon.displayName = "ImageIcon";
9
+ export {
10
+ ImageIcon
11
+ };
@@ -1,6 +1,9 @@
1
1
  export * from "./alert";
2
+ export * from "./attachment";
2
3
  export * from "./auto-scroll";
3
4
  export * from "./blockquote";
5
+ export * from "./body";
6
+ export * from "./bold";
4
7
  export * from "./border-radius-bottom-left";
5
8
  export * from "./border-radius-bottom-right";
6
9
  export * from "./border-radius-individual";
@@ -14,6 +17,7 @@ export * from "./border-width-right";
14
17
  export * from "./border-width-top";
15
18
  export * from "./box-link";
16
19
  export * from "./box";
20
+ export * from "./button-element";
17
21
  export * from "./checkbox-checked-filled";
18
22
  export * from "./checkbox-empty";
19
23
  export * from "./checkbox-mixed-filled";
@@ -27,21 +31,34 @@ export * from "./chevron-filled-right";
27
31
  export * from "./chevron-filled-up";
28
32
  export * from "./code";
29
33
  export * from "./commit";
34
+ export * from "./dash-border";
30
35
  export * from "./dash";
36
+ export * from "./dashed-border";
31
37
  export * from "./div";
32
38
  export * from "./dot";
39
+ export * from "./dotted-border";
33
40
  export * from "./drag-handle";
41
+ export * from "./email";
42
+ export * from "./external-link";
34
43
  export * from "./eyecon-closed";
35
44
  export * from "./eyecon-open";
45
+ export * from "./form-text-field";
46
+ export * from "./form";
36
47
  export * from "./github";
37
48
  export * from "./google";
38
49
  export * from "./hamburger-menu";
50
+ export * from "./heading";
51
+ export * from "./image";
39
52
  export * from "./info";
40
53
  export * from "./information";
54
+ export * from "./link";
41
55
  export * from "./linked";
42
56
  export * from "./list-item";
43
57
  export * from "./list";
44
58
  export * from "./offline";
59
+ export * from "./page";
60
+ export * from "./paint-brush";
61
+ export * from "./phone";
45
62
  export * from "./play";
46
63
  export * from "./plus";
47
64
  export * from "./radio-checked";
@@ -50,9 +67,13 @@ export * from "./repeat-column";
50
67
  export * from "./repeat-grid";
51
68
  export * from "./repeat-row";
52
69
  export * from "./scroll";
70
+ export * from "./section-link";
53
71
  export * from "./slot-component";
72
+ export * from "./small-x";
54
73
  export * from "./subscript";
55
74
  export * from "./subtract";
56
75
  export * from "./superscript";
76
+ export * from "./text-block";
77
+ export * from "./text-italic";
57
78
  export * from "./unlinked";
58
79
  export * from "./webstudio";
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const LinkIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11.94 4.059c-.712-.713-2.076-.71-3.054.269l-.807.807a.65.65 0 0 1-.92-.92l.808-.807c1.365-1.365 3.56-1.602 4.893-.268 1.334 1.333 1.096 3.528-.269 4.893l-.807.807a.65.65 0 1 1-.92-.919l.808-.807c.978-.979.982-2.342.269-3.055Zm-2.02 2.02a.65.65 0 0 1 0 .92L6.999 9.92a.65.65 0 1 1-.92-.919l2.923-2.923a.65.65 0 0 1 .92 0ZM5.136 7.16a.65.65 0 0 1 0 .92l-.808.807c-.978.978-.981 2.342-.269 3.055.713.712 2.077.71 3.055-.27l.808-.806a.65.65 0 1 1 .919.919l-.808.807c-1.365 1.365-3.56 1.602-4.893.269-1.333-1.334-1.096-3.528.269-4.893l.807-.808a.65.65 0 0 1 .92 0Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ LinkIcon.displayName = "LinkIcon";
9
+ export {
10
+ LinkIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const PageIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.022.267-.022.614-.022 1.129v6.24c0 .515 0 .862.022 1.13.022.26.06.386.103.472.11.216.287.392.503.503.086.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .503-.503c.043-.085.081-.213.103-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.002-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm.903-1.095a2.451 2.451 0 0 0-.427-.145c-.283-.068-.577-.068-.955-.068H6.053c-.481 0-.881 0-1.208.027-.34.028-.658.087-.957.24a2.45 2.45 0 0 0-1.071 1.07c-.153.3-.213.617-.24.958-.027.327-.027.727-.027 1.208v6.293c0 .482 0 .882.027 1.21.027.34.087.657.24.956.235.461.61.836 1.07 1.071.3.153.617.213.958.24.327.027.727.027 1.208.027h3.894c.481 0 .881 0 1.208-.027.34-.027.658-.087.957-.24a2.45 2.45 0 0 0 1.071-1.07c.152-.3.213-.618.24-.958.027-.327.027-.727.027-1.209V6.73c0-.378 0-.672-.068-.955a2.445 2.445 0 0 0-.293-.709c-.152-.248-.36-.456-.628-.723l-.045-.045-1.913-1.913-.045-.045c-.267-.268-.475-.476-.723-.628a2.452 2.452 0 0 0-.281-.148Zm.397 2.006V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ PageIcon.displayName = "PageIcon";
9
+ export {
10
+ PageIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const PaintBrushIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M11.391 1.873a1.93 1.93 0 0 1 2.69.046c.753.753.759 1.933.052 2.696-.33.356-.84.916-1.431 1.566-.67.734-1.443 1.584-2.18 2.384A121.12 121.12 0 0 1 8.7 10.512c-.242.25-.45.459-.603.602a2.787 2.787 0 0 1-.22.19.893.893 0 0 1-.178.105.66.66 0 0 1-.869-.325c-.363-.787-1.127-1.548-1.908-1.907a.657.657 0 0 1-.325-.87.894.894 0 0 1 .105-.177 2.79 2.79 0 0 1 .19-.221c.143-.154.352-.361.602-.602a121.42 121.42 0 0 1 1.948-1.824c.8-.736 1.649-1.51 2.383-2.179.65-.591 1.21-1.101 1.566-1.431Zm1.771.966a.631.631 0 0 0-.888-.012c-.352.326-.92.843-1.576 1.441-.74.674-1.592 1.45-2.376 2.172a120.24 120.24 0 0 0-2.114 1.985 5.677 5.677 0 0 1 1.373 1.373l.184-.189c.473-.49 1.115-1.179 1.801-1.925.722-.784 1.498-1.636 2.172-2.375.598-.657 1.115-1.225 1.441-1.577a.635.635 0 0 0-.017-.893ZM3.998 10.002c-1.107 0-2 .893-2 1.999 0 .684-.474 1.114-.948 1.268-.153.05-.242.246-.13.362.625.64 1.533 1.036 2.411 1.036A2.665 2.665 0 0 0 5.997 12c0-1.106-.893-2-2-2Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ PaintBrushIcon.displayName = "PaintBrushIcon";
9
+ export {
10
+ PaintBrushIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const PhoneIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M4.562 2.719a.64.64 0 0 0-.578 0c-.068.034-.153.108-.532.487l-.102.101c-.361.362-.458.466-.535.604-.09.16-.166.45-.165.633 0 .163.024.261.131.637a11.629 11.629 0 0 0 2.978 5.06 11.63 11.63 0 0 0 5.06 2.978c.376.107.474.13.637.131.184 0 .473-.075.633-.165.138-.077.242-.174.604-.535l.101-.102c.38-.379.453-.464.487-.532a.64.64 0 0 0 0-.578c-.034-.068-.108-.153-.487-.532l-.125-.125c-.25-.25-.305-.3-.347-.327a.64.64 0 0 0-.697 0c-.042.027-.098.078-.347.327l-.015.015c-.058.058-.131.132-.22.195a1.324 1.324 0 0 1-1.116.19c-.104-.03-.19-.071-.255-.103l-.016-.007a10.07 10.07 0 0 1-2.764-1.963 10.068 10.068 0 0 1-1.963-2.764l-.007-.016c-.032-.066-.073-.151-.103-.255a1.324 1.324 0 0 1 .19-1.116c.063-.089.137-.162.195-.22l.015-.015c.25-.25.3-.305.327-.347a.64.64 0 0 0 0-.697c-.027-.042-.078-.098-.327-.347l-.125-.125c-.38-.38-.464-.453-.532-.487Zm-1.165-1.16a1.94 1.94 0 0 1 1.751 0c.28.141.523.385.803.666l.228.228c.185.184.345.344.457.516a1.94 1.94 0 0 1 0 2.115c-.112.172-.272.332-.457.516-.036.036-.073.072-.109.11v.004l.031.067c.418.87.987 1.686 1.71 2.408a8.768 8.768 0 0 0 2.408 1.71l.067.031h.004c.038-.036.074-.073.11-.11.184-.184.344-.344.516-.456a1.94 1.94 0 0 1 2.115 0c.172.112.332.272.516.457l.228.228c.281.28.525.523.666.803.279.55.279 1.2 0 1.75-.141.28-.385.523-.666.803l-.207.208c-.3.3-.53.53-.842.706a2.82 2.82 0 0 1-1.274.331c-.356-.001-.617-.075-.951-.17l-.037-.01a12.93 12.93 0 0 1-5.625-3.31A12.93 12.93 0 0 1 1.53 5.537l-.01-.037c-.095-.334-.169-.595-.17-.951a2.82 2.82 0 0 1 .331-1.274c.175-.311.406-.542.706-.842l.208-.207c.28-.281.522-.525.802-.666Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ PhoneIcon.displayName = "PhoneIcon";
9
+ export {
10
+ PhoneIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const SectionLinkIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8.55 2.658a9.96 9.96 0 0 0-.543-.008H6.08c-.515 0-.862 0-1.13.022-.26.022-.386.06-.472.103a1.15 1.15 0 0 0-.503.503c-.043.086-.081.213-.103.473-.021.267-.022.614-.022 1.129V6a.65.65 0 0 1-1.3 0V4.853c0-.481 0-.881.027-1.208.028-.34.087-.658.24-.957a2.45 2.45 0 0 1 1.07-1.071c.3-.153.618-.213.958-.24.327-.027.727-.027 1.208-.027h2.018c.378 0 .672 0 .955.068a2.45 2.45 0 0 1 .709.293c.248.152.456.36.723.628l2.003 2.003c.268.267.476.475.628.723a2.455 2.455 0 0 1 .293.709c.068.283.068.577.068.955v4.417c0 .482 0 .882-.027 1.21-.028.34-.088.657-.24.956a2.45 2.45 0 0 1-1.07 1.071c-.3.153-.618.213-.958.24-.327.027-.727.027-1.209.027H6.053c-.481 0-.882 0-1.208-.027-.34-.027-.658-.087-.957-.24a2.45 2.45 0 0 1-1.071-1.07 2.028 2.028 0 0 1-.162-.442.65.65 0 1 1 1.263-.31c.017.069.036.12.057.161.11.216.286.392.503.503.085.043.213.081.473.103.267.022.614.022 1.129.022h3.84c.515 0 .862 0 1.13-.022.26-.022.386-.06.472-.103a1.15 1.15 0 0 0 .502-.503c.044-.085.082-.213.104-.473.021-.267.022-.614.022-1.129V6.793c0-.277-.001-.436-.008-.543H10.14c-.15 0-.3 0-.427-.01a1.263 1.263 0 0 1-.48-.126 1.25 1.25 0 0 1-.547-.547 1.263 1.263 0 0 1-.126-.48c-.01-.127-.01-.276-.01-.427V2.658Zm1.3.911V4.64c0 .15 0 .241.004.306.065.004.156.004.306.004h1.07L9.85 3.57ZM2.02 9.333a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6a.65.65 0 0 1-.65-.65Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ SectionLinkIcon.displayName = "SectionLinkIcon";
9
+ export {
10
+ SectionLinkIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const SmallXIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0 1 1 .99-.99L8 7.01l2.505-2.505a.7.7 0 0 1 .99 0Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ SmallXIcon.displayName = "SmallXIcon";
9
+ export {
10
+ SmallXIcon
11
+ };
@@ -1,8 +1,11 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const SubscriptIcon = forwardRef(
4
4
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M38.5 40v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V31.5h-6V30h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V40Zm-26.75-4L21 21.45 12.4 8h4.3l6.75 10.65L30.2 8h4.3l-8.6 13.45L35.15 36H30.9l-7.45-11.7L16 36Z" }) });
5
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
6
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 0 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.117.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.518.066.139.134.319.207.509l2.959 7.785a.7.7 0 0 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.111H4.412Z", clipRule: "evenodd" }),
7
+ /* @__PURE__ */ jsx("path", { d: "M10.24 10.26a.65.65 0 1 0 1.298.067c.007-.122.08-.25.213-.356.065-.051.292-.14.598-.125.302.013.471.115.53.194a.662.662 0 0 1 .111.596l-.007.015a2.84 2.84 0 0 1-.364.538c-.165.193-.707.77-1.224 1.316-.255.27-.499.526-.68.715l-.295.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 1 0 .005-1.3l-1.465-.006a55.013 55.013 0 0 0 1.21-1.303c.207-.243.351-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.022.003-.007v-.001l.001-.003.003-.006.006-.015a1.423 1.423 0 0 0 .05-.17 1.961 1.961 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.717-.496-.022-1.073.095-1.465.407-.322.256-.67.698-.702 1.307Z" })
8
+ ] });
6
9
  }
7
10
  );
8
11
  SubscriptIcon.displayName = "SubscriptIcon";
@@ -1,8 +1,11 @@
1
- import { jsx } from "react/jsx-runtime";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  const SuperscriptIcon = forwardRef(
4
4
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M38.5 18v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V9.5h-6V8h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V18ZM11.75 40 21 25.45 12.4 12h4.3l6.75 10.65L30.2 12h4.3l-8.6 13.45L35.15 40H30.9l-7.45-11.7L16 40Z" }) });
5
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
6
+ /* @__PURE__ */ jsx("path", { d: "M9.484 3.046a.65.65 0 1 0 1.298.067c.006-.123.08-.25.213-.356.065-.052.292-.14.597-.126.302.014.472.116.53.195a.662.662 0 0 1 .112.596l-.007.014c-.01.023-.03.06-.059.112a2.843 2.843 0 0 1-.306.427c-.165.193-.706.77-1.223 1.316l-.68.714-.296.31a.65.65 0 0 0 .467 1.102l2.97.012a.65.65 0 0 0 .006-1.3l-1.465-.006a55 55 0 0 0 1.21-1.303c.207-.243.35-.462.445-.626a2.92 2.92 0 0 0 .135-.265l.009-.02.003-.008v-.002l.001-.002.002-.006.006-.015a1.186 1.186 0 0 0 .051-.17 1.96 1.96 0 0 0-.337-1.656c-.387-.52-1.016-.695-1.515-.718-.496-.022-1.073.095-1.466.407-.322.257-.67.699-.701 1.307Z" }),
7
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M8.393 12.37 7.309 9.516h-3.43l-1.084 2.852a.7.7 0 1 1-1.308-.497l2.959-7.785c.072-.19.14-.37.207-.51.056-.118.178-.367.433-.517a.995.995 0 0 1 1.016 0c.255.15.378.4.434.517.066.14.134.32.207.51l2.959 7.785a.7.7 0 1 1-1.309.497ZM4.412 8.116l1.182-3.111 1.183 3.11H4.412Z", clipRule: "evenodd" })
8
+ ] });
6
9
  }
7
10
  );
8
11
  SuperscriptIcon.displayName = "SuperscriptIcon";
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const TextBlockIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM5.2 4.017H10.8c.082 0 .177 0 .261.007a.995.995 0 0 1 .377.1.99.99 0 0 1 .433.433c.073.144.093.28.101.378.007.083.007.179.007.26v.806a.65.65 0 1 1-1.3 0v-.684H8.65v5.366H10a.65.65 0 1 1 0 1.3H6a.65.65 0 1 1 0-1.3h1.35V5.317H5.32V6a.65.65 0 0 1-1.3 0v-.805c0-.081 0-.177.007-.26a.995.995 0 0 1 .1-.378.99.99 0 0 1 .434-.432.995.995 0 0 1 .377-.101c.084-.007.18-.007.26-.007Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ TextBlockIcon.displayName = "TextBlockIcon";
9
+ export {
10
+ TextBlockIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ const TextItalicIcon = forwardRef(
4
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
5
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { d: "M9.985 2.017H6.667a.65.65 0 0 0 0 1.3h2.395L5.55 12.683H3.333a.65.65 0 0 0 0 1.3h6a.65.65 0 1 0 0-1.3H6.938l3.513-9.366h2.216a.65.65 0 1 0 0-1.3H9.985Z", clipRule: "evenodd" }) });
6
+ }
7
+ );
8
+ TextItalicIcon.displayName = "TextItalicIcon";
9
+ export {
10
+ TextItalicIcon
11
+ };
@@ -25,9 +25,9 @@ var import_jsx_runtime = require("react/jsx-runtime");
25
25
  var import_react = require("react");
26
26
  const AlertIcon = (0, import_react.forwardRef)(
27
27
  ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
29
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M9.213 2.567c.784-1.393 2.79-1.393 3.573 0l8.09 14.378C21.645 18.31 20.657 20 19.089 20H2.91c-1.568 0-2.555-1.689-1.786-3.055l8.09-14.378Zm2.266.736a.55.55 0 0 0-.959 0L2.431 17.68a.55.55 0 0 0 .48.82h16.178a.55.55 0 0 0 .48-.82l-8.09-14.377Z", clipRule: "evenodd" }),
30
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M11 7.5a.75.75 0 0 1 .75.75v3.658a.75.75 0 0 1-1.5 0V8.25A.75.75 0 0 1 11 7.5ZM10.1 15.583a.9.9 0 0 1 .9-.9h.009a.9.9 0 0 1 0 1.8h-.01a.9.9 0 0 1-.9-.9Z", clipRule: "evenodd" })
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
29
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M6.3 2.354c.746-1.325 2.654-1.325 3.4 0l5.276 9.38c.732 1.3-.208 2.905-1.699 2.905H2.723c-1.491 0-2.43-1.606-1.7-2.906l5.278-9.379Zm2.267.638a.65.65 0 0 0-1.133 0L2.157 12.37a.65.65 0 0 0 .566.968h10.554a.65.65 0 0 0 .566-.968L8.567 2.99Z", clipRule: "evenodd" }),
30
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M8 5.34a.65.65 0 0 1 .65.65v2.66a.65.65 0 0 1-1.3 0V5.99A.65.65 0 0 1 8 5.34ZM7.2 11.323a.8.8 0 0 1 .8-.8h.007a.8.8 0 0 1 0 1.6H8a.8.8 0 0 1-.8-.8Z", clipRule: "evenodd" })
31
31
  ] });
32
32
  }
33
33
  );
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var attachment_exports = {};
20
+ __export(attachment_exports, {
21
+ AttachmentIcon: () => AttachmentIcon
22
+ });
23
+ module.exports = __toCommonJS(attachment_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const AttachmentIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M9.13 1.842a2.415 2.415 0 0 1 3.415 3.415l-5.889 5.888a.65.65 0 1 1-.919-.919l5.889-5.888a1.115 1.115 0 1 0-1.577-1.577L4.161 8.65a2.88 2.88 0 0 0 4.072 4.072l4.64-4.641a.65.65 0 1 1 .92.92l-4.641 4.64a4.18 4.18 0 1 1-5.91-5.91L9.13 1.84Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ AttachmentIcon.displayName = "AttachmentIcon";
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var body_exports = {};
20
+ __export(body_exports, {
21
+ BodyIcon: () => BodyIcon
22
+ });
23
+ module.exports = __toCommonJS(body_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const BodyIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM2.65 6.65v4.15c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V6.65H2.65Zm10.7-1.3H2.65V5.2c0-.57 0-.96.025-1.26.024-.294.068-.446.122-.553.13-.254.336-.46.59-.59.107-.054.259-.098.552-.122.301-.024.69-.025 1.261-.025h5.6c.57 0 .96 0 1.26.025.294.024.446.068.553.122.254.13.46.336.59.59.054.107.098.26.122.552.025.301.025.69.025 1.261v.15Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ BodyIcon.displayName = "BodyIcon";
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var bold_exports = {};
20
+ __export(bold_exports, {
21
+ BoldIcon: () => BoldIcon
22
+ });
23
+ module.exports = __toCommonJS(bold_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const BoldIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.2 2.667a.8.8 0 0 1 .8-.8h5.333a3.467 3.467 0 0 1 2.507 5.861A3.467 3.467 0 0 1 10 14.133H4a.8.8 0 0 1-.8-.8V2.667ZM4.8 8.8v3.733H10A1.867 1.867 0 0 0 10 8.8H4.8Zm0-1.6h4.533a1.867 1.867 0 1 0 0-3.733H4.8V7.2Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ BoldIcon.displayName = "BoldIcon";
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var button_element_exports = {};
20
+ __export(button_element_exports, {
21
+ ButtonElementIcon: () => ButtonElementIcon
22
+ });
23
+ module.exports = __toCommonJS(button_element_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ButtonElementIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M.683 7.474c0-1.85 1.5-3.35 3.35-3.35h7.934c1.85 0 3.35 1.5 3.35 3.35v1.3c0 1.85-1.5 3.35-3.35 3.35H4.033a3.35 3.35 0 0 1-3.35-3.35v-1.3Zm3.35-2.05a2.05 2.05 0 0 0-2.05 2.05v1.3a2.05 2.05 0 0 0 2.05 2.05h7.934a2.05 2.05 0 0 0 2.05-2.05v-1.3a2.05 2.05 0 0 0-2.05-2.05H4.033Zm-.183 2.7a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Zm3.333 0a.817.817 0 1 1 1.634 0 .817.817 0 0 1-1.634 0Zm3.334 0a.817.817 0 1 1 1.633 0 .817.817 0 0 1-1.633 0Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ ButtonElementIcon.displayName = "ButtonElementIcon";
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var dash_border_exports = {};
20
+ __export(dash_border_exports, {
21
+ DashBorderIcon: () => DashBorderIcon
22
+ });
23
+ module.exports = __toCommonJS(dash_border_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const DashBorderIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M3 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1Z", clipRule: "evenodd" }) });
29
+ }
30
+ );
31
+ DashBorderIcon.displayName = "DashBorderIcon";