@yamada-ui/react 2.0.0-dev-20250911074215 → 2.0.0-dev-20250911080654

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 (764) hide show
  1. package/dist/cjs/components/field/field.style.cjs +4 -2
  2. package/dist/cjs/components/field/field.style.cjs.map +1 -1
  3. package/dist/esm/components/field/field.style.js +4 -2
  4. package/dist/esm/components/field/field.style.js.map +1 -1
  5. package/dist/types/components/accordion/accordion.d.ts +2 -2
  6. package/dist/types/components/accordion/use-accordion.d.ts +11 -11
  7. package/dist/types/components/airy/airy.d.ts +2 -2
  8. package/dist/types/components/alert/alert.d.ts +2 -2
  9. package/dist/types/components/alpha-slider/alpha-slider.d.ts +2 -2
  10. package/dist/types/components/aspect-ratio/aspect-ratio.d.ts +2 -2
  11. package/dist/types/components/autocomplete/autocomplete.d.ts +2 -2
  12. package/dist/types/components/autocomplete/autocomplete.style.d.ts +1 -1
  13. package/dist/types/components/autocomplete/use-autocomplete.d.ts +5 -5
  14. package/dist/types/components/avatar/avatar.d.ts +3 -3
  15. package/dist/types/components/avatar/use-avatar-group.d.ts +2 -2
  16. package/dist/types/components/badge/badge.d.ts +2 -2
  17. package/dist/types/components/bleed/bleed.d.ts +2 -2
  18. package/dist/types/components/blockquote/blockquote.d.ts +2 -2
  19. package/dist/types/components/breadcrumb/breadcrumb.d.ts +2 -2
  20. package/dist/types/components/breadcrumb/use-breadcrumb.d.ts +2 -2
  21. package/dist/types/components/button/button.d.ts +2 -2
  22. package/dist/types/components/button/icon-button.d.ts +2 -2
  23. package/dist/types/components/calendar/calendar.d.ts +2 -2
  24. package/dist/types/components/calendar/calendar.style.d.ts +2 -2
  25. package/dist/types/components/calendar/use-calendar.d.ts +8 -8
  26. package/dist/types/components/card/card.d.ts +2 -2
  27. package/dist/types/components/carousel/carousel.d.ts +2 -2
  28. package/dist/types/components/carousel/carousel.style.d.ts +2 -2
  29. package/dist/types/components/carousel/use-carousel.d.ts +3 -3
  30. package/dist/types/components/center/center.d.ts +2 -2
  31. package/dist/types/components/checkbox/checkbox.d.ts +3 -3
  32. package/dist/types/components/checkbox/use-checkbox-group.d.ts +2 -2
  33. package/dist/types/components/checkbox-card/checkbox-card.d.ts +3 -3
  34. package/dist/types/components/circle-progress/circle-progress.d.ts +2 -2
  35. package/dist/types/components/close-button/close-button.d.ts +2 -2
  36. package/dist/types/components/code/code.d.ts +2 -2
  37. package/dist/types/components/collapse/collapse.d.ts +2 -2
  38. package/dist/types/components/color-swatch/color-swatch.d.ts +2 -2
  39. package/dist/types/components/container/container.d.ts +2 -2
  40. package/dist/types/components/data-list/data-list.d.ts +2 -2
  41. package/dist/types/components/date-picker/date-picker.d.ts +2 -2
  42. package/dist/types/components/date-picker/use-date-picker.d.ts +4 -4
  43. package/dist/types/components/drawer/drawer.d.ts +2 -2
  44. package/dist/types/components/drawer/drawer.style.d.ts +2 -2
  45. package/dist/types/components/dropzone/dropzone.d.ts +2 -2
  46. package/dist/types/components/editable/editable.d.ts +4 -4
  47. package/dist/types/components/editable/use-editable.d.ts +2 -2
  48. package/dist/types/components/em/em.d.ts +2 -2
  49. package/dist/types/components/empty-state/empty-state.d.ts +2 -2
  50. package/dist/types/components/fade/fade.d.ts +2 -2
  51. package/dist/types/components/fade-scale/fade-scale.d.ts +2 -2
  52. package/dist/types/components/field/field.d.ts +3 -3
  53. package/dist/types/components/field/field.style.d.ts +8 -2
  54. package/dist/types/components/field/use-field-props.d.ts +3 -3
  55. package/dist/types/components/fieldset/fieldset.d.ts +3 -3
  56. package/dist/types/components/file-button/file-button.d.ts +2 -2
  57. package/dist/types/components/file-button/use-file-button.d.ts +15 -15
  58. package/dist/types/components/file-input/file-input.d.ts +2 -2
  59. package/dist/types/components/file-input/file-input.style.d.ts +1 -1
  60. package/dist/types/components/file-input/use-file-input.d.ts +15 -15
  61. package/dist/types/components/flex/flex.d.ts +2 -2
  62. package/dist/types/components/flip/flip.d.ts +4 -4
  63. package/dist/types/components/float/float.d.ts +2 -2
  64. package/dist/types/components/format-byte/format-byte.d.ts +2 -2
  65. package/dist/types/components/format-number/format-number.d.ts +2 -2
  66. package/dist/types/components/grid/grid-item.d.ts +2 -2
  67. package/dist/types/components/grid/grid.d.ts +2 -2
  68. package/dist/types/components/group/group.d.ts +2 -2
  69. package/dist/types/components/group/use-group.d.ts +2 -2
  70. package/dist/types/components/heading/heading.d.ts +2 -2
  71. package/dist/types/components/hue-slider/hue-slider.d.ts +3 -3
  72. package/dist/types/components/icon/icon.d.ts +4 -4
  73. package/dist/types/components/icon/icons/a-arrow-down-icon.d.ts +2 -2
  74. package/dist/types/components/icon/icons/a-arrow-up-icon.d.ts +2 -2
  75. package/dist/types/components/icon/icons/a-large-small-icon.d.ts +2 -2
  76. package/dist/types/components/icon/icons/accessibility-icon.d.ts +2 -2
  77. package/dist/types/components/icon/icons/activity-icon.d.ts +2 -2
  78. package/dist/types/components/icon/icons/air-vent-icon.d.ts +2 -2
  79. package/dist/types/components/icon/icons/airplay-icon.d.ts +2 -2
  80. package/dist/types/components/icon/icons/alarm-clock-check-icon.d.ts +2 -2
  81. package/dist/types/components/icon/icons/alarm-clock-icon.d.ts +2 -2
  82. package/dist/types/components/icon/icons/alarm-clock-minus-icon.d.ts +2 -2
  83. package/dist/types/components/icon/icons/alarm-clock-off-icon.d.ts +2 -2
  84. package/dist/types/components/icon/icons/alarm-clock-plus-icon.d.ts +2 -2
  85. package/dist/types/components/icon/icons/alarm-smoke-icon.d.ts +2 -2
  86. package/dist/types/components/icon/icons/album-icon.d.ts +2 -2
  87. package/dist/types/components/icon/icons/align-center-horizontal-icon.d.ts +2 -2
  88. package/dist/types/components/icon/icons/align-center-icon.d.ts +2 -2
  89. package/dist/types/components/icon/icons/align-center-vertical-icon.d.ts +2 -2
  90. package/dist/types/components/icon/icons/align-horizontal-distribute-center-icon.d.ts +2 -2
  91. package/dist/types/components/icon/icons/align-horizontal-distribute-end-icon.d.ts +2 -2
  92. package/dist/types/components/icon/icons/align-horizontal-distribute-start-icon.d.ts +2 -2
  93. package/dist/types/components/icon/icons/align-horizontal-justify-center-icon.d.ts +2 -2
  94. package/dist/types/components/icon/icons/align-justify-icon.d.ts +2 -2
  95. package/dist/types/components/icon/icons/align-left-icon.d.ts +2 -2
  96. package/dist/types/components/icon/icons/align-start-horizontal-icon.d.ts +2 -2
  97. package/dist/types/components/icon/icons/align-start-vertical-icon.d.ts +2 -2
  98. package/dist/types/components/icon/icons/align-vertical-distribute-center-icon.d.ts +2 -2
  99. package/dist/types/components/icon/icons/anvil-icon.d.ts +2 -2
  100. package/dist/types/components/icon/icons/aperture-icon.d.ts +2 -2
  101. package/dist/types/components/icon/icons/app-window-icon.d.ts +2 -2
  102. package/dist/types/components/icon/icons/app-window-mac-icon.d.ts +2 -2
  103. package/dist/types/components/icon/icons/apple-icon.d.ts +2 -2
  104. package/dist/types/components/icon/icons/archive-icon.d.ts +2 -2
  105. package/dist/types/components/icon/icons/arrow-down-z-a-icon.d.ts +2 -2
  106. package/dist/types/components/icon/icons/arrow-left-from-line-icon.d.ts +2 -2
  107. package/dist/types/components/icon/icons/arrow-left-icon.d.ts +2 -2
  108. package/dist/types/components/icon/icons/arrow-left-right-icon.d.ts +2 -2
  109. package/dist/types/components/icon/icons/arrow-right-to-line-icon.d.ts +2 -2
  110. package/dist/types/components/icon/icons/arrow-up-narrow-wide-icon.d.ts +2 -2
  111. package/dist/types/components/icon/icons/arrow-up-right-icon.d.ts +2 -2
  112. package/dist/types/components/icon/icons/arrow-up01-icon.d.ts +2 -2
  113. package/dist/types/components/icon/icons/audio-lines-icon.d.ts +2 -2
  114. package/dist/types/components/icon/icons/audio-waveform-icon.d.ts +2 -2
  115. package/dist/types/components/icon/icons/badge-alert-icon.d.ts +2 -2
  116. package/dist/types/components/icon/icons/badge-cent-icon.d.ts +2 -2
  117. package/dist/types/components/icon/icons/baggage-claim-icon.d.ts +2 -2
  118. package/dist/types/components/icon/icons/ban-icon.d.ts +2 -2
  119. package/dist/types/components/icon/icons/battery-low-icon.d.ts +2 -2
  120. package/dist/types/components/icon/icons/battery-medium-icon.d.ts +2 -2
  121. package/dist/types/components/icon/icons/battery-plus-icon.d.ts +2 -2
  122. package/dist/types/components/icon/icons/battery-warning-icon.d.ts +2 -2
  123. package/dist/types/components/icon/icons/bean-off-icon.d.ts +2 -2
  124. package/dist/types/components/icon/icons/bed-double-icon.d.ts +2 -2
  125. package/dist/types/components/icon/icons/beer-off-icon.d.ts +2 -2
  126. package/dist/types/components/icon/icons/bell-dot-icon.d.ts +2 -2
  127. package/dist/types/components/icon/icons/between-vertical-start-icon.d.ts +2 -2
  128. package/dist/types/components/icon/icons/biceps-flexed-icon.d.ts +2 -2
  129. package/dist/types/components/icon/icons/bike-icon.d.ts +2 -2
  130. package/dist/types/components/icon/icons/binary-icon.d.ts +2 -2
  131. package/dist/types/components/icon/icons/binoculars-icon.d.ts +2 -2
  132. package/dist/types/components/icon/icons/biohazard-icon.d.ts +2 -2
  133. package/dist/types/components/icon/icons/bird-icon.d.ts +2 -2
  134. package/dist/types/components/icon/icons/bitcoin-icon.d.ts +2 -2
  135. package/dist/types/components/icon/icons/blend-icon.d.ts +2 -2
  136. package/dist/types/components/icon/icons/blinds-icon.d.ts +2 -2
  137. package/dist/types/components/icon/icons/blocks-icon.d.ts +2 -2
  138. package/dist/types/components/icon/icons/bluetooth-connected-icon.d.ts +2 -2
  139. package/dist/types/components/icon/icons/bluetooth-icon.d.ts +2 -2
  140. package/dist/types/components/icon/icons/bluetooth-off-icon.d.ts +2 -2
  141. package/dist/types/components/icon/icons/bluetooth-searching-icon.d.ts +2 -2
  142. package/dist/types/components/icon/icons/bold-icon.d.ts +2 -2
  143. package/dist/types/components/icon/icons/bolt-icon.d.ts +2 -2
  144. package/dist/types/components/icon/icons/bomb-icon.d.ts +2 -2
  145. package/dist/types/components/icon/icons/bone-icon.d.ts +2 -2
  146. package/dist/types/components/icon/icons/book-a-icon.d.ts +2 -2
  147. package/dist/types/components/icon/icons/book-icon.d.ts +2 -2
  148. package/dist/types/components/icon/icons/book-image-icon.d.ts +2 -2
  149. package/dist/types/components/icon/icons/book-key-icon.d.ts +2 -2
  150. package/dist/types/components/icon/icons/book-lock-icon.d.ts +2 -2
  151. package/dist/types/components/icon/icons/book-marked-icon.d.ts +2 -2
  152. package/dist/types/components/icon/icons/book-up-icon.d.ts +2 -2
  153. package/dist/types/components/icon/icons/book-up2-icon.d.ts +2 -2
  154. package/dist/types/components/icon/icons/bookmark-check-icon.d.ts +2 -2
  155. package/dist/types/components/icon/icons/bookmark-minus-icon.d.ts +2 -2
  156. package/dist/types/components/icon/icons/bookmark-plus-icon.d.ts +2 -2
  157. package/dist/types/components/icon/icons/bookmark-x-icon.d.ts +2 -2
  158. package/dist/types/components/icon/icons/bot-icon.d.ts +2 -2
  159. package/dist/types/components/icon/icons/bot-message-square-icon.d.ts +2 -2
  160. package/dist/types/components/icon/icons/bot-off-icon.d.ts +2 -2
  161. package/dist/types/components/icon/icons/bottle-wine-icon.d.ts +2 -2
  162. package/dist/types/components/icon/icons/bow-arrow-icon.d.ts +2 -2
  163. package/dist/types/components/icon/icons/box-icon.d.ts +2 -2
  164. package/dist/types/components/icon/icons/braces-icon.d.ts +2 -2
  165. package/dist/types/components/icon/icons/brackets-icon.d.ts +2 -2
  166. package/dist/types/components/icon/icons/brain-circuit-icon.d.ts +2 -2
  167. package/dist/types/components/icon/icons/brain-cog-icon.d.ts +2 -2
  168. package/dist/types/components/icon/icons/brain-icon.d.ts +2 -2
  169. package/dist/types/components/icon/icons/brick-wall-fire-icon.d.ts +2 -2
  170. package/dist/types/components/icon/icons/bring-to-front-icon.d.ts +2 -2
  171. package/dist/types/components/icon/icons/brush-cleaning-icon.d.ts +2 -2
  172. package/dist/types/components/icon/icons/bug-icon.d.ts +2 -2
  173. package/dist/types/components/icon/icons/bug-off-icon.d.ts +2 -2
  174. package/dist/types/components/icon/icons/bug-play-icon.d.ts +2 -2
  175. package/dist/types/components/icon/icons/building-icon.d.ts +2 -2
  176. package/dist/types/components/icon/icons/building2-icon.d.ts +2 -2
  177. package/dist/types/components/icon/icons/bus-front-icon.d.ts +2 -2
  178. package/dist/types/components/icon/icons/bus-icon.d.ts +2 -2
  179. package/dist/types/components/icon/icons/cable-car-icon.d.ts +2 -2
  180. package/dist/types/components/icon/icons/calendar-days-icon.d.ts +2 -2
  181. package/dist/types/components/icon/icons/calendar-fold-icon.d.ts +2 -2
  182. package/dist/types/components/icon/icons/calendar-search-icon.d.ts +2 -2
  183. package/dist/types/components/icon/icons/calendar-sync-icon.d.ts +2 -2
  184. package/dist/types/components/icon/icons/case-sensitive-icon.d.ts +2 -2
  185. package/dist/types/components/icon/icons/case-upper-icon.d.ts +2 -2
  186. package/dist/types/components/icon/icons/cassette-tape-icon.d.ts +2 -2
  187. package/dist/types/components/icon/icons/cast-icon.d.ts +2 -2
  188. package/dist/types/components/icon/icons/chart-column-stacked-icon.d.ts +2 -2
  189. package/dist/types/components/icon/icons/chart-gantt-icon.d.ts +2 -2
  190. package/dist/types/components/icon/icons/chart-no-axes-combined-icon.d.ts +2 -2
  191. package/dist/types/components/icon/icons/chart-no-axes-gantt-icon.d.ts +2 -2
  192. package/dist/types/components/icon/icons/chart-pie-icon.d.ts +2 -2
  193. package/dist/types/components/icon/icons/chart-scatter-icon.d.ts +2 -2
  194. package/dist/types/components/icon/icons/chart-spline-icon.d.ts +2 -2
  195. package/dist/types/components/icon/icons/check-check-icon.d.ts +2 -2
  196. package/dist/types/components/icon/icons/check-icon.d.ts +2 -2
  197. package/dist/types/components/icon/icons/check-line-icon.d.ts +2 -2
  198. package/dist/types/components/icon/icons/chef-hat-icon.d.ts +2 -2
  199. package/dist/types/components/icon/icons/cherry-icon.d.ts +2 -2
  200. package/dist/types/components/icon/icons/chevron-down-icon.d.ts +2 -2
  201. package/dist/types/components/icon/icons/chevron-first-icon.d.ts +2 -2
  202. package/dist/types/components/icon/icons/chevron-last-icon.d.ts +2 -2
  203. package/dist/types/components/icon/icons/chevron-left-icon.d.ts +2 -2
  204. package/dist/types/components/icon/icons/chevron-right-icon.d.ts +2 -2
  205. package/dist/types/components/icon/icons/circle-alert-icon.d.ts +2 -2
  206. package/dist/types/components/icon/icons/circle-arrow-down-icon.d.ts +2 -2
  207. package/dist/types/components/icon/icons/circle-arrow-out-down-right-icon.d.ts +2 -2
  208. package/dist/types/components/icon/icons/circle-arrow-out-up-left-icon.d.ts +2 -2
  209. package/dist/types/components/icon/icons/circle-icon.d.ts +2 -2
  210. package/dist/types/components/icon/icons/circle-minus-icon.d.ts +2 -2
  211. package/dist/types/components/icon/icons/circle-parking-icon.d.ts +2 -2
  212. package/dist/types/components/icon/icons/circle-parking-off-icon.d.ts +2 -2
  213. package/dist/types/components/icon/icons/circle-plus-icon.d.ts +2 -2
  214. package/dist/types/components/icon/icons/circle-pound-sterling-icon.d.ts +2 -2
  215. package/dist/types/components/icon/icons/clipboard-check-icon.d.ts +2 -2
  216. package/dist/types/components/icon/icons/clipboard-clock-icon.d.ts +2 -2
  217. package/dist/types/components/icon/icons/clipboard-list-icon.d.ts +2 -2
  218. package/dist/types/components/icon/icons/clipboard-minus-icon.d.ts +2 -2
  219. package/dist/types/components/icon/icons/clock-arrow-down-icon.d.ts +2 -2
  220. package/dist/types/components/icon/icons/clock9-icon.d.ts +2 -2
  221. package/dist/types/components/icon/icons/closed-caption-icon.d.ts +2 -2
  222. package/dist/types/components/icon/icons/cloud-alert-icon.d.ts +2 -2
  223. package/dist/types/components/icon/icons/cloud-check-icon.d.ts +2 -2
  224. package/dist/types/components/icon/icons/cloud-cog-icon.d.ts +2 -2
  225. package/dist/types/components/icon/icons/cloud-drizzle-icon.d.ts +2 -2
  226. package/dist/types/components/icon/icons/cloud-moon-icon.d.ts +2 -2
  227. package/dist/types/components/icon/icons/cloud-moon-rain-icon.d.ts +2 -2
  228. package/dist/types/components/icon/icons/combine-icon.d.ts +2 -2
  229. package/dist/types/components/icon/icons/command-icon.d.ts +2 -2
  230. package/dist/types/components/icon/icons/contact-icon.d.ts +2 -2
  231. package/dist/types/components/icon/icons/contact-round-icon.d.ts +2 -2
  232. package/dist/types/components/icon/icons/copyleft-icon.d.ts +2 -2
  233. package/dist/types/components/icon/icons/corner-down-right-icon.d.ts +2 -2
  234. package/dist/types/components/icon/icons/corner-left-down-icon.d.ts +2 -2
  235. package/dist/types/components/icon/icons/cylinder-icon.d.ts +2 -2
  236. package/dist/types/components/icon/icons/dam-icon.d.ts +2 -2
  237. package/dist/types/components/icon/icons/dessert-icon.d.ts +2 -2
  238. package/dist/types/components/icon/icons/diameter-icon.d.ts +2 -2
  239. package/dist/types/components/icon/icons/dna-icon.d.ts +2 -2
  240. package/dist/types/components/icon/icons/dna-off-icon.d.ts +2 -2
  241. package/dist/types/components/icon/icons/droplet-icon.d.ts +2 -2
  242. package/dist/types/components/icon/icons/droplet-off-icon.d.ts +2 -2
  243. package/dist/types/components/icon/icons/drumstick-icon.d.ts +2 -2
  244. package/dist/types/components/icon/icons/dumbbell-icon.d.ts +2 -2
  245. package/dist/types/components/icon/icons/file-badge-icon.d.ts +2 -2
  246. package/dist/types/components/icon/icons/file-badge2-icon.d.ts +2 -2
  247. package/dist/types/components/icon/icons/file-chart-line-icon.d.ts +2 -2
  248. package/dist/types/components/icon/icons/file-chart-pie-icon.d.ts +2 -2
  249. package/dist/types/components/icon/icons/file-code-icon.d.ts +2 -2
  250. package/dist/types/components/icon/icons/file-code2-icon.d.ts +2 -2
  251. package/dist/types/components/icon/icons/file-digit-icon.d.ts +2 -2
  252. package/dist/types/components/icon/icons/file-down-icon.d.ts +2 -2
  253. package/dist/types/components/icon/icons/file-icon.d.ts +2 -2
  254. package/dist/types/components/icon/icons/file-input-icon.d.ts +2 -2
  255. package/dist/types/components/icon/icons/file-json-icon.d.ts +2 -2
  256. package/dist/types/components/icon/icons/file-json2-icon.d.ts +2 -2
  257. package/dist/types/components/icon/icons/file-scan-icon.d.ts +2 -2
  258. package/dist/types/components/icon/icons/file-search2-icon.d.ts +2 -2
  259. package/dist/types/components/icon/icons/file-spreadsheet-icon.d.ts +2 -2
  260. package/dist/types/components/icon/icons/file-stack-icon.d.ts +2 -2
  261. package/dist/types/components/icon/icons/file-symlink-icon.d.ts +2 -2
  262. package/dist/types/components/icon/icons/file-terminal-icon.d.ts +2 -2
  263. package/dist/types/components/icon/icons/file-text-icon.d.ts +2 -2
  264. package/dist/types/components/icon/icons/file-type2-icon.d.ts +2 -2
  265. package/dist/types/components/icon/icons/file-volume-icon.d.ts +2 -2
  266. package/dist/types/components/icon/icons/file-volume2-icon.d.ts +2 -2
  267. package/dist/types/components/icon/icons/file-warning-icon.d.ts +2 -2
  268. package/dist/types/components/icon/icons/file-x-icon.d.ts +2 -2
  269. package/dist/types/components/icon/icons/files-icon.d.ts +2 -2
  270. package/dist/types/components/icon/icons/film-icon.d.ts +2 -2
  271. package/dist/types/components/icon/icons/flower-icon.d.ts +2 -2
  272. package/dist/types/components/icon/icons/flower2-icon.d.ts +2 -2
  273. package/dist/types/components/icon/icons/folder-archive-icon.d.ts +2 -2
  274. package/dist/types/components/icon/icons/folder-check-icon.d.ts +2 -2
  275. package/dist/types/components/icon/icons/folder-down-icon.d.ts +2 -2
  276. package/dist/types/components/icon/icons/folder-git-icon.d.ts +2 -2
  277. package/dist/types/components/icon/icons/folder-git2-icon.d.ts +2 -2
  278. package/dist/types/components/icon/icons/folder-heart-icon.d.ts +2 -2
  279. package/dist/types/components/icon/icons/folder-kanban-icon.d.ts +2 -2
  280. package/dist/types/components/icon/icons/folder-key-icon.d.ts +2 -2
  281. package/dist/types/components/icon/icons/folder-lock-icon.d.ts +2 -2
  282. package/dist/types/components/icon/icons/folder-minus-icon.d.ts +2 -2
  283. package/dist/types/components/icon/icons/folder-open-dot-icon.d.ts +2 -2
  284. package/dist/types/components/icon/icons/folder-open-icon.d.ts +2 -2
  285. package/dist/types/components/icon/icons/folder-pen-icon.d.ts +2 -2
  286. package/dist/types/components/icon/icons/folder-plus-icon.d.ts +2 -2
  287. package/dist/types/components/icon/icons/folder-root-icon.d.ts +2 -2
  288. package/dist/types/components/icon/icons/folder-search-icon.d.ts +2 -2
  289. package/dist/types/components/icon/icons/folder-search2-icon.d.ts +2 -2
  290. package/dist/types/components/icon/icons/folder-symlink-icon.d.ts +2 -2
  291. package/dist/types/components/icon/icons/forklift-icon.d.ts +2 -2
  292. package/dist/types/components/icon/icons/forward-icon.d.ts +2 -2
  293. package/dist/types/components/icon/icons/glasses-icon.d.ts +2 -2
  294. package/dist/types/components/icon/icons/globe-lock-icon.d.ts +2 -2
  295. package/dist/types/components/icon/icons/gpu-icon.d.ts +2 -2
  296. package/dist/types/components/icon/icons/grape-icon.d.ts +2 -2
  297. package/dist/types/components/icon/icons/grid2x2-check-icon.d.ts +2 -2
  298. package/dist/types/components/icon/icons/grid2x2-x-icon.d.ts +2 -2
  299. package/dist/types/components/icon/icons/grid3x2-icon.d.ts +2 -2
  300. package/dist/types/components/icon/icons/hand-platter-icon.d.ts +2 -2
  301. package/dist/types/components/icon/icons/handbag-icon.d.ts +2 -2
  302. package/dist/types/components/icon/icons/headphone-off-icon.d.ts +2 -2
  303. package/dist/types/components/icon/icons/headphones-icon.d.ts +2 -2
  304. package/dist/types/components/icon/icons/headset-icon.d.ts +2 -2
  305. package/dist/types/components/icon/icons/heart-crack-icon.d.ts +2 -2
  306. package/dist/types/components/icon/icons/hop-off-icon.d.ts +2 -2
  307. package/dist/types/components/icon/icons/hospital-icon.d.ts +2 -2
  308. package/dist/types/components/icon/icons/landmark-icon.d.ts +2 -2
  309. package/dist/types/components/icon/icons/languages-icon.d.ts +2 -2
  310. package/dist/types/components/icon/icons/laptop-icon.d.ts +2 -2
  311. package/dist/types/components/icon/icons/laptop-minimal-check-icon.d.ts +2 -2
  312. package/dist/types/components/icon/icons/laptop-minimal-icon.d.ts +2 -2
  313. package/dist/types/components/icon/icons/lasso-icon.d.ts +2 -2
  314. package/dist/types/components/icon/icons/lasso-select-icon.d.ts +2 -2
  315. package/dist/types/components/icon/icons/locate-off-icon.d.ts +2 -2
  316. package/dist/types/components/icon/icons/lock-icon.d.ts +2 -2
  317. package/dist/types/components/icon/icons/lock-keyhole-open-icon.d.ts +2 -2
  318. package/dist/types/components/icon/icons/lock-open-icon.d.ts +2 -2
  319. package/dist/types/components/icon/icons/log-in-icon.d.ts +2 -2
  320. package/dist/types/components/icon/icons/luggage-icon.d.ts +2 -2
  321. package/dist/types/components/icon/icons/magnet-icon.d.ts +2 -2
  322. package/dist/types/components/icon/icons/mailbox-icon.d.ts +2 -2
  323. package/dist/types/components/icon/icons/mails-icon.d.ts +2 -2
  324. package/dist/types/components/icon/icons/map-icon.d.ts +2 -2
  325. package/dist/types/components/icon/icons/map-minus-icon.d.ts +2 -2
  326. package/dist/types/components/icon/icons/map-pin-check-icon.d.ts +2 -2
  327. package/dist/types/components/icon/icons/map-pin-plus-icon.d.ts +2 -2
  328. package/dist/types/components/icon/icons/map-pin-plus-inside-icon.d.ts +2 -2
  329. package/dist/types/components/icon/icons/map-pin-x-icon.d.ts +2 -2
  330. package/dist/types/components/icon/icons/map-pin-x-inside-icon.d.ts +2 -2
  331. package/dist/types/components/icon/icons/map-pinned-icon.d.ts +2 -2
  332. package/dist/types/components/icon/icons/map-plus-icon.d.ts +2 -2
  333. package/dist/types/components/icon/icons/mars-icon.d.ts +2 -2
  334. package/dist/types/components/icon/icons/mars-stroke-icon.d.ts +2 -2
  335. package/dist/types/components/icon/icons/message-circle-code-icon.d.ts +2 -2
  336. package/dist/types/components/icon/icons/message-circle-dashed-icon.d.ts +2 -2
  337. package/dist/types/components/icon/icons/message-circle-heart-icon.d.ts +2 -2
  338. package/dist/types/components/icon/icons/message-circle-icon.d.ts +2 -2
  339. package/dist/types/components/icon/icons/message-circle-more-icon.d.ts +2 -2
  340. package/dist/types/components/icon/icons/message-circle-off-icon.d.ts +2 -2
  341. package/dist/types/components/icon/icons/message-square-plus-icon.d.ts +2 -2
  342. package/dist/types/components/icon/icons/message-square-quote-icon.d.ts +2 -2
  343. package/dist/types/components/icon/icons/minimize-icon.d.ts +2 -2
  344. package/dist/types/components/icon/icons/monitor-check-icon.d.ts +2 -2
  345. package/dist/types/components/icon/icons/monitor-cog-icon.d.ts +2 -2
  346. package/dist/types/components/icon/icons/monitor-dot-icon.d.ts +2 -2
  347. package/dist/types/components/icon/icons/monitor-down-icon.d.ts +2 -2
  348. package/dist/types/components/icon/icons/monitor-pause-icon.d.ts +2 -2
  349. package/dist/types/components/icon/icons/monitor-play-icon.d.ts +2 -2
  350. package/dist/types/components/icon/icons/monitor-speaker-icon.d.ts +2 -2
  351. package/dist/types/components/icon/icons/monitor-stop-icon.d.ts +2 -2
  352. package/dist/types/components/icon/icons/monitor-up-icon.d.ts +2 -2
  353. package/dist/types/components/icon/icons/monitor-x-icon.d.ts +2 -2
  354. package/dist/types/components/icon/icons/moon-icon.d.ts +2 -2
  355. package/dist/types/components/icon/icons/moon-star-icon.d.ts +2 -2
  356. package/dist/types/components/icon/icons/mountain-snow-icon.d.ts +2 -2
  357. package/dist/types/components/icon/icons/move-down-left-icon.d.ts +2 -2
  358. package/dist/types/components/icon/icons/move-down-right-icon.d.ts +2 -2
  359. package/dist/types/components/icon/icons/notebook-tabs-icon.d.ts +2 -2
  360. package/dist/types/components/icon/icons/notepad-text-dashed-icon.d.ts +2 -2
  361. package/dist/types/components/icon/icons/octagon-alert-icon.d.ts +2 -2
  362. package/dist/types/components/icon/icons/octagon-icon.d.ts +2 -2
  363. package/dist/types/components/icon/icons/octagon-minus-icon.d.ts +2 -2
  364. package/dist/types/components/icon/icons/octagon-pause-icon.d.ts +2 -2
  365. package/dist/types/components/icon/icons/octagon-x-icon.d.ts +2 -2
  366. package/dist/types/components/icon/icons/omega-icon.d.ts +2 -2
  367. package/dist/types/components/icon/icons/option-icon.d.ts +2 -2
  368. package/dist/types/components/icon/icons/orbit-icon.d.ts +2 -2
  369. package/dist/types/components/icon/icons/package-icon.d.ts +2 -2
  370. package/dist/types/components/icon/icons/package-minus-icon.d.ts +2 -2
  371. package/dist/types/components/icon/icons/package-x-icon.d.ts +2 -2
  372. package/dist/types/components/icon/icons/paint-bucket-icon.d.ts +2 -2
  373. package/dist/types/components/icon/icons/paint-roller-icon.d.ts +2 -2
  374. package/dist/types/components/icon/icons/paintbrush-icon.d.ts +2 -2
  375. package/dist/types/components/icon/icons/palette-icon.d.ts +2 -2
  376. package/dist/types/components/icon/icons/panda-icon.d.ts +2 -2
  377. package/dist/types/components/icon/icons/panel-left-icon.d.ts +2 -2
  378. package/dist/types/components/icon/icons/panel-left-open-icon.d.ts +2 -2
  379. package/dist/types/components/icon/icons/panel-left-right-dashed-icon.d.ts +2 -2
  380. package/dist/types/components/icon/icons/panel-right-close-icon.d.ts +2 -2
  381. package/dist/types/components/icon/icons/panel-right-dashed-icon.d.ts +2 -2
  382. package/dist/types/components/icon/icons/panel-right-icon.d.ts +2 -2
  383. package/dist/types/components/icon/icons/panel-right-open-icon.d.ts +2 -2
  384. package/dist/types/components/icon/icons/panel-top-bottom-dashed-icon.d.ts +2 -2
  385. package/dist/types/components/icon/icons/panel-top-close-icon.d.ts +2 -2
  386. package/dist/types/components/icon/icons/pencil-ruler-icon.d.ts +2 -2
  387. package/dist/types/components/icon/icons/pentagon-icon.d.ts +2 -2
  388. package/dist/types/components/icon/icons/percent-icon.d.ts +2 -2
  389. package/dist/types/components/icon/icons/person-standing-icon.d.ts +2 -2
  390. package/dist/types/components/icon/icons/philippine-peso-icon.d.ts +2 -2
  391. package/dist/types/components/icon/icons/pilcrow-right-icon.d.ts +2 -2
  392. package/dist/types/components/icon/icons/pill-bottle-icon.d.ts +2 -2
  393. package/dist/types/components/icon/icons/pill-icon.d.ts +2 -2
  394. package/dist/types/components/icon/icons/pocket-knife-icon.d.ts +2 -2
  395. package/dist/types/components/icon/icons/podcast-icon.d.ts +2 -2
  396. package/dist/types/components/icon/icons/pointer-icon.d.ts +2 -2
  397. package/dist/types/components/icon/icons/pointer-off-icon.d.ts +2 -2
  398. package/dist/types/components/icon/icons/popcorn-icon.d.ts +2 -2
  399. package/dist/types/components/icon/icons/proportions-icon.d.ts +2 -2
  400. package/dist/types/components/icon/icons/puzzle-icon.d.ts +2 -2
  401. package/dist/types/components/icon/icons/pyramid-icon.d.ts +2 -2
  402. package/dist/types/components/icon/icons/qr-code-icon.d.ts +2 -2
  403. package/dist/types/components/icon/icons/radio-icon.d.ts +2 -2
  404. package/dist/types/components/icon/icons/radio-receiver-icon.d.ts +2 -2
  405. package/dist/types/components/icon/icons/ratio-icon.d.ts +2 -2
  406. package/dist/types/components/icon/icons/receipt-cent-icon.d.ts +2 -2
  407. package/dist/types/components/icon/icons/receipt-euro-icon.d.ts +2 -2
  408. package/dist/types/components/icon/icons/receipt-icon.d.ts +2 -2
  409. package/dist/types/components/icon/icons/rectangle-circle-icon.d.ts +2 -2
  410. package/dist/types/components/icon/icons/rectangle-ellipsis-icon.d.ts +2 -2
  411. package/dist/types/components/icon/icons/rectangle-goggles-icon.d.ts +2 -2
  412. package/dist/types/components/icon/icons/rectangle-horizontal-icon.d.ts +2 -2
  413. package/dist/types/components/icon/icons/redo-dot-icon.d.ts +2 -2
  414. package/dist/types/components/icon/icons/redo-icon.d.ts +2 -2
  415. package/dist/types/components/icon/icons/refresh-ccw-dot-icon.d.ts +2 -2
  416. package/dist/types/components/icon/icons/refresh-ccw-icon.d.ts +2 -2
  417. package/dist/types/components/icon/icons/roller-coaster-icon.d.ts +2 -2
  418. package/dist/types/components/icon/icons/rose-icon.d.ts +2 -2
  419. package/dist/types/components/icon/icons/rotate-ccw-icon.d.ts +2 -2
  420. package/dist/types/components/icon/icons/rotate-ccw-key-icon.d.ts +2 -2
  421. package/dist/types/components/icon/icons/rotate-ccw-square-icon.d.ts +2 -2
  422. package/dist/types/components/icon/icons/rotate-cw-icon.d.ts +2 -2
  423. package/dist/types/components/icon/icons/rotate-cw-square-icon.d.ts +2 -2
  424. package/dist/types/components/icon/icons/route-icon.d.ts +2 -2
  425. package/dist/types/components/icon/icons/rows2-icon.d.ts +2 -2
  426. package/dist/types/components/icon/icons/rows3-icon.d.ts +2 -2
  427. package/dist/types/components/icon/icons/russian-ruble-icon.d.ts +2 -2
  428. package/dist/types/components/icon/icons/sailboat-icon.d.ts +2 -2
  429. package/dist/types/components/icon/icons/salad-icon.d.ts +2 -2
  430. package/dist/types/components/icon/icons/sandwich-icon.d.ts +2 -2
  431. package/dist/types/components/icon/icons/satellite-dish-icon.d.ts +2 -2
  432. package/dist/types/components/icon/icons/save-icon.d.ts +2 -2
  433. package/dist/types/components/icon/icons/save-off-icon.d.ts +2 -2
  434. package/dist/types/components/icon/icons/scale-icon.d.ts +2 -2
  435. package/dist/types/components/icon/icons/scale3d-icon.d.ts +2 -2
  436. package/dist/types/components/icon/icons/scaling-icon.d.ts +2 -2
  437. package/dist/types/components/icon/icons/scan-barcode-icon.d.ts +2 -2
  438. package/dist/types/components/icon/icons/scan-eye-icon.d.ts +2 -2
  439. package/dist/types/components/icon/icons/scan-face-icon.d.ts +2 -2
  440. package/dist/types/components/icon/icons/scan-heart-icon.d.ts +2 -2
  441. package/dist/types/components/icon/icons/scan-icon.d.ts +2 -2
  442. package/dist/types/components/icon/icons/scan-qr-code-icon.d.ts +2 -2
  443. package/dist/types/components/icon/icons/scan-search-icon.d.ts +2 -2
  444. package/dist/types/components/icon/icons/search-x-icon.d.ts +2 -2
  445. package/dist/types/components/icon/icons/section-icon.d.ts +2 -2
  446. package/dist/types/components/icon/icons/separator-horizontal-icon.d.ts +2 -2
  447. package/dist/types/components/icon/icons/separator-vertical-icon.d.ts +2 -2
  448. package/dist/types/components/icon/icons/server-icon.d.ts +2 -2
  449. package/dist/types/components/icon/icons/server-off-icon.d.ts +2 -2
  450. package/dist/types/components/icon/icons/settings-icon.d.ts +2 -2
  451. package/dist/types/components/icon/icons/settings2-icon.d.ts +2 -2
  452. package/dist/types/components/icon/icons/shapes-icon.d.ts +2 -2
  453. package/dist/types/components/icon/icons/sheet-icon.d.ts +2 -2
  454. package/dist/types/components/icon/icons/shell-icon.d.ts +2 -2
  455. package/dist/types/components/icon/icons/shield-alert-icon.d.ts +2 -2
  456. package/dist/types/components/icon/icons/shield-ban-icon.d.ts +2 -2
  457. package/dist/types/components/icon/icons/shield-half-icon.d.ts +2 -2
  458. package/dist/types/components/icon/icons/shield-icon.d.ts +2 -2
  459. package/dist/types/components/icon/icons/shield-user-icon.d.ts +2 -2
  460. package/dist/types/components/icon/icons/shield-x-icon.d.ts +2 -2
  461. package/dist/types/components/icon/icons/shower-head-icon.d.ts +2 -2
  462. package/dist/types/components/icon/icons/shredder-icon.d.ts +2 -2
  463. package/dist/types/components/icon/icons/shuffle-icon.d.ts +2 -2
  464. package/dist/types/components/icon/icons/sigma-icon.d.ts +2 -2
  465. package/dist/types/components/icon/icons/signal-high-icon.d.ts +2 -2
  466. package/dist/types/components/icon/icons/signal-icon.d.ts +2 -2
  467. package/dist/types/components/icon/icons/signature-icon.d.ts +2 -2
  468. package/dist/types/components/icon/icons/signpost-big-icon.d.ts +2 -2
  469. package/dist/types/components/icon/icons/signpost-icon.d.ts +2 -2
  470. package/dist/types/components/icon/icons/siren-icon.d.ts +2 -2
  471. package/dist/types/components/icon/icons/sliders-vertical-icon.d.ts +2 -2
  472. package/dist/types/components/icon/icons/smartphone-charging-icon.d.ts +2 -2
  473. package/dist/types/components/icon/icons/sofa-icon.d.ts +2 -2
  474. package/dist/types/components/icon/icons/soup-icon.d.ts +2 -2
  475. package/dist/types/components/icon/icons/space-icon.d.ts +2 -2
  476. package/dist/types/components/icon/icons/spade-icon.d.ts +2 -2
  477. package/dist/types/components/icon/icons/square-arrow-down-icon.d.ts +2 -2
  478. package/dist/types/components/icon/icons/square-arrow-down-left-icon.d.ts +2 -2
  479. package/dist/types/components/icon/icons/square-arrow-out-down-left-icon.d.ts +2 -2
  480. package/dist/types/components/icon/icons/square-arrow-out-down-right-icon.d.ts +2 -2
  481. package/dist/types/components/icon/icons/square-arrow-up-left-icon.d.ts +2 -2
  482. package/dist/types/components/icon/icons/square-arrow-up-right-icon.d.ts +2 -2
  483. package/dist/types/components/icon/icons/square-asterisk-icon.d.ts +2 -2
  484. package/dist/types/components/icon/icons/square-dashed-bottom-code-icon.d.ts +2 -2
  485. package/dist/types/components/icon/icons/square-dashed-bottom-icon.d.ts +2 -2
  486. package/dist/types/components/icon/icons/square-dashed-top-solid-icon.d.ts +2 -2
  487. package/dist/types/components/icon/icons/square-divide-icon.d.ts +2 -2
  488. package/dist/types/components/icon/icons/square-equal-icon.d.ts +2 -2
  489. package/dist/types/components/icon/icons/square-function-icon.d.ts +2 -2
  490. package/dist/types/components/icon/icons/square-icon.d.ts +2 -2
  491. package/dist/types/components/icon/icons/square-kanban-icon.d.ts +2 -2
  492. package/dist/types/components/icon/icons/square-parking-icon.d.ts +2 -2
  493. package/dist/types/components/icon/icons/square-parking-off-icon.d.ts +2 -2
  494. package/dist/types/components/icon/icons/square-pause-icon.d.ts +2 -2
  495. package/dist/types/components/icon/icons/square-pen-icon.d.ts +2 -2
  496. package/dist/types/components/icon/icons/square-percent-icon.d.ts +2 -2
  497. package/dist/types/components/icon/icons/square-pi-icon.d.ts +2 -2
  498. package/dist/types/components/icon/icons/square-pilcrow-icon.d.ts +2 -2
  499. package/dist/types/components/icon/icons/square-play-icon.d.ts +2 -2
  500. package/dist/types/components/icon/icons/square-scissors-icon.d.ts +2 -2
  501. package/dist/types/components/icon/icons/square-sigma-icon.d.ts +2 -2
  502. package/dist/types/components/icon/icons/square-slash-icon.d.ts +2 -2
  503. package/dist/types/components/icon/icons/square-split-horizontal-icon.d.ts +2 -2
  504. package/dist/types/components/icon/icons/square-split-vertical-icon.d.ts +2 -2
  505. package/dist/types/components/icon/icons/square-user-icon.d.ts +2 -2
  506. package/dist/types/components/icon/icons/square-user-round-icon.d.ts +2 -2
  507. package/dist/types/components/icon/icons/sticker-icon.d.ts +2 -2
  508. package/dist/types/components/icon/icons/sticky-note-icon.d.ts +2 -2
  509. package/dist/types/components/icon/icons/store-icon.d.ts +2 -2
  510. package/dist/types/components/icon/icons/sun-moon-icon.d.ts +2 -2
  511. package/dist/types/components/icon/icons/sun-snow-icon.d.ts +2 -2
  512. package/dist/types/components/icon/icons/sunrise-icon.d.ts +2 -2
  513. package/dist/types/components/icon/icons/sunset-icon.d.ts +2 -2
  514. package/dist/types/components/icon/icons/superscript-icon.d.ts +2 -2
  515. package/dist/types/components/icon/icons/swatch-book-icon.d.ts +2 -2
  516. package/dist/types/components/icon/icons/swiss-franc-icon.d.ts +2 -2
  517. package/dist/types/components/icon/icons/switch-camera-icon.d.ts +2 -2
  518. package/dist/types/components/icon/icons/sword-icon.d.ts +2 -2
  519. package/dist/types/components/icon/icons/swords-icon.d.ts +2 -2
  520. package/dist/types/components/icon/icons/table-cells-split-icon.d.ts +2 -2
  521. package/dist/types/components/icon/icons/table-columns-split-icon.d.ts +2 -2
  522. package/dist/types/components/icon/icons/table-icon.d.ts +2 -2
  523. package/dist/types/components/icon/icons/table-of-contents-icon.d.ts +2 -2
  524. package/dist/types/components/icon/icons/table-properties-icon.d.ts +2 -2
  525. package/dist/types/components/icon/icons/table-rows-split-icon.d.ts +2 -2
  526. package/dist/types/components/icon/icons/tag-icon.d.ts +2 -2
  527. package/dist/types/components/icon/icons/tags-icon.d.ts +2 -2
  528. package/dist/types/components/icon/icons/tally1-icon.d.ts +2 -2
  529. package/dist/types/components/icon/icons/tally2-icon.d.ts +2 -2
  530. package/dist/types/components/icon/icons/tent-tree-icon.d.ts +2 -2
  531. package/dist/types/components/icon/icons/terminal-icon.d.ts +2 -2
  532. package/dist/types/components/icon/icons/test-tube-diagonal-icon.d.ts +2 -2
  533. package/dist/types/components/icon/icons/test-tube-icon.d.ts +2 -2
  534. package/dist/types/components/icon/icons/test-tubes-icon.d.ts +2 -2
  535. package/dist/types/components/icon/icons/text-cursor-input-icon.d.ts +2 -2
  536. package/dist/types/components/icon/icons/text-icon.d.ts +2 -2
  537. package/dist/types/components/icon/icons/text-quote-icon.d.ts +2 -2
  538. package/dist/types/components/icon/icons/text-search-icon.d.ts +2 -2
  539. package/dist/types/components/icon/icons/ticket-icon.d.ts +2 -2
  540. package/dist/types/components/icon/icons/ticket-minus-icon.d.ts +2 -2
  541. package/dist/types/components/icon/icons/ticket-percent-icon.d.ts +2 -2
  542. package/dist/types/components/icon/icons/ticket-plus-icon.d.ts +2 -2
  543. package/dist/types/components/icon/icons/ticket-slash-icon.d.ts +2 -2
  544. package/dist/types/components/icon/icons/tickets-icon.d.ts +2 -2
  545. package/dist/types/components/icon/icons/tickets-plane-icon.d.ts +2 -2
  546. package/dist/types/components/icon/icons/timer-icon.d.ts +2 -2
  547. package/dist/types/components/icon/icons/timer-off-icon.d.ts +2 -2
  548. package/dist/types/components/icon/icons/timer-reset-icon.d.ts +2 -2
  549. package/dist/types/components/icon/icons/toggle-left-icon.d.ts +2 -2
  550. package/dist/types/components/icon/icons/toilet-icon.d.ts +2 -2
  551. package/dist/types/components/icon/icons/tool-case-icon.d.ts +2 -2
  552. package/dist/types/components/icon/icons/tornado-icon.d.ts +2 -2
  553. package/dist/types/components/icon/icons/touchpad-icon.d.ts +2 -2
  554. package/dist/types/components/icon/icons/touchpad-off-icon.d.ts +2 -2
  555. package/dist/types/components/icon/icons/tower-control-icon.d.ts +2 -2
  556. package/dist/types/components/icon/icons/toy-brick-icon.d.ts +2 -2
  557. package/dist/types/components/icon/icons/tractor-icon.d.ts +2 -2
  558. package/dist/types/components/icon/icons/traffic-cone-icon.d.ts +2 -2
  559. package/dist/types/components/icon/icons/train-front-icon.d.ts +2 -2
  560. package/dist/types/components/icon/icons/train-front-tunnel-icon.d.ts +2 -2
  561. package/dist/types/components/icon/icons/train-track-icon.d.ts +2 -2
  562. package/dist/types/components/icon/icons/tram-front-icon.d.ts +2 -2
  563. package/dist/types/components/icon/icons/transgender-icon.d.ts +2 -2
  564. package/dist/types/components/icon/icons/trash-icon.d.ts +2 -2
  565. package/dist/types/components/icon/icons/trash2-icon.d.ts +2 -2
  566. package/dist/types/components/icon/icons/tree-deciduous-icon.d.ts +2 -2
  567. package/dist/types/components/icon/icons/trees-icon.d.ts +2 -2
  568. package/dist/types/components/icon/icons/trello-icon.d.ts +2 -2
  569. package/dist/types/components/icon/icons/trending-down-icon.d.ts +2 -2
  570. package/dist/types/components/icon/icons/trending-up-down-icon.d.ts +2 -2
  571. package/dist/types/components/icon/icons/trending-up-icon.d.ts +2 -2
  572. package/dist/types/components/icon/icons/triangle-alert-icon.d.ts +2 -2
  573. package/dist/types/components/icon/icons/turntable-icon.d.ts +2 -2
  574. package/dist/types/components/icon/icons/turtle-icon.d.ts +2 -2
  575. package/dist/types/components/icon/icons/twitter-icon.d.ts +2 -2
  576. package/dist/types/components/icon/icons/type-icon.d.ts +2 -2
  577. package/dist/types/components/icon/icons/type-outline-icon.d.ts +2 -2
  578. package/dist/types/components/icon/icons/umbrella-icon.d.ts +2 -2
  579. package/dist/types/components/icon/icons/umbrella-off-icon.d.ts +2 -2
  580. package/dist/types/components/icon/icons/underline-icon.d.ts +2 -2
  581. package/dist/types/components/icon/icons/undo-dot-icon.d.ts +2 -2
  582. package/dist/types/components/icon/icons/undo-icon.d.ts +2 -2
  583. package/dist/types/components/icon/icons/undo2-icon.d.ts +2 -2
  584. package/dist/types/components/icon/icons/unfold-horizontal-icon.d.ts +2 -2
  585. package/dist/types/components/icon/icons/unfold-vertical-icon.d.ts +2 -2
  586. package/dist/types/components/icon/icons/ungroup-icon.d.ts +2 -2
  587. package/dist/types/components/icon/icons/university-icon.d.ts +2 -2
  588. package/dist/types/components/icon/icons/unlink-icon.d.ts +2 -2
  589. package/dist/types/components/icon/icons/unlink2-icon.d.ts +2 -2
  590. package/dist/types/components/icon/icons/unplug-icon.d.ts +2 -2
  591. package/dist/types/components/icon/icons/upload-icon.d.ts +2 -2
  592. package/dist/types/components/icon/icons/usb-icon.d.ts +2 -2
  593. package/dist/types/components/icon/icons/user-check-icon.d.ts +2 -2
  594. package/dist/types/components/icon/icons/user-cog-icon.d.ts +2 -2
  595. package/dist/types/components/icon/icons/user-icon.d.ts +2 -2
  596. package/dist/types/components/icon/icons/user-lock-icon.d.ts +2 -2
  597. package/dist/types/components/icon/icons/user-minus-icon.d.ts +2 -2
  598. package/dist/types/components/icon/icons/user-pen-icon.d.ts +2 -2
  599. package/dist/types/components/icon/icons/user-round-check-icon.d.ts +2 -2
  600. package/dist/types/components/icon/icons/user-round-cog-icon.d.ts +2 -2
  601. package/dist/types/components/icon/icons/user-round-icon.d.ts +2 -2
  602. package/dist/types/components/icon/icons/user-round-minus-icon.d.ts +2 -2
  603. package/dist/types/components/icon/icons/user-round-pen-icon.d.ts +2 -2
  604. package/dist/types/components/icon/icons/user-round-search-icon.d.ts +2 -2
  605. package/dist/types/components/icon/icons/user-round-x-icon.d.ts +2 -2
  606. package/dist/types/components/icon/icons/user-star-icon.d.ts +2 -2
  607. package/dist/types/components/icon/icons/user-x-icon.d.ts +2 -2
  608. package/dist/types/components/icon/icons/users-icon.d.ts +2 -2
  609. package/dist/types/components/icon/icons/users-round-icon.d.ts +2 -2
  610. package/dist/types/components/icon/icons/utensils-crossed-icon.d.ts +2 -2
  611. package/dist/types/components/icon/icons/utensils-icon.d.ts +2 -2
  612. package/dist/types/components/icon/icons/utility-pole-icon.d.ts +2 -2
  613. package/dist/types/components/icon/icons/variable-icon.d.ts +2 -2
  614. package/dist/types/components/icon/icons/vault-icon.d.ts +2 -2
  615. package/dist/types/components/icon/icons/vector-square-icon.d.ts +2 -2
  616. package/dist/types/components/icon/icons/venetian-mask-icon.d.ts +2 -2
  617. package/dist/types/components/icon/icons/venus-and-mars-icon.d.ts +2 -2
  618. package/dist/types/components/icon/icons/venus-icon.d.ts +2 -2
  619. package/dist/types/components/icon/icons/vibrate-icon.d.ts +2 -2
  620. package/dist/types/components/icon/icons/vibrate-off-icon.d.ts +2 -2
  621. package/dist/types/components/icon/icons/video-off-icon.d.ts +2 -2
  622. package/dist/types/components/icon/icons/videotape-icon.d.ts +2 -2
  623. package/dist/types/components/icon/icons/view-icon.d.ts +2 -2
  624. package/dist/types/components/icon/icons/voicemail-icon.d.ts +2 -2
  625. package/dist/types/components/icon/icons/volume-icon.d.ts +2 -2
  626. package/dist/types/components/icon/icons/volume-off-icon.d.ts +2 -2
  627. package/dist/types/components/icon/icons/volume-x-icon.d.ts +2 -2
  628. package/dist/types/components/icon/icons/volume1-icon.d.ts +2 -2
  629. package/dist/types/components/icon/icons/volume2-icon.d.ts +2 -2
  630. package/dist/types/components/icon/icons/vote-icon.d.ts +2 -2
  631. package/dist/types/components/icon/icons/wallet-cards-icon.d.ts +2 -2
  632. package/dist/types/components/icon/icons/wallet-icon.d.ts +2 -2
  633. package/dist/types/components/icon/icons/wallet-minimal-icon.d.ts +2 -2
  634. package/dist/types/components/icon/icons/wallpaper-icon.d.ts +2 -2
  635. package/dist/types/components/icon/icons/wand-icon.d.ts +2 -2
  636. package/dist/types/components/icon/icons/wand-sparkles-icon.d.ts +2 -2
  637. package/dist/types/components/icon/icons/warehouse-icon.d.ts +2 -2
  638. package/dist/types/components/icon/icons/washing-machine-icon.d.ts +2 -2
  639. package/dist/types/components/icon/icons/watch-icon.d.ts +2 -2
  640. package/dist/types/components/icon/icons/waves-icon.d.ts +2 -2
  641. package/dist/types/components/icon/icons/waves-ladder-icon.d.ts +2 -2
  642. package/dist/types/components/icon/icons/waypoints-icon.d.ts +2 -2
  643. package/dist/types/components/icon/icons/webcam-icon.d.ts +2 -2
  644. package/dist/types/components/icon/icons/webhook-icon.d.ts +2 -2
  645. package/dist/types/components/icon/icons/webhook-off-icon.d.ts +2 -2
  646. package/dist/types/components/icon/icons/weight-icon.d.ts +2 -2
  647. package/dist/types/components/icon/icons/wheat-icon.d.ts +2 -2
  648. package/dist/types/components/icon/icons/wheat-off-icon.d.ts +2 -2
  649. package/dist/types/components/icon/icons/whole-word-icon.d.ts +2 -2
  650. package/dist/types/components/icon/icons/wifi-cog-icon.d.ts +2 -2
  651. package/dist/types/components/icon/icons/wifi-high-icon.d.ts +2 -2
  652. package/dist/types/components/icon/icons/wifi-icon.d.ts +2 -2
  653. package/dist/types/components/icon/icons/wifi-off-icon.d.ts +2 -2
  654. package/dist/types/components/icon/icons/wifi-sync-icon.d.ts +2 -2
  655. package/dist/types/components/icon/icons/wifi-zero-icon.d.ts +2 -2
  656. package/dist/types/components/icon/icons/wind-arrow-down-icon.d.ts +2 -2
  657. package/dist/types/components/icon/icons/wine-off-icon.d.ts +2 -2
  658. package/dist/types/components/icon/icons/workflow-icon.d.ts +2 -2
  659. package/dist/types/components/icon/icons/worm-icon.d.ts +2 -2
  660. package/dist/types/components/icon/icons/wrap-text-icon.d.ts +2 -2
  661. package/dist/types/components/icon/icons/wrench-icon.d.ts +2 -2
  662. package/dist/types/components/icon/icons/x-icon.d.ts +2 -2
  663. package/dist/types/components/icon/icons/youtube-icon.d.ts +2 -2
  664. package/dist/types/components/icon/icons/zap-icon.d.ts +2 -2
  665. package/dist/types/components/icon/icons/zap-off-icon.d.ts +2 -2
  666. package/dist/types/components/icon/icons/zoom-in-icon.d.ts +2 -2
  667. package/dist/types/components/icon/icons/zoom-out-icon.d.ts +2 -2
  668. package/dist/types/components/image/image.d.ts +2 -2
  669. package/dist/types/components/indicator/indicator.d.ts +2 -2
  670. package/dist/types/components/infinite-scroll-area/infinite-scroll-area.d.ts +2 -2
  671. package/dist/types/components/input/input-addon.d.ts +2 -2
  672. package/dist/types/components/input/input-element.d.ts +2 -2
  673. package/dist/types/components/input/input.d.ts +2 -2
  674. package/dist/types/components/kbd/kbd.d.ts +2 -2
  675. package/dist/types/components/link/link.d.ts +2 -2
  676. package/dist/types/components/link-box/link-box.d.ts +2 -2
  677. package/dist/types/components/list/list.d.ts +2 -2
  678. package/dist/types/components/loading/loading-provider.d.ts +2 -2
  679. package/dist/types/components/loading/loading.d.ts +3 -3
  680. package/dist/types/components/mark/mark.d.ts +2 -2
  681. package/dist/types/components/menu/menu.d.ts +2 -2
  682. package/dist/types/components/menu/menu.style.d.ts +2 -2
  683. package/dist/types/components/menu/use-menu.d.ts +11 -11
  684. package/dist/types/components/modal/modal.d.ts +2 -2
  685. package/dist/types/components/modal/modal.style.d.ts +2 -2
  686. package/dist/types/components/native-select/native-select.d.ts +2 -2
  687. package/dist/types/components/native-table/native-table.d.ts +2 -2
  688. package/dist/types/components/number-input/number-input.d.ts +2 -2
  689. package/dist/types/components/pagination/pagination.d.ts +2 -2
  690. package/dist/types/components/pagination/use-pagination.d.ts +2 -2
  691. package/dist/types/components/password-input/password-input.d.ts +2 -2
  692. package/dist/types/components/password-input/strength-meter.d.ts +2 -2
  693. package/dist/types/components/password-input/use-password-input.d.ts +2 -2
  694. package/dist/types/components/pin-input/pin-input.d.ts +2 -2
  695. package/dist/types/components/pin-input/use-pin-input.d.ts +7 -7
  696. package/dist/types/components/popover/popover.d.ts +2 -2
  697. package/dist/types/components/progress/progress.d.ts +2 -2
  698. package/dist/types/components/progress/use-progress.d.ts +697 -697
  699. package/dist/types/components/radio/radio.d.ts +3 -3
  700. package/dist/types/components/radio/use-radio-group.d.ts +2 -2
  701. package/dist/types/components/radio-card/radio-card.d.ts +3 -3
  702. package/dist/types/components/rating/rating.d.ts +2 -2
  703. package/dist/types/components/rating/use-rating.d.ts +7 -7
  704. package/dist/types/components/reorder/reorder.d.ts +2 -2
  705. package/dist/types/components/reorder/use-reorder.d.ts +3 -3
  706. package/dist/types/components/resizable/resizable.d.ts +2 -2
  707. package/dist/types/components/resizable/use-resizable.d.ts +2 -2
  708. package/dist/types/components/ripple/ripple.d.ts +2 -2
  709. package/dist/types/components/ripple/use-ripple.d.ts +2 -2
  710. package/dist/types/components/rotate/rotate.d.ts +2 -2
  711. package/dist/types/components/scroll-area/scroll-area.d.ts +2 -2
  712. package/dist/types/components/segmented-control/segmented-control.d.ts +2 -2
  713. package/dist/types/components/segmented-control/use-segmented-control.d.ts +9 -9
  714. package/dist/types/components/select/select.d.ts +2 -2
  715. package/dist/types/components/select/use-select.d.ts +4 -4
  716. package/dist/types/components/separator/separator.d.ts +2 -2
  717. package/dist/types/components/simple-grid/simple-grid.d.ts +2 -2
  718. package/dist/types/components/skeleton/skeleton.d.ts +2 -2
  719. package/dist/types/components/slide/slide.d.ts +2 -2
  720. package/dist/types/components/slide-fade/slide-fade.d.ts +2 -2
  721. package/dist/types/components/slider/slider.d.ts +2 -2
  722. package/dist/types/components/slider/use-slider.d.ts +2 -2
  723. package/dist/types/components/snacks/snacks.d.ts +2 -2
  724. package/dist/types/components/snacks/snacks.style.d.ts +1 -1
  725. package/dist/types/components/stack/h-stack.d.ts +2 -2
  726. package/dist/types/components/stack/stack.d.ts +2 -2
  727. package/dist/types/components/stack/v-stack.d.ts +2 -2
  728. package/dist/types/components/stack/z-stack.d.ts +2 -2
  729. package/dist/types/components/stat/stat.d.ts +2 -2
  730. package/dist/types/components/status/status.d.ts +2 -2
  731. package/dist/types/components/steps/steps.d.ts +2 -2
  732. package/dist/types/components/steps/steps.style.d.ts +1 -1
  733. package/dist/types/components/steps/use-steps.d.ts +10 -10
  734. package/dist/types/components/switch/switch.d.ts +2 -2
  735. package/dist/types/components/tabs/tabs.d.ts +2 -2
  736. package/dist/types/components/tabs/use-tabs.d.ts +16 -16
  737. package/dist/types/components/tag/tag.d.ts +2 -2
  738. package/dist/types/components/tag/tag.style.d.ts +1 -1
  739. package/dist/types/components/text/text.d.ts +2 -2
  740. package/dist/types/components/textarea/textarea.d.ts +2 -2
  741. package/dist/types/components/textarea/use-autosize.d.ts +2 -2
  742. package/dist/types/components/timeline/timeline.d.ts +4 -4
  743. package/dist/types/components/timeline/timeline.style.d.ts +2 -2
  744. package/dist/types/components/toggle/toggle.d.ts +3 -3
  745. package/dist/types/components/toggle/use-toggle-group.d.ts +2 -2
  746. package/dist/types/components/toggle/use-toggle.d.ts +2 -2
  747. package/dist/types/components/tooltip/tooltip.d.ts +2 -2
  748. package/dist/types/components/visually-hidden/visually-hidden.d.ts +2 -2
  749. package/dist/types/components/wrap/wrap.d.ts +2 -2
  750. package/dist/types/core/system/color-mode-provider.d.ts +2 -2
  751. package/dist/types/core/system/styled.d.ts +2 -2
  752. package/dist/types/core/system/system-provider.d.ts +2 -2
  753. package/dist/types/hooks/use-breakpoint/use-breakpoint-state.d.ts +2 -2
  754. package/dist/types/hooks/use-clickable/index.d.ts +7 -7
  755. package/dist/types/hooks/use-clipboard/index.d.ts +2 -2
  756. package/dist/types/hooks/use-combobox/index.d.ts +12 -12
  757. package/dist/types/hooks/use-counter/index.d.ts +2 -2
  758. package/dist/types/hooks/use-descendants/index.d.ts +2 -2
  759. package/dist/types/hooks/use-field-sizing/index.d.ts +2 -2
  760. package/dist/types/hooks/use-hover/index.d.ts +2 -2
  761. package/dist/types/hooks/use-popper/index.d.ts +2 -2
  762. package/dist/types/hooks/use-resize-observer/index.d.ts +3 -3
  763. package/dist/types/providers/i18n-provider/i18n-provider.d.ts +3 -3
  764. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { As, Component, WithoutAs, WithoutRef } from "../../../core/components/index.types.js";
2
2
  import { IconProps } from "../icon.js";
3
- import * as react2197 from "react";
3
+ import * as react2198 from "react";
4
4
 
5
5
  //#region src/components/icon/icons/refresh-ccw-icon.d.ts
6
6
  /**
@@ -8,7 +8,7 @@ import * as react2197 from "react";
8
8
  *
9
9
  * @see https://yamada-ui.com/docs/components/icon
10
10
  */
11
- declare const RefreshCcwIcon: Component<Component<"svg", IconProps>, Omit<react2197.SVGProps<SVGSVGElement>, "string" | "p" | "style" | "clipPath" | "filter" | "g" | "marker" | "mask" | "path" | "text" | "_peerAccept" | "_peerActive" | "_peerBlank" | "_peerChecked" | "_peerComplete" | "_peerCurrent" | "_peerDisabled" | "_peerEnabled" | "_peerExpanded" | "_peerFocus" | "_peerFocusVisible" | "_peerFocusWithin" | "_peerGrabbed" | "_peerHorizontal" | "_peerHover" | "_peerIdle" | "_peerIncomplete" | "_peerInvalid" | "_peerLoaded" | "_peerLoading" | "_peerOptional" | "_peerPlaceholderShown" | "_peerPressed" | "_peerRange" | "_peerReadOnly" | "_peerReadWrite" | "_peerReject" | "_peerRequired" | "_peerSelected" | "_peerUserInvalid" | "_peerValid" | "_peerVertical" | "_groupAccept" | "_groupActive" | "_groupActivedescendant" | "_groupBlank" | "_groupChecked" | "_groupComplete" | "_groupCurrent" | "_groupDisabled" | "_groupEnabled" | "_groupExpanded" | "_groupFocus" | "_groupFocusVisible" | "_groupFocusWithin" | "_groupGrabbed" | "_groupHorizontal" | "_groupHover" | "_groupIdle" | "_groupIncomplete" | "_groupInvalid" | "_groupLoaded" | "_groupLoading" | "_groupOptional" | "_groupPlaceholderShown" | "_groupPressed" | "_groupRange" | "_groupReadOnly" | "_groupReadWrite" | "_groupReject" | "_groupRequired" | "_groupSelected" | "_groupUserInvalid" | "_groupValid" | "_groupVertical" | "_activedescendant" | "_anyLink" | "_autofill" | "_blank" | "_checked" | "_child" | "_default" | "_empty" | "_enabled" | "_even" | "_first" | "_firstChild" | "_focusWithin" | "_fullScreen" | "_horizontal" | "_icon" | "_indeterminate" | "_inRange" | "_last" | "_lastChild" | "_link" | "_modal" | "_nativeActive" | "_nativeChecked" | "_nativeDisabled" | "_nativeFocus" | "_nativeFocusVisible" | "_nativeFocusWithin" | "_nativeHover" | "_nativeReadOnly" | "_nativeTarget" | "_nativeValid" | "_notChecked" | "_notEmpty" | "_notFirst" | "_notFirstChild" | "_notLast" | "_notLastChild" | "_notTarget" | "_odd" | "_only" | "_onlyChild" | "_optional" | "_outRange" | "_paused" | "_picture" | "_placeholderShown" | "_playing" | "_readWrite" | "_required" | "_target" | "_userInvalid" | "_valid" | "_vertical" | "_visited" | "_hover" | "_active" | "_focus" | "_focusVisible" | "_invalid" | "_readOnly" | "_disabled" | "_accept" | "_between" | "_complete" | "_current" | "_dark" | "_end" | "_expanded" | "_fallback" | "_filled" | "_grabbed" | "_grid" | "_hasIcon" | "_idle" | "_incomplete" | "_light" | "_loaded" | "_loading" | "_ltr" | "_nativeHidden" | "_notAllowed" | "_notCurrent" | "_notFallback" | "_notSelected" | "_numeric" | "_pressed" | "_range" | "_reject" | "_ripple" | "_rtl" | "_start" | "_selected" | "_hidden" | "_never" | "_after" | "_backdrop" | "_before" | "_cue" | "_cueRegion" | "_fileSelector" | "_firstLetter" | "_firstLine" | "_marker" | "_placeholder" | "_scrollbar" | "_scrollbarButton" | "_scrollbarCorner" | "_scrollbarThumb" | "_scrollbarTrack" | "_scrollbarTrackPiece" | "_selection" | "opacity" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozPaddingEnd" | "MozPaddingStart" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozOutlineRadius" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "apply" | `--${string}` | "bg" | "border" | "contrast" | "outline" | "position" | "inset" | "max" | "min" | "px" | "layerStyle" | "textStyle" | "colorScheme" | "accent" | "accentColor" | "alignContent" | "alignItems" | "alignmentBaseline" | "alignSelf" | "all" | "anchorName" | "anchorScope" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropDropShadow" | "backdropFilter" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "backdropSepia" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "baselineShift" | "baselineSource" | "bgAttachment" | "bgBlendMode" | "bgClip" | "bgColor" | "bgGradient" | "bgImage" | "bgImg" | "bgOrigin" | "bgPosition" | "bgPositionX" | "bgPositionY" | "bgPosX" | "bgPosY" | "bgRepeat" | "bgSize" | "blendMode" | "blockSize" | "blur" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEnd" | "borderEndColor" | "borderEndEndRadius" | "borderEndRadius" | "borderEndStartRadius" | "borderEndStyle" | "borderEndWidth" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndRadius" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartRadius" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftRadius" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightRadius" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStart" | "borderStartColor" | "borderStartEndRadius" | "borderStartRadius" | "borderStartStartRadius" | "borderStartStyle" | "borderStartWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "borderX" | "borderY" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSize" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "brightness" | "captionSide" | "caret" | "caretColor" | "clear" | "clip" | "clipRule" | "color" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columns" | "columnSpan" | "columnWidth" | "contain" | "container" | "containerName" | "containerType" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "content" | "contentVisibility" | "cornerBlockEndShape" | "cornerBlockStartShape" | "cornerBottomLeftShape" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerEndStartShape" | "cornerInlineEndShape" | "cornerInlineStartShape" | "cornerLeftShape" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerStartStartShape" | "cornerTopLeftShape" | "cornerTopRightShape" | "cornerTopShape" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "dynamicRangeLimit" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "flex" | "flexBasis" | "flexDir" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "forcedColorAdjust" | "gap" | "gapX" | "gapY" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "gx" | "gy" | "h" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imeMode" | "initialLetter" | "inlineSize" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetEnd" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "insetStart" | "interactivity" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "leading" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStyleImg" | "listStylePos" | "listStylePosition" | "listStyleType" | "m" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginEnd" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginTrim" | "markerEnd" | "markerMid" | "markerStart" | "maskBorder" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxH" | "maxHeight" | "maxInlineSize" | "maxW" | "maxWidth" | "mb" | "me" | "minBlockSize" | "minH" | "minHeight" | "minInlineSize" | "minW" | "minWidth" | "mixBlendMode" | "ml" | "mr" | "ms" | "mt" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscroll" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "overscrollX" | "overscrollY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingEnd" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "pb" | "pe" | "perspective" | "perspectiveOrigin" | "pl" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "pos" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "pr" | "printColorAdjust" | "ps" | "pt" | "quotes" | "r" | "readingFlow" | "readingOrder" | "resize" | "right" | "rotate" | "rounded" | "roundedBottom" | "roundedBottomEnd" | "roundedBottomLeft" | "roundedBottomRight" | "roundedBottomStart" | "roundedEnd" | "roundedLeft" | "roundedRight" | "roundedStart" | "roundedTop" | "roundedTopEnd" | "roundedTopLeft" | "roundedTopRight" | "roundedTopStart" | "rowGap" | "rubyAlign" | "rubyOverhang" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollInitialTarget" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarkerGroup" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shadow" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "speak" | "speakAs" | "stopColor" | "stopOpacity" | "stroke" | "strokeColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tableLayout" | "tabSize" | "textAlign" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textColor" | "textCombineUpright" | "textDecor" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "tracking" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionTimingFunction" | "unicodeBidi" | "userModify" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionName" | "visibility" | "w" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "writingMode" | "x" | "y" | "z" | "zIndex" | "zoom" | "colorMode" | "dropShadow" | "focusRing" | "focusRingColor" | "focusRingOffset" | "focusRingStyle" | "focusRingWidth" | "focusVisibleRing" | "grayscale" | "hueRotate" | "insetX" | "insetY" | "invert" | "lineClamp" | "marginX" | "marginY" | "maxBoxSize" | "minBoxSize" | "mx" | "my" | "paddingX" | "paddingY" | "py" | "rotateX" | "rotateY" | "rotateZ" | "saturate" | "scaleX" | "scaleY" | "scaleZ" | "scrollMarginX" | "scrollMarginY" | "scrollPaddingX" | "scrollPaddingY" | "sepia" | "skewX" | "skewY" | "transition" | "transitionProperty" | "translateX" | "translateY" | "translateZ" | "truncated" | "_container" | "_keyframes" | "_landscape" | "_media" | "_mediaDark" | "_mediaLight" | "_mediaReduceMotion" | "_portrait" | "_print" | "_supports" | "local" | "values" | "from" | "to" | "className" | "name" | "target" | "as" | "asChild" | "css" | "suppressHydrationWarning" | "id" | "lang" | "media" | "method" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "key" | `data-${string}`> & WithoutAs<WithoutRef<IconProps>> & {
11
+ declare const RefreshCcwIcon: Component<Component<"svg", IconProps>, Omit<react2198.SVGProps<SVGSVGElement>, "string" | "p" | "style" | "clipPath" | "filter" | "g" | "marker" | "mask" | "path" | "text" | "_peerAccept" | "_peerActive" | "_peerBlank" | "_peerChecked" | "_peerComplete" | "_peerCurrent" | "_peerDisabled" | "_peerEnabled" | "_peerExpanded" | "_peerFocus" | "_peerFocusVisible" | "_peerFocusWithin" | "_peerGrabbed" | "_peerHorizontal" | "_peerHover" | "_peerIdle" | "_peerIncomplete" | "_peerInvalid" | "_peerLoaded" | "_peerLoading" | "_peerOptional" | "_peerPlaceholderShown" | "_peerPressed" | "_peerRange" | "_peerReadOnly" | "_peerReadWrite" | "_peerReject" | "_peerRequired" | "_peerSelected" | "_peerUserInvalid" | "_peerValid" | "_peerVertical" | "_groupAccept" | "_groupActive" | "_groupActivedescendant" | "_groupBlank" | "_groupChecked" | "_groupComplete" | "_groupCurrent" | "_groupDisabled" | "_groupEnabled" | "_groupExpanded" | "_groupFocus" | "_groupFocusVisible" | "_groupFocusWithin" | "_groupGrabbed" | "_groupHorizontal" | "_groupHover" | "_groupIdle" | "_groupIncomplete" | "_groupInvalid" | "_groupLoaded" | "_groupLoading" | "_groupOptional" | "_groupPlaceholderShown" | "_groupPressed" | "_groupRange" | "_groupReadOnly" | "_groupReadWrite" | "_groupReject" | "_groupRequired" | "_groupSelected" | "_groupUserInvalid" | "_groupValid" | "_groupVertical" | "_activedescendant" | "_anyLink" | "_autofill" | "_blank" | "_checked" | "_child" | "_default" | "_empty" | "_enabled" | "_even" | "_first" | "_firstChild" | "_focusWithin" | "_fullScreen" | "_horizontal" | "_icon" | "_indeterminate" | "_inRange" | "_last" | "_lastChild" | "_link" | "_modal" | "_nativeActive" | "_nativeChecked" | "_nativeDisabled" | "_nativeFocus" | "_nativeFocusVisible" | "_nativeFocusWithin" | "_nativeHover" | "_nativeReadOnly" | "_nativeTarget" | "_nativeValid" | "_notChecked" | "_notEmpty" | "_notFirst" | "_notFirstChild" | "_notLast" | "_notLastChild" | "_notTarget" | "_odd" | "_only" | "_onlyChild" | "_optional" | "_outRange" | "_paused" | "_picture" | "_placeholderShown" | "_playing" | "_readWrite" | "_required" | "_target" | "_userInvalid" | "_valid" | "_vertical" | "_visited" | "_hover" | "_active" | "_focus" | "_focusVisible" | "_invalid" | "_readOnly" | "_disabled" | "_accept" | "_between" | "_complete" | "_current" | "_dark" | "_end" | "_expanded" | "_fallback" | "_filled" | "_grabbed" | "_grid" | "_hasIcon" | "_idle" | "_incomplete" | "_light" | "_loaded" | "_loading" | "_ltr" | "_nativeHidden" | "_notAllowed" | "_notCurrent" | "_notFallback" | "_notSelected" | "_numeric" | "_pressed" | "_range" | "_reject" | "_ripple" | "_rtl" | "_start" | "_selected" | "_hidden" | "_never" | "_after" | "_backdrop" | "_before" | "_cue" | "_cueRegion" | "_fileSelector" | "_firstLetter" | "_firstLine" | "_marker" | "_placeholder" | "_scrollbar" | "_scrollbarButton" | "_scrollbarCorner" | "_scrollbarThumb" | "_scrollbarTrack" | "_scrollbarTrackPiece" | "_selection" | "opacity" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozPaddingEnd" | "MozPaddingStart" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozOutlineRadius" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "apply" | `--${string}` | "bg" | "border" | "contrast" | "outline" | "position" | "inset" | "max" | "min" | "px" | "layerStyle" | "textStyle" | "colorScheme" | "accent" | "accentColor" | "alignContent" | "alignItems" | "alignmentBaseline" | "alignSelf" | "all" | "anchorName" | "anchorScope" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropDropShadow" | "backdropFilter" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "backdropSepia" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "baselineShift" | "baselineSource" | "bgAttachment" | "bgBlendMode" | "bgClip" | "bgColor" | "bgGradient" | "bgImage" | "bgImg" | "bgOrigin" | "bgPosition" | "bgPositionX" | "bgPositionY" | "bgPosX" | "bgPosY" | "bgRepeat" | "bgSize" | "blendMode" | "blockSize" | "blur" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEnd" | "borderEndColor" | "borderEndEndRadius" | "borderEndRadius" | "borderEndStartRadius" | "borderEndStyle" | "borderEndWidth" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndRadius" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartRadius" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftRadius" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightRadius" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStart" | "borderStartColor" | "borderStartEndRadius" | "borderStartRadius" | "borderStartStartRadius" | "borderStartStyle" | "borderStartWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "borderX" | "borderY" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSize" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "brightness" | "captionSide" | "caret" | "caretColor" | "clear" | "clip" | "clipRule" | "color" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columns" | "columnSpan" | "columnWidth" | "contain" | "container" | "containerName" | "containerType" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "content" | "contentVisibility" | "cornerBlockEndShape" | "cornerBlockStartShape" | "cornerBottomLeftShape" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerEndStartShape" | "cornerInlineEndShape" | "cornerInlineStartShape" | "cornerLeftShape" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerStartStartShape" | "cornerTopLeftShape" | "cornerTopRightShape" | "cornerTopShape" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "dynamicRangeLimit" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "flex" | "flexBasis" | "flexDir" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "forcedColorAdjust" | "gap" | "gapX" | "gapY" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "gx" | "gy" | "h" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imeMode" | "initialLetter" | "inlineSize" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetEnd" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "insetStart" | "interactivity" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "leading" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStyleImg" | "listStylePos" | "listStylePosition" | "listStyleType" | "m" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginEnd" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginTrim" | "markerEnd" | "markerMid" | "markerStart" | "maskBorder" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxH" | "maxHeight" | "maxInlineSize" | "maxW" | "maxWidth" | "mb" | "me" | "minBlockSize" | "minH" | "minHeight" | "minInlineSize" | "minW" | "minWidth" | "mixBlendMode" | "ml" | "mr" | "ms" | "mt" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscroll" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "overscrollX" | "overscrollY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingEnd" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "pb" | "pe" | "perspective" | "perspectiveOrigin" | "pl" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "pos" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "pr" | "printColorAdjust" | "ps" | "pt" | "quotes" | "r" | "readingFlow" | "readingOrder" | "resize" | "right" | "rotate" | "rounded" | "roundedBottom" | "roundedBottomEnd" | "roundedBottomLeft" | "roundedBottomRight" | "roundedBottomStart" | "roundedEnd" | "roundedLeft" | "roundedRight" | "roundedStart" | "roundedTop" | "roundedTopEnd" | "roundedTopLeft" | "roundedTopRight" | "roundedTopStart" | "rowGap" | "rubyAlign" | "rubyOverhang" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollInitialTarget" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarkerGroup" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shadow" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "speak" | "speakAs" | "stopColor" | "stopOpacity" | "stroke" | "strokeColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tableLayout" | "tabSize" | "textAlign" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textColor" | "textCombineUpright" | "textDecor" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "tracking" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionTimingFunction" | "unicodeBidi" | "userModify" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionName" | "visibility" | "w" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "writingMode" | "x" | "y" | "z" | "zIndex" | "zoom" | "colorMode" | "dropShadow" | "focusRing" | "focusRingColor" | "focusRingOffset" | "focusRingStyle" | "focusRingWidth" | "focusVisibleRing" | "grayscale" | "hueRotate" | "insetX" | "insetY" | "invert" | "lineClamp" | "marginX" | "marginY" | "maxBoxSize" | "minBoxSize" | "mx" | "my" | "paddingX" | "paddingY" | "py" | "rotateX" | "rotateY" | "rotateZ" | "saturate" | "scaleX" | "scaleY" | "scaleZ" | "scrollMarginX" | "scrollMarginY" | "scrollPaddingX" | "scrollPaddingY" | "sepia" | "skewX" | "skewY" | "transition" | "transitionProperty" | "translateX" | "translateY" | "translateZ" | "truncated" | "_container" | "_keyframes" | "_landscape" | "_media" | "_mediaDark" | "_mediaLight" | "_mediaReduceMotion" | "_portrait" | "_print" | "_supports" | "local" | "values" | "from" | "to" | "className" | "name" | "target" | "as" | "asChild" | "css" | "suppressHydrationWarning" | "id" | "lang" | "media" | "method" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "key" | `data-${string}`> & WithoutAs<WithoutRef<IconProps>> & {
12
12
  as?: As | undefined;
13
13
  }>;
14
14
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { As, Component, WithoutAs, WithoutRef } from "../../../core/components/index.types.js";
2
2
  import { IconProps } from "../icon.js";
3
- import * as react2215 from "react";
3
+ import * as react2216 from "react";
4
4
 
5
5
  //#region src/components/icon/icons/roller-coaster-icon.d.ts
6
6
  /**
@@ -8,7 +8,7 @@ import * as react2215 from "react";
8
8
  *
9
9
  * @see https://yamada-ui.com/docs/components/icon
10
10
  */
11
- declare const RollerCoasterIcon: Component<Component<"svg", IconProps>, Omit<react2215.SVGProps<SVGSVGElement>, "string" | "p" | "style" | "clipPath" | "filter" | "g" | "marker" | "mask" | "path" | "text" | "_peerAccept" | "_peerActive" | "_peerBlank" | "_peerChecked" | "_peerComplete" | "_peerCurrent" | "_peerDisabled" | "_peerEnabled" | "_peerExpanded" | "_peerFocus" | "_peerFocusVisible" | "_peerFocusWithin" | "_peerGrabbed" | "_peerHorizontal" | "_peerHover" | "_peerIdle" | "_peerIncomplete" | "_peerInvalid" | "_peerLoaded" | "_peerLoading" | "_peerOptional" | "_peerPlaceholderShown" | "_peerPressed" | "_peerRange" | "_peerReadOnly" | "_peerReadWrite" | "_peerReject" | "_peerRequired" | "_peerSelected" | "_peerUserInvalid" | "_peerValid" | "_peerVertical" | "_groupAccept" | "_groupActive" | "_groupActivedescendant" | "_groupBlank" | "_groupChecked" | "_groupComplete" | "_groupCurrent" | "_groupDisabled" | "_groupEnabled" | "_groupExpanded" | "_groupFocus" | "_groupFocusVisible" | "_groupFocusWithin" | "_groupGrabbed" | "_groupHorizontal" | "_groupHover" | "_groupIdle" | "_groupIncomplete" | "_groupInvalid" | "_groupLoaded" | "_groupLoading" | "_groupOptional" | "_groupPlaceholderShown" | "_groupPressed" | "_groupRange" | "_groupReadOnly" | "_groupReadWrite" | "_groupReject" | "_groupRequired" | "_groupSelected" | "_groupUserInvalid" | "_groupValid" | "_groupVertical" | "_activedescendant" | "_anyLink" | "_autofill" | "_blank" | "_checked" | "_child" | "_default" | "_empty" | "_enabled" | "_even" | "_first" | "_firstChild" | "_focusWithin" | "_fullScreen" | "_horizontal" | "_icon" | "_indeterminate" | "_inRange" | "_last" | "_lastChild" | "_link" | "_modal" | "_nativeActive" | "_nativeChecked" | "_nativeDisabled" | "_nativeFocus" | "_nativeFocusVisible" | "_nativeFocusWithin" | "_nativeHover" | "_nativeReadOnly" | "_nativeTarget" | "_nativeValid" | "_notChecked" | "_notEmpty" | "_notFirst" | "_notFirstChild" | "_notLast" | "_notLastChild" | "_notTarget" | "_odd" | "_only" | "_onlyChild" | "_optional" | "_outRange" | "_paused" | "_picture" | "_placeholderShown" | "_playing" | "_readWrite" | "_required" | "_target" | "_userInvalid" | "_valid" | "_vertical" | "_visited" | "_hover" | "_active" | "_focus" | "_focusVisible" | "_invalid" | "_readOnly" | "_disabled" | "_accept" | "_between" | "_complete" | "_current" | "_dark" | "_end" | "_expanded" | "_fallback" | "_filled" | "_grabbed" | "_grid" | "_hasIcon" | "_idle" | "_incomplete" | "_light" | "_loaded" | "_loading" | "_ltr" | "_nativeHidden" | "_notAllowed" | "_notCurrent" | "_notFallback" | "_notSelected" | "_numeric" | "_pressed" | "_range" | "_reject" | "_ripple" | "_rtl" | "_start" | "_selected" | "_hidden" | "_never" | "_after" | "_backdrop" | "_before" | "_cue" | "_cueRegion" | "_fileSelector" | "_firstLetter" | "_firstLine" | "_marker" | "_placeholder" | "_scrollbar" | "_scrollbarButton" | "_scrollbarCorner" | "_scrollbarThumb" | "_scrollbarTrack" | "_scrollbarTrackPiece" | "_selection" | "opacity" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozPaddingEnd" | "MozPaddingStart" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozOutlineRadius" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "apply" | `--${string}` | "bg" | "border" | "contrast" | "outline" | "position" | "inset" | "max" | "min" | "px" | "layerStyle" | "textStyle" | "colorScheme" | "accent" | "accentColor" | "alignContent" | "alignItems" | "alignmentBaseline" | "alignSelf" | "all" | "anchorName" | "anchorScope" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropDropShadow" | "backdropFilter" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "backdropSepia" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "baselineShift" | "baselineSource" | "bgAttachment" | "bgBlendMode" | "bgClip" | "bgColor" | "bgGradient" | "bgImage" | "bgImg" | "bgOrigin" | "bgPosition" | "bgPositionX" | "bgPositionY" | "bgPosX" | "bgPosY" | "bgRepeat" | "bgSize" | "blendMode" | "blockSize" | "blur" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEnd" | "borderEndColor" | "borderEndEndRadius" | "borderEndRadius" | "borderEndStartRadius" | "borderEndStyle" | "borderEndWidth" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndRadius" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartRadius" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftRadius" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightRadius" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStart" | "borderStartColor" | "borderStartEndRadius" | "borderStartRadius" | "borderStartStartRadius" | "borderStartStyle" | "borderStartWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "borderX" | "borderY" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSize" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "brightness" | "captionSide" | "caret" | "caretColor" | "clear" | "clip" | "clipRule" | "color" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columns" | "columnSpan" | "columnWidth" | "contain" | "container" | "containerName" | "containerType" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "content" | "contentVisibility" | "cornerBlockEndShape" | "cornerBlockStartShape" | "cornerBottomLeftShape" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerEndStartShape" | "cornerInlineEndShape" | "cornerInlineStartShape" | "cornerLeftShape" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerStartStartShape" | "cornerTopLeftShape" | "cornerTopRightShape" | "cornerTopShape" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "dynamicRangeLimit" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "flex" | "flexBasis" | "flexDir" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "forcedColorAdjust" | "gap" | "gapX" | "gapY" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "gx" | "gy" | "h" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imeMode" | "initialLetter" | "inlineSize" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetEnd" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "insetStart" | "interactivity" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "leading" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStyleImg" | "listStylePos" | "listStylePosition" | "listStyleType" | "m" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginEnd" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginTrim" | "markerEnd" | "markerMid" | "markerStart" | "maskBorder" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxH" | "maxHeight" | "maxInlineSize" | "maxW" | "maxWidth" | "mb" | "me" | "minBlockSize" | "minH" | "minHeight" | "minInlineSize" | "minW" | "minWidth" | "mixBlendMode" | "ml" | "mr" | "ms" | "mt" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscroll" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "overscrollX" | "overscrollY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingEnd" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "pb" | "pe" | "perspective" | "perspectiveOrigin" | "pl" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "pos" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "pr" | "printColorAdjust" | "ps" | "pt" | "quotes" | "r" | "readingFlow" | "readingOrder" | "resize" | "right" | "rotate" | "rounded" | "roundedBottom" | "roundedBottomEnd" | "roundedBottomLeft" | "roundedBottomRight" | "roundedBottomStart" | "roundedEnd" | "roundedLeft" | "roundedRight" | "roundedStart" | "roundedTop" | "roundedTopEnd" | "roundedTopLeft" | "roundedTopRight" | "roundedTopStart" | "rowGap" | "rubyAlign" | "rubyOverhang" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollInitialTarget" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarkerGroup" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shadow" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "speak" | "speakAs" | "stopColor" | "stopOpacity" | "stroke" | "strokeColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tableLayout" | "tabSize" | "textAlign" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textColor" | "textCombineUpright" | "textDecor" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "tracking" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionTimingFunction" | "unicodeBidi" | "userModify" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionName" | "visibility" | "w" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "writingMode" | "x" | "y" | "z" | "zIndex" | "zoom" | "colorMode" | "dropShadow" | "focusRing" | "focusRingColor" | "focusRingOffset" | "focusRingStyle" | "focusRingWidth" | "focusVisibleRing" | "grayscale" | "hueRotate" | "insetX" | "insetY" | "invert" | "lineClamp" | "marginX" | "marginY" | "maxBoxSize" | "minBoxSize" | "mx" | "my" | "paddingX" | "paddingY" | "py" | "rotateX" | "rotateY" | "rotateZ" | "saturate" | "scaleX" | "scaleY" | "scaleZ" | "scrollMarginX" | "scrollMarginY" | "scrollPaddingX" | "scrollPaddingY" | "sepia" | "skewX" | "skewY" | "transition" | "transitionProperty" | "translateX" | "translateY" | "translateZ" | "truncated" | "_container" | "_keyframes" | "_landscape" | "_media" | "_mediaDark" | "_mediaLight" | "_mediaReduceMotion" | "_portrait" | "_print" | "_supports" | "local" | "values" | "from" | "to" | "className" | "name" | "target" | "as" | "asChild" | "css" | "suppressHydrationWarning" | "id" | "lang" | "media" | "method" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "key" | `data-${string}`> & WithoutAs<WithoutRef<IconProps>> & {
11
+ declare const RollerCoasterIcon: Component<Component<"svg", IconProps>, Omit<react2216.SVGProps<SVGSVGElement>, "string" | "p" | "style" | "clipPath" | "filter" | "g" | "marker" | "mask" | "path" | "text" | "_peerAccept" | "_peerActive" | "_peerBlank" | "_peerChecked" | "_peerComplete" | "_peerCurrent" | "_peerDisabled" | "_peerEnabled" | "_peerExpanded" | "_peerFocus" | "_peerFocusVisible" | "_peerFocusWithin" | "_peerGrabbed" | "_peerHorizontal" | "_peerHover" | "_peerIdle" | "_peerIncomplete" | "_peerInvalid" | "_peerLoaded" | "_peerLoading" | "_peerOptional" | "_peerPlaceholderShown" | "_peerPressed" | "_peerRange" | "_peerReadOnly" | "_peerReadWrite" | "_peerReject" | "_peerRequired" | "_peerSelected" | "_peerUserInvalid" | "_peerValid" | "_peerVertical" | "_groupAccept" | "_groupActive" | "_groupActivedescendant" | "_groupBlank" | "_groupChecked" | "_groupComplete" | "_groupCurrent" | "_groupDisabled" | "_groupEnabled" | "_groupExpanded" | "_groupFocus" | "_groupFocusVisible" | "_groupFocusWithin" | "_groupGrabbed" | "_groupHorizontal" | "_groupHover" | "_groupIdle" | "_groupIncomplete" | "_groupInvalid" | "_groupLoaded" | "_groupLoading" | "_groupOptional" | "_groupPlaceholderShown" | "_groupPressed" | "_groupRange" | "_groupReadOnly" | "_groupReadWrite" | "_groupReject" | "_groupRequired" | "_groupSelected" | "_groupUserInvalid" | "_groupValid" | "_groupVertical" | "_activedescendant" | "_anyLink" | "_autofill" | "_blank" | "_checked" | "_child" | "_default" | "_empty" | "_enabled" | "_even" | "_first" | "_firstChild" | "_focusWithin" | "_fullScreen" | "_horizontal" | "_icon" | "_indeterminate" | "_inRange" | "_last" | "_lastChild" | "_link" | "_modal" | "_nativeActive" | "_nativeChecked" | "_nativeDisabled" | "_nativeFocus" | "_nativeFocusVisible" | "_nativeFocusWithin" | "_nativeHover" | "_nativeReadOnly" | "_nativeTarget" | "_nativeValid" | "_notChecked" | "_notEmpty" | "_notFirst" | "_notFirstChild" | "_notLast" | "_notLastChild" | "_notTarget" | "_odd" | "_only" | "_onlyChild" | "_optional" | "_outRange" | "_paused" | "_picture" | "_placeholderShown" | "_playing" | "_readWrite" | "_required" | "_target" | "_userInvalid" | "_valid" | "_vertical" | "_visited" | "_hover" | "_active" | "_focus" | "_focusVisible" | "_invalid" | "_readOnly" | "_disabled" | "_accept" | "_between" | "_complete" | "_current" | "_dark" | "_end" | "_expanded" | "_fallback" | "_filled" | "_grabbed" | "_grid" | "_hasIcon" | "_idle" | "_incomplete" | "_light" | "_loaded" | "_loading" | "_ltr" | "_nativeHidden" | "_notAllowed" | "_notCurrent" | "_notFallback" | "_notSelected" | "_numeric" | "_pressed" | "_range" | "_reject" | "_ripple" | "_rtl" | "_start" | "_selected" | "_hidden" | "_never" | "_after" | "_backdrop" | "_before" | "_cue" | "_cueRegion" | "_fileSelector" | "_firstLetter" | "_firstLine" | "_marker" | "_placeholder" | "_scrollbar" | "_scrollbarButton" | "_scrollbarCorner" | "_scrollbarThumb" | "_scrollbarTrack" | "_scrollbarTrackPiece" | "_selection" | "opacity" | "MozAnimationDelay" | "MozAnimationDirection" | "MozAnimationDuration" | "MozAnimationFillMode" | "MozAnimationIterationCount" | "MozAnimationName" | "MozAnimationPlayState" | "MozAnimationTimingFunction" | "MozAppearance" | "MozBinding" | "MozBorderBottomColors" | "MozBorderEndColor" | "MozBorderEndStyle" | "MozBorderEndWidth" | "MozBorderLeftColors" | "MozBorderRightColors" | "MozBorderStartColor" | "MozBorderStartStyle" | "MozBorderTopColors" | "MozBoxSizing" | "MozColumnCount" | "MozColumnFill" | "MozColumnRuleColor" | "MozColumnRuleStyle" | "MozColumnRuleWidth" | "MozColumnWidth" | "MozContextProperties" | "MozFontFeatureSettings" | "MozFontLanguageOverride" | "MozHyphens" | "MozImageRegion" | "MozMarginEnd" | "MozMarginStart" | "MozOrient" | "MozOsxFontSmoothing" | "MozOutlineRadiusBottomleft" | "MozOutlineRadiusBottomright" | "MozOutlineRadiusTopleft" | "MozOutlineRadiusTopright" | "MozPaddingEnd" | "MozPaddingStart" | "MozStackSizing" | "MozTabSize" | "MozTextBlink" | "MozTextSizeAdjust" | "MozUserFocus" | "MozUserModify" | "MozUserSelect" | "MozWindowDragging" | "MozWindowShadow" | "msAccelerator" | "msBlockProgression" | "msContentZoomChaining" | "msContentZoomLimitMax" | "msContentZoomLimitMin" | "msContentZoomSnapPoints" | "msContentZoomSnapType" | "msContentZooming" | "msFilter" | "msFlexDirection" | "msFlexPositive" | "msFlowFrom" | "msFlowInto" | "msGridColumns" | "msGridRows" | "msHighContrastAdjust" | "msHyphenateLimitChars" | "msHyphenateLimitLines" | "msHyphenateLimitZone" | "msHyphens" | "msImeAlign" | "msLineBreak" | "msOrder" | "msOverflowStyle" | "msOverflowX" | "msOverflowY" | "msScrollChaining" | "msScrollLimitXMax" | "msScrollLimitXMin" | "msScrollLimitYMax" | "msScrollLimitYMin" | "msScrollRails" | "msScrollSnapPointsX" | "msScrollSnapPointsY" | "msScrollSnapType" | "msScrollTranslation" | "msScrollbar3dlightColor" | "msScrollbarArrowColor" | "msScrollbarBaseColor" | "msScrollbarDarkshadowColor" | "msScrollbarFaceColor" | "msScrollbarHighlightColor" | "msScrollbarShadowColor" | "msScrollbarTrackColor" | "msTextAutospace" | "msTextCombineHorizontal" | "msTextOverflow" | "msTouchAction" | "msTouchSelect" | "msTransform" | "msTransformOrigin" | "msTransitionDelay" | "msTransitionDuration" | "msTransitionProperty" | "msTransitionTimingFunction" | "msUserSelect" | "msWordBreak" | "msWrapFlow" | "msWrapMargin" | "msWrapThrough" | "msWritingMode" | "WebkitAlignContent" | "WebkitAlignItems" | "WebkitAlignSelf" | "WebkitAnimationDelay" | "WebkitAnimationDirection" | "WebkitAnimationDuration" | "WebkitAnimationFillMode" | "WebkitAnimationIterationCount" | "WebkitAnimationName" | "WebkitAnimationPlayState" | "WebkitAnimationTimingFunction" | "WebkitAppearance" | "WebkitBackdropFilter" | "WebkitBackfaceVisibility" | "WebkitBackgroundClip" | "WebkitBackgroundOrigin" | "WebkitBackgroundSize" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBorderBottomLeftRadius" | "WebkitBorderBottomRightRadius" | "WebkitBorderImageSlice" | "WebkitBorderTopLeftRadius" | "WebkitBorderTopRightRadius" | "WebkitBoxDecorationBreak" | "WebkitBoxReflect" | "WebkitBoxShadow" | "WebkitBoxSizing" | "WebkitClipPath" | "WebkitColumnCount" | "WebkitColumnFill" | "WebkitColumnRuleColor" | "WebkitColumnRuleStyle" | "WebkitColumnRuleWidth" | "WebkitColumnSpan" | "WebkitColumnWidth" | "WebkitFilter" | "WebkitFlexBasis" | "WebkitFlexDirection" | "WebkitFlexGrow" | "WebkitFlexShrink" | "WebkitFlexWrap" | "WebkitFontFeatureSettings" | "WebkitFontKerning" | "WebkitFontSmoothing" | "WebkitFontVariantLigatures" | "WebkitHyphenateCharacter" | "WebkitHyphens" | "WebkitInitialLetter" | "WebkitJustifyContent" | "WebkitLineBreak" | "WebkitLineClamp" | "WebkitMarginEnd" | "WebkitMarginStart" | "WebkitMaskAttachment" | "WebkitMaskBoxImageOutset" | "WebkitMaskBoxImageRepeat" | "WebkitMaskBoxImageSlice" | "WebkitMaskBoxImageSource" | "WebkitMaskBoxImageWidth" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitMaxInlineSize" | "WebkitOrder" | "WebkitOverflowScrolling" | "WebkitPaddingEnd" | "WebkitPaddingStart" | "WebkitPerspective" | "WebkitPerspectiveOrigin" | "WebkitPrintColorAdjust" | "WebkitRubyPosition" | "WebkitScrollSnapType" | "WebkitShapeMargin" | "WebkitTapHighlightColor" | "WebkitTextCombine" | "WebkitTextDecorationColor" | "WebkitTextDecorationLine" | "WebkitTextDecorationSkip" | "WebkitTextDecorationStyle" | "WebkitTextEmphasisColor" | "WebkitTextEmphasisPosition" | "WebkitTextEmphasisStyle" | "WebkitTextFillColor" | "WebkitTextOrientation" | "WebkitTextSizeAdjust" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTextUnderlinePosition" | "WebkitTouchCallout" | "WebkitTransform" | "WebkitTransformOrigin" | "WebkitTransformStyle" | "WebkitTransitionDelay" | "WebkitTransitionDuration" | "WebkitTransitionProperty" | "WebkitTransitionTimingFunction" | "WebkitUserModify" | "WebkitUserSelect" | "WebkitWritingMode" | "MozAnimation" | "MozBorderImage" | "MozColumnRule" | "MozColumns" | "MozOutlineRadius" | "msContentZoomLimit" | "msContentZoomSnap" | "msFlex" | "msScrollLimit" | "msScrollSnapX" | "msScrollSnapY" | "msTransition" | "WebkitAnimation" | "WebkitBorderBefore" | "WebkitBorderImage" | "WebkitBorderRadius" | "WebkitColumnRule" | "WebkitColumns" | "WebkitFlex" | "WebkitFlexFlow" | "WebkitMask" | "WebkitMaskBoxImage" | "WebkitTextEmphasis" | "WebkitTextStroke" | "WebkitTransition" | "apply" | `--${string}` | "bg" | "border" | "contrast" | "outline" | "position" | "inset" | "max" | "min" | "px" | "layerStyle" | "textStyle" | "colorScheme" | "accent" | "accentColor" | "alignContent" | "alignItems" | "alignmentBaseline" | "alignSelf" | "all" | "anchorName" | "anchorScope" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimeline" | "animationTimingFunction" | "appearance" | "aspectRatio" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropDropShadow" | "backdropFilter" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropSaturate" | "backdropSepia" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundRepeatX" | "backgroundRepeatY" | "backgroundSize" | "baselineShift" | "baselineSource" | "bgAttachment" | "bgBlendMode" | "bgClip" | "bgColor" | "bgGradient" | "bgImage" | "bgImg" | "bgOrigin" | "bgPosition" | "bgPositionX" | "bgPositionY" | "bgPosX" | "bgPosY" | "bgRepeat" | "bgSize" | "blendMode" | "blockSize" | "blur" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEnd" | "borderEndColor" | "borderEndEndRadius" | "borderEndRadius" | "borderEndStartRadius" | "borderEndStyle" | "borderEndWidth" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndRadius" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartRadius" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftRadius" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightRadius" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStart" | "borderStartColor" | "borderStartEndRadius" | "borderStartRadius" | "borderStartStartRadius" | "borderStartStyle" | "borderStartWidth" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "borderX" | "borderY" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSize" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "brightness" | "captionSide" | "caret" | "caretColor" | "clear" | "clip" | "clipRule" | "color" | "colorAdjust" | "colorInterpolation" | "colorInterpolationFilters" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columns" | "columnSpan" | "columnWidth" | "contain" | "container" | "containerName" | "containerType" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "content" | "contentVisibility" | "cornerBlockEndShape" | "cornerBlockStartShape" | "cornerBottomLeftShape" | "cornerBottomRightShape" | "cornerBottomShape" | "cornerEndEndShape" | "cornerEndStartShape" | "cornerInlineEndShape" | "cornerInlineStartShape" | "cornerLeftShape" | "cornerRightShape" | "cornerShape" | "cornerStartEndShape" | "cornerStartStartShape" | "cornerTopLeftShape" | "cornerTopRightShape" | "cornerTopShape" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "dynamicRangeLimit" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "flex" | "flexBasis" | "flexDir" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "fontWidth" | "forcedColorAdjust" | "gap" | "gapX" | "gapY" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnStart" | "gridRow" | "gridRowEnd" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "gx" | "gy" | "h" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imeMode" | "initialLetter" | "inlineSize" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetEnd" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "insetStart" | "interactivity" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "leading" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineHeight" | "listStyle" | "listStyleImage" | "listStyleImg" | "listStylePos" | "listStylePosition" | "listStyleType" | "m" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginEnd" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginTrim" | "markerEnd" | "markerMid" | "markerStart" | "maskBorder" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxH" | "maxHeight" | "maxInlineSize" | "maxW" | "maxWidth" | "mb" | "me" | "minBlockSize" | "minH" | "minHeight" | "minInlineSize" | "minW" | "minWidth" | "mixBlendMode" | "ml" | "mr" | "ms" | "mt" | "objectFit" | "objectPosition" | "objectViewBox" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscroll" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "overscrollX" | "overscrollY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingEnd" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "page" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "pb" | "pe" | "perspective" | "perspectiveOrigin" | "pl" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "pos" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "pr" | "printColorAdjust" | "ps" | "pt" | "quotes" | "r" | "readingFlow" | "readingOrder" | "resize" | "right" | "rotate" | "rounded" | "roundedBottom" | "roundedBottomEnd" | "roundedBottomLeft" | "roundedBottomRight" | "roundedBottomStart" | "roundedEnd" | "roundedLeft" | "roundedRight" | "roundedStart" | "roundedTop" | "roundedTopEnd" | "roundedTopLeft" | "roundedTopRight" | "roundedTopStart" | "rowGap" | "rubyAlign" | "rubyOverhang" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollInitialTarget" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollMarkerGroup" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapStop" | "scrollSnapType" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shadow" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "speak" | "speakAs" | "stopColor" | "stopOpacity" | "stroke" | "strokeColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tableLayout" | "tabSize" | "textAlign" | "textAlignLast" | "textAnchor" | "textAutospace" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textColor" | "textCombineUpright" | "textDecor" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "tracking" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionTimingFunction" | "unicodeBidi" | "userModify" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionClass" | "viewTransitionName" | "visibility" | "w" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "writingMode" | "x" | "y" | "z" | "zIndex" | "zoom" | "colorMode" | "dropShadow" | "focusRing" | "focusRingColor" | "focusRingOffset" | "focusRingStyle" | "focusRingWidth" | "focusVisibleRing" | "grayscale" | "hueRotate" | "insetX" | "insetY" | "invert" | "lineClamp" | "marginX" | "marginY" | "maxBoxSize" | "minBoxSize" | "mx" | "my" | "paddingX" | "paddingY" | "py" | "rotateX" | "rotateY" | "rotateZ" | "saturate" | "scaleX" | "scaleY" | "scaleZ" | "scrollMarginX" | "scrollMarginY" | "scrollPaddingX" | "scrollPaddingY" | "sepia" | "skewX" | "skewY" | "transition" | "transitionProperty" | "translateX" | "translateY" | "translateZ" | "truncated" | "_container" | "_keyframes" | "_landscape" | "_media" | "_mediaDark" | "_mediaLight" | "_mediaReduceMotion" | "_portrait" | "_print" | "_supports" | "local" | "values" | "from" | "to" | "className" | "name" | "target" | "as" | "asChild" | "css" | "suppressHydrationWarning" | "id" | "lang" | "media" | "method" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "key" | `data-${string}`> & WithoutAs<WithoutRef<IconProps>> & {
12
12
  as?: As | undefined;
13
13
  }>;
14
14
  //#endregion