@react-spectrum/s2 0.9.2 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2069) hide show
  1. package/dist/Accordion.cjs +2 -2
  2. package/dist/Accordion.cjs.map +1 -1
  3. package/dist/Accordion.css +2 -2
  4. package/dist/Accordion.css.map +1 -1
  5. package/dist/Accordion.mjs +2 -2
  6. package/dist/Accordion.mjs.map +1 -1
  7. package/dist/ActionBar.cjs +62 -60
  8. package/dist/ActionBar.cjs.map +1 -1
  9. package/dist/ActionBar.css +74 -68
  10. package/dist/ActionBar.css.map +1 -1
  11. package/dist/ActionBar.mjs +62 -60
  12. package/dist/ActionBar.mjs.map +1 -1
  13. package/dist/ActionButton.cjs +203 -187
  14. package/dist/ActionButton.cjs.map +1 -1
  15. package/dist/ActionButton.css +183 -157
  16. package/dist/ActionButton.css.map +1 -1
  17. package/dist/ActionButton.mjs +203 -187
  18. package/dist/ActionButton.mjs.map +1 -1
  19. package/dist/ActionButtonGroup.cjs +15 -15
  20. package/dist/ActionButtonGroup.css +9 -9
  21. package/dist/ActionButtonGroup.mjs +15 -15
  22. package/dist/Add.cjs +10 -10
  23. package/dist/Add.css +6 -6
  24. package/dist/Add.mjs +10 -10
  25. package/dist/AlertDialog.cjs +6 -3
  26. package/dist/AlertDialog.cjs.map +1 -1
  27. package/dist/AlertDialog.css +3 -3
  28. package/dist/AlertDialog.css.map +1 -1
  29. package/dist/AlertDialog.mjs +6 -3
  30. package/dist/AlertDialog.mjs.map +1 -1
  31. package/dist/Asterisk.cjs +6 -6
  32. package/dist/Asterisk.css +4 -4
  33. package/dist/Asterisk.mjs +6 -6
  34. package/dist/Avatar.cjs +14 -14
  35. package/dist/Avatar.css +14 -14
  36. package/dist/Avatar.mjs +14 -14
  37. package/dist/AvatarGroup.cjs +134 -120
  38. package/dist/AvatarGroup.cjs.map +1 -1
  39. package/dist/AvatarGroup.css +64 -70
  40. package/dist/AvatarGroup.css.map +1 -1
  41. package/dist/AvatarGroup.mjs +134 -120
  42. package/dist/AvatarGroup.mjs.map +1 -1
  43. package/dist/Badge.cjs +206 -196
  44. package/dist/Badge.cjs.map +1 -1
  45. package/dist/Badge.css +154 -152
  46. package/dist/Badge.css.map +1 -1
  47. package/dist/Badge.mjs +206 -196
  48. package/dist/Badge.mjs.map +1 -1
  49. package/dist/Breadcrumbs.cjs +255 -232
  50. package/dist/Breadcrumbs.cjs.map +1 -1
  51. package/dist/Breadcrumbs.css +166 -128
  52. package/dist/Breadcrumbs.css.map +1 -1
  53. package/dist/Breadcrumbs.mjs +255 -232
  54. package/dist/Breadcrumbs.mjs.map +1 -1
  55. package/dist/Button.cjs +341 -328
  56. package/dist/Button.cjs.map +1 -1
  57. package/dist/Button.css +213 -199
  58. package/dist/Button.css.map +1 -1
  59. package/dist/Button.mjs +341 -328
  60. package/dist/Button.mjs.map +1 -1
  61. package/dist/ButtonGroup.cjs +20 -20
  62. package/dist/ButtonGroup.css +15 -15
  63. package/dist/ButtonGroup.mjs +20 -20
  64. package/dist/Calendar.cjs +477 -0
  65. package/dist/Calendar.cjs.map +1 -0
  66. package/dist/Calendar.css +559 -0
  67. package/dist/Calendar.css.map +1 -0
  68. package/dist/Calendar.mjs +468 -0
  69. package/dist/Calendar.mjs.map +1 -0
  70. package/dist/Card.cjs +304 -294
  71. package/dist/Card.cjs.map +1 -1
  72. package/dist/Card.css +248 -234
  73. package/dist/Card.css.map +1 -1
  74. package/dist/Card.mjs +304 -294
  75. package/dist/Card.mjs.map +1 -1
  76. package/dist/CardView.cjs +37 -25
  77. package/dist/CardView.cjs.map +1 -1
  78. package/dist/CardView.css +19 -23
  79. package/dist/CardView.css.map +1 -1
  80. package/dist/CardView.mjs +38 -26
  81. package/dist/CardView.mjs.map +1 -1
  82. package/dist/CenterBaseline.cjs +1 -1
  83. package/dist/CenterBaseline.css +2 -2
  84. package/dist/CenterBaseline.mjs +1 -1
  85. package/dist/Checkbox.cjs +170 -160
  86. package/dist/Checkbox.cjs.map +1 -1
  87. package/dist/Checkbox.css +117 -119
  88. package/dist/Checkbox.css.map +1 -1
  89. package/dist/Checkbox.mjs +170 -160
  90. package/dist/Checkbox.mjs.map +1 -1
  91. package/dist/CheckboxGroup.cjs +45 -43
  92. package/dist/CheckboxGroup.cjs.map +1 -1
  93. package/dist/CheckboxGroup.css +50 -64
  94. package/dist/CheckboxGroup.css.map +1 -1
  95. package/dist/CheckboxGroup.mjs +45 -43
  96. package/dist/CheckboxGroup.mjs.map +1 -1
  97. package/dist/Checkmark.cjs +12 -12
  98. package/dist/Checkmark.css +8 -8
  99. package/dist/Checkmark.mjs +12 -12
  100. package/dist/Chevron.cjs +12 -12
  101. package/dist/Chevron.css +10 -10
  102. package/dist/Chevron.mjs +12 -12
  103. package/dist/ClearButton.cjs +29 -29
  104. package/dist/ClearButton.css +29 -29
  105. package/dist/ClearButton.mjs +29 -29
  106. package/dist/CloseButton.cjs +54 -54
  107. package/dist/CloseButton.css +46 -46
  108. package/dist/CloseButton.mjs +54 -54
  109. package/dist/ColorArea.cjs +16 -16
  110. package/dist/ColorArea.cjs.map +1 -1
  111. package/dist/ColorArea.css +16 -16
  112. package/dist/ColorArea.css.map +1 -1
  113. package/dist/ColorArea.mjs +16 -16
  114. package/dist/ColorArea.mjs.map +1 -1
  115. package/dist/ColorField.cjs +32 -34
  116. package/dist/ColorField.cjs.map +1 -1
  117. package/dist/ColorField.css +40 -54
  118. package/dist/ColorField.css.map +1 -1
  119. package/dist/ColorField.mjs +32 -34
  120. package/dist/ColorField.mjs.map +1 -1
  121. package/dist/ColorHandle.cjs +27 -27
  122. package/dist/ColorHandle.css +42 -42
  123. package/dist/ColorHandle.mjs +27 -27
  124. package/dist/ColorSlider.cjs +118 -108
  125. package/dist/ColorSlider.cjs.map +1 -1
  126. package/dist/ColorSlider.css +79 -81
  127. package/dist/ColorSlider.css.map +1 -1
  128. package/dist/ColorSlider.mjs +118 -108
  129. package/dist/ColorSlider.mjs.map +1 -1
  130. package/dist/ColorSwatch.cjs +29 -29
  131. package/dist/ColorSwatch.cjs.map +1 -1
  132. package/dist/ColorSwatch.css +29 -29
  133. package/dist/ColorSwatch.css.map +1 -1
  134. package/dist/ColorSwatch.mjs +29 -29
  135. package/dist/ColorSwatch.mjs.map +1 -1
  136. package/dist/ColorSwatchPicker.cjs +27 -27
  137. package/dist/ColorSwatchPicker.css +46 -46
  138. package/dist/ColorSwatchPicker.mjs +27 -27
  139. package/dist/ColorWheel.cjs +26 -26
  140. package/dist/ColorWheel.cjs.map +1 -1
  141. package/dist/ColorWheel.css +17 -17
  142. package/dist/ColorWheel.css.map +1 -1
  143. package/dist/ColorWheel.mjs +26 -26
  144. package/dist/ColorWheel.mjs.map +1 -1
  145. package/dist/ComboBox.cjs +397 -377
  146. package/dist/ComboBox.cjs.map +1 -1
  147. package/dist/ComboBox.css +226 -202
  148. package/dist/ComboBox.css.map +1 -1
  149. package/dist/ComboBox.mjs +398 -378
  150. package/dist/ComboBox.mjs.map +1 -1
  151. package/dist/Content.cjs.map +1 -1
  152. package/dist/Content.mjs.map +1 -1
  153. package/dist/ContextualHelp.cjs +5 -5
  154. package/dist/ContextualHelp.css +112 -62
  155. package/dist/ContextualHelp.css.map +1 -1
  156. package/dist/ContextualHelp.mjs +5 -5
  157. package/dist/Cross.cjs +14 -14
  158. package/dist/Cross.css +10 -10
  159. package/dist/Cross.mjs +14 -14
  160. package/dist/CustomDialog.cjs +25 -25
  161. package/dist/CustomDialog.cjs.map +1 -1
  162. package/dist/CustomDialog.css +25 -25
  163. package/dist/CustomDialog.css.map +1 -1
  164. package/dist/CustomDialog.mjs +25 -25
  165. package/dist/CustomDialog.mjs.map +1 -1
  166. package/dist/Dash.cjs +10 -10
  167. package/dist/Dash.css +6 -6
  168. package/dist/Dash.mjs +10 -10
  169. package/dist/DateField.cjs +224 -0
  170. package/dist/DateField.cjs.map +1 -0
  171. package/dist/DateField.css +325 -0
  172. package/dist/DateField.css.map +1 -0
  173. package/dist/DateField.mjs +215 -0
  174. package/dist/DateField.mjs.map +1 -0
  175. package/dist/DatePicker.cjs +432 -0
  176. package/dist/DatePicker.cjs.map +1 -0
  177. package/dist/DatePicker.css +539 -0
  178. package/dist/DatePicker.css.map +1 -0
  179. package/dist/DatePicker.mjs +423 -0
  180. package/dist/DatePicker.mjs.map +1 -0
  181. package/dist/DateRangePicker.cjs +255 -0
  182. package/dist/DateRangePicker.cjs.map +1 -0
  183. package/dist/DateRangePicker.css +253 -0
  184. package/dist/DateRangePicker.css.map +1 -0
  185. package/dist/DateRangePicker.mjs +249 -0
  186. package/dist/DateRangePicker.mjs.map +1 -0
  187. package/dist/Dialog.cjs +17 -17
  188. package/dist/Dialog.cjs.map +1 -1
  189. package/dist/Dialog.css +135 -89
  190. package/dist/Dialog.css.map +1 -1
  191. package/dist/Dialog.mjs +17 -17
  192. package/dist/Dialog.mjs.map +1 -1
  193. package/dist/Disclosure.cjs +135 -129
  194. package/dist/Disclosure.cjs.map +1 -1
  195. package/dist/Disclosure.css +131 -125
  196. package/dist/Disclosure.css.map +1 -1
  197. package/dist/Disclosure.mjs +135 -129
  198. package/dist/Disclosure.mjs.map +1 -1
  199. package/dist/Divider.cjs +25 -25
  200. package/dist/Divider.cjs.map +1 -1
  201. package/dist/Divider.css +25 -25
  202. package/dist/Divider.css.map +1 -1
  203. package/dist/Divider.mjs +25 -25
  204. package/dist/Divider.mjs.map +1 -1
  205. package/dist/DropZone.cjs +62 -58
  206. package/dist/DropZone.cjs.map +1 -1
  207. package/dist/DropZone.css +73 -55
  208. package/dist/DropZone.css.map +1 -1
  209. package/dist/DropZone.mjs +62 -58
  210. package/dist/DropZone.mjs.map +1 -1
  211. package/dist/Field.cjs +374 -341
  212. package/dist/Field.cjs.map +1 -1
  213. package/dist/Field.css +181 -179
  214. package/dist/Field.css.map +1 -1
  215. package/dist/Field.mjs +374 -341
  216. package/dist/Field.mjs.map +1 -1
  217. package/dist/Fonts.cjs +109 -0
  218. package/dist/Fonts.cjs.map +1 -0
  219. package/dist/Fonts.mjs +100 -0
  220. package/dist/Fonts.mjs.map +1 -0
  221. package/dist/Form.cjs +9 -9
  222. package/dist/Form.cjs.map +1 -1
  223. package/dist/Form.css +9 -9
  224. package/dist/Form.css.map +1 -1
  225. package/dist/Form.mjs +9 -9
  226. package/dist/Form.mjs.map +1 -1
  227. package/dist/FullscreenDialog.cjs +5 -5
  228. package/dist/FullscreenDialog.cjs.map +1 -1
  229. package/dist/FullscreenDialog.css +144 -98
  230. package/dist/FullscreenDialog.css.map +1 -1
  231. package/dist/FullscreenDialog.mjs +5 -5
  232. package/dist/FullscreenDialog.mjs.map +1 -1
  233. package/dist/IllustratedMessage.cjs +256 -219
  234. package/dist/IllustratedMessage.cjs.map +1 -1
  235. package/dist/IllustratedMessage.css +135 -109
  236. package/dist/IllustratedMessage.css.map +1 -1
  237. package/dist/IllustratedMessage.mjs +256 -219
  238. package/dist/IllustratedMessage.mjs.map +1 -1
  239. package/dist/Image.cjs +13 -13
  240. package/dist/Image.css +14 -14
  241. package/dist/Image.mjs +13 -13
  242. package/dist/InlineAlert.cjs +117 -108
  243. package/dist/InlineAlert.cjs.map +1 -1
  244. package/dist/InlineAlert.css +131 -101
  245. package/dist/InlineAlert.css.map +1 -1
  246. package/dist/InlineAlert.mjs +117 -108
  247. package/dist/InlineAlert.mjs.map +1 -1
  248. package/dist/Link.cjs +54 -49
  249. package/dist/Link.cjs.map +1 -1
  250. package/dist/Link.css +70 -52
  251. package/dist/Link.css.map +1 -1
  252. package/dist/Link.mjs +54 -49
  253. package/dist/Link.mjs.map +1 -1
  254. package/dist/LinkOut.cjs +8 -8
  255. package/dist/LinkOut.css +8 -8
  256. package/dist/LinkOut.mjs +8 -8
  257. package/dist/Menu.cjs +459 -422
  258. package/dist/Menu.cjs.map +1 -1
  259. package/dist/Menu.css +242 -212
  260. package/dist/Menu.css.map +1 -1
  261. package/dist/Menu.mjs +459 -422
  262. package/dist/Menu.mjs.map +1 -1
  263. package/dist/Meter.cjs +163 -153
  264. package/dist/Meter.cjs.map +1 -1
  265. package/dist/Meter.css +118 -120
  266. package/dist/Meter.css.map +1 -1
  267. package/dist/Meter.mjs +163 -153
  268. package/dist/Meter.mjs.map +1 -1
  269. package/dist/Modal.cjs +58 -58
  270. package/dist/Modal.css +50 -50
  271. package/dist/Modal.mjs +58 -58
  272. package/dist/NotificationBadge.cjs +58 -56
  273. package/dist/NotificationBadge.cjs.map +1 -1
  274. package/dist/NotificationBadge.css +66 -68
  275. package/dist/NotificationBadge.css.map +1 -1
  276. package/dist/NotificationBadge.mjs +58 -56
  277. package/dist/NotificationBadge.mjs.map +1 -1
  278. package/dist/NumberField.cjs +116 -117
  279. package/dist/NumberField.cjs.map +1 -1
  280. package/dist/NumberField.css +112 -126
  281. package/dist/NumberField.css.map +1 -1
  282. package/dist/NumberField.mjs +116 -117
  283. package/dist/NumberField.mjs.map +1 -1
  284. package/dist/Picker.cjs +284 -272
  285. package/dist/Picker.cjs.map +1 -1
  286. package/dist/Picker.css +202 -192
  287. package/dist/Picker.css.map +1 -1
  288. package/dist/Picker.mjs +285 -273
  289. package/dist/Picker.mjs.map +1 -1
  290. package/dist/Popover.cjs +86 -85
  291. package/dist/Popover.cjs.map +1 -1
  292. package/dist/Popover.css +66 -66
  293. package/dist/Popover.css.map +1 -1
  294. package/dist/Popover.mjs +86 -85
  295. package/dist/Popover.mjs.map +1 -1
  296. package/dist/ProgressBar.cjs +173 -163
  297. package/dist/ProgressBar.cjs.map +1 -1
  298. package/dist/ProgressBar.css +126 -128
  299. package/dist/ProgressBar.css.map +1 -1
  300. package/dist/ProgressBar.mjs +173 -163
  301. package/dist/ProgressBar.mjs.map +1 -1
  302. package/dist/ProgressCircle.cjs +49 -23
  303. package/dist/ProgressCircle.cjs.map +1 -1
  304. package/dist/ProgressCircle.css +46 -18
  305. package/dist/ProgressCircle.css.map +1 -1
  306. package/dist/ProgressCircle.mjs +49 -23
  307. package/dist/ProgressCircle.mjs.map +1 -1
  308. package/dist/Provider.cjs +20 -13
  309. package/dist/Provider.cjs.map +1 -1
  310. package/dist/Provider.css +15 -9
  311. package/dist/Provider.css.map +1 -1
  312. package/dist/Provider.mjs +21 -14
  313. package/dist/Provider.mjs.map +1 -1
  314. package/dist/Radio.cjs +154 -144
  315. package/dist/Radio.cjs.map +1 -1
  316. package/dist/Radio.css +104 -106
  317. package/dist/Radio.css.map +1 -1
  318. package/dist/Radio.mjs +154 -144
  319. package/dist/Radio.mjs.map +1 -1
  320. package/dist/RadioGroup.cjs +42 -41
  321. package/dist/RadioGroup.cjs.map +1 -1
  322. package/dist/RadioGroup.css +50 -64
  323. package/dist/RadioGroup.css.map +1 -1
  324. package/dist/RadioGroup.mjs +42 -41
  325. package/dist/RadioGroup.mjs.map +1 -1
  326. package/dist/RangeCalendar.cjs +118 -0
  327. package/dist/RangeCalendar.cjs.map +1 -0
  328. package/dist/RangeCalendar.css +42 -0
  329. package/dist/RangeCalendar.css.map +1 -0
  330. package/dist/RangeCalendar.mjs +112 -0
  331. package/dist/RangeCalendar.mjs.map +1 -0
  332. package/dist/RangeSlider.cjs +13 -7
  333. package/dist/RangeSlider.cjs.map +1 -1
  334. package/dist/RangeSlider.mjs +13 -7
  335. package/dist/RangeSlider.mjs.map +1 -1
  336. package/dist/SearchField.cjs +42 -41
  337. package/dist/SearchField.cjs.map +1 -1
  338. package/dist/SearchField.css +65 -75
  339. package/dist/SearchField.css.map +1 -1
  340. package/dist/SearchField.mjs +42 -41
  341. package/dist/SearchField.mjs.map +1 -1
  342. package/dist/SegmentedControl.cjs +189 -173
  343. package/dist/SegmentedControl.cjs.map +1 -1
  344. package/dist/SegmentedControl.css +153 -151
  345. package/dist/SegmentedControl.css.map +1 -1
  346. package/dist/SegmentedControl.mjs +189 -173
  347. package/dist/SegmentedControl.mjs.map +1 -1
  348. package/dist/Slider.cjs +300 -288
  349. package/dist/Slider.cjs.map +1 -1
  350. package/dist/Slider.css +179 -177
  351. package/dist/Slider.css.map +1 -1
  352. package/dist/Slider.mjs +300 -288
  353. package/dist/Slider.mjs.map +1 -1
  354. package/dist/StatusLight.cjs +125 -115
  355. package/dist/StatusLight.cjs.map +1 -1
  356. package/dist/StatusLight.css +88 -86
  357. package/dist/StatusLight.css.map +1 -1
  358. package/dist/StatusLight.mjs +125 -115
  359. package/dist/StatusLight.mjs.map +1 -1
  360. package/dist/Switch.cjs +191 -174
  361. package/dist/Switch.cjs.map +1 -1
  362. package/dist/Switch.css +99 -101
  363. package/dist/Switch.css.map +1 -1
  364. package/dist/Switch.mjs +192 -175
  365. package/dist/Switch.mjs.map +1 -1
  366. package/dist/TableView.cjs +325 -317
  367. package/dist/TableView.cjs.map +1 -1
  368. package/dist/TableView.css +195 -193
  369. package/dist/TableView.css.map +1 -1
  370. package/dist/TableView.mjs +326 -318
  371. package/dist/TableView.mjs.map +1 -1
  372. package/dist/Tabs.cjs +223 -226
  373. package/dist/Tabs.cjs.map +1 -1
  374. package/dist/Tabs.css +146 -116
  375. package/dist/Tabs.css.map +1 -1
  376. package/dist/Tabs.mjs +227 -230
  377. package/dist/Tabs.mjs.map +1 -1
  378. package/dist/TabsPicker.cjs +127 -123
  379. package/dist/TabsPicker.cjs.map +1 -1
  380. package/dist/TabsPicker.css +133 -135
  381. package/dist/TabsPicker.css.map +1 -1
  382. package/dist/TabsPicker.mjs +127 -123
  383. package/dist/TabsPicker.mjs.map +1 -1
  384. package/dist/TagGroup.cjs +213 -202
  385. package/dist/TagGroup.cjs.map +1 -1
  386. package/dist/TagGroup.css +190 -180
  387. package/dist/TagGroup.css.map +1 -1
  388. package/dist/TagGroup.mjs +213 -202
  389. package/dist/TagGroup.mjs.map +1 -1
  390. package/dist/TextField.cjs +59 -60
  391. package/dist/TextField.cjs.map +1 -1
  392. package/dist/TextField.css +67 -81
  393. package/dist/TextField.css.map +1 -1
  394. package/dist/TextField.mjs +59 -60
  395. package/dist/TextField.mjs.map +1 -1
  396. package/dist/TimeField.cjs +172 -0
  397. package/dist/TimeField.cjs.map +1 -0
  398. package/dist/TimeField.css +205 -0
  399. package/dist/TimeField.css.map +1 -0
  400. package/dist/TimeField.mjs +166 -0
  401. package/dist/TimeField.mjs.map +1 -0
  402. package/dist/Toast.cjs +120 -118
  403. package/dist/Toast.cjs.map +1 -1
  404. package/dist/Toast.css +120 -114
  405. package/dist/Toast.css.map +1 -1
  406. package/dist/Toast.mjs +120 -118
  407. package/dist/Toast.mjs.map +1 -1
  408. package/dist/ToggleButton.cjs +3 -3
  409. package/dist/ToggleButton.cjs.map +1 -1
  410. package/dist/ToggleButton.css +12 -12
  411. package/dist/ToggleButton.css.map +1 -1
  412. package/dist/ToggleButton.mjs +3 -3
  413. package/dist/ToggleButton.mjs.map +1 -1
  414. package/dist/ToggleButtonGroup.cjs.map +1 -1
  415. package/dist/ToggleButtonGroup.mjs.map +1 -1
  416. package/dist/Tooltip.cjs +83 -81
  417. package/dist/Tooltip.cjs.map +1 -1
  418. package/dist/Tooltip.css +83 -77
  419. package/dist/Tooltip.css.map +1 -1
  420. package/dist/Tooltip.mjs +83 -81
  421. package/dist/Tooltip.mjs.map +1 -1
  422. package/dist/TreeView.cjs +176 -148
  423. package/dist/TreeView.cjs.map +1 -1
  424. package/dist/TreeView.css +182 -164
  425. package/dist/TreeView.css.map +1 -1
  426. package/dist/TreeView.mjs +178 -151
  427. package/dist/TreeView.mjs.map +1 -1
  428. package/dist/ar-AE.cjs +10 -3
  429. package/dist/ar-AE.cjs.map +1 -1
  430. package/dist/ar-AE.mjs +10 -3
  431. package/dist/ar-AE.mjs.map +1 -1
  432. package/dist/bg-BG.cjs +10 -3
  433. package/dist/bg-BG.cjs.map +1 -1
  434. package/dist/bg-BG.mjs +10 -3
  435. package/dist/bg-BG.mjs.map +1 -1
  436. package/dist/cs-CZ.cjs +11 -7
  437. package/dist/cs-CZ.cjs.map +1 -1
  438. package/dist/cs-CZ.mjs +11 -7
  439. package/dist/cs-CZ.mjs.map +1 -1
  440. package/dist/da-DK.cjs +10 -3
  441. package/dist/da-DK.cjs.map +1 -1
  442. package/dist/da-DK.mjs +10 -3
  443. package/dist/da-DK.mjs.map +1 -1
  444. package/dist/de-DE.cjs +12 -4
  445. package/dist/de-DE.cjs.map +1 -1
  446. package/dist/de-DE.mjs +12 -4
  447. package/dist/de-DE.mjs.map +1 -1
  448. package/dist/el-GR.cjs +11 -4
  449. package/dist/el-GR.cjs.map +1 -1
  450. package/dist/el-GR.mjs +11 -4
  451. package/dist/el-GR.mjs.map +1 -1
  452. package/dist/en-US.cjs +10 -3
  453. package/dist/en-US.cjs.map +1 -1
  454. package/dist/en-US.mjs +10 -3
  455. package/dist/en-US.mjs.map +1 -1
  456. package/dist/es-ES.cjs +12 -4
  457. package/dist/es-ES.cjs.map +1 -1
  458. package/dist/es-ES.mjs +12 -4
  459. package/dist/es-ES.mjs.map +1 -1
  460. package/dist/et-EE.cjs +10 -3
  461. package/dist/et-EE.cjs.map +1 -1
  462. package/dist/et-EE.mjs +10 -3
  463. package/dist/et-EE.mjs.map +1 -1
  464. package/dist/fi-FI.cjs +11 -4
  465. package/dist/fi-FI.cjs.map +1 -1
  466. package/dist/fi-FI.mjs +11 -4
  467. package/dist/fi-FI.mjs.map +1 -1
  468. package/dist/font-faces.cjs +3 -0
  469. package/dist/font-faces.cjs.map +1 -0
  470. package/dist/font-faces.css +99 -0
  471. package/dist/font-faces.css.map +1 -0
  472. package/dist/font-faces.mjs +5 -0
  473. package/dist/font-faces.mjs.map +1 -0
  474. package/dist/fr-FR.cjs +12 -4
  475. package/dist/fr-FR.cjs.map +1 -1
  476. package/dist/fr-FR.mjs +12 -4
  477. package/dist/fr-FR.mjs.map +1 -1
  478. package/dist/he-IL.cjs +14 -6
  479. package/dist/he-IL.cjs.map +1 -1
  480. package/dist/he-IL.mjs +14 -6
  481. package/dist/he-IL.mjs.map +1 -1
  482. package/dist/hr-HR.cjs +11 -7
  483. package/dist/hr-HR.cjs.map +1 -1
  484. package/dist/hr-HR.mjs +11 -7
  485. package/dist/hr-HR.mjs.map +1 -1
  486. package/dist/hu-HU.cjs +10 -3
  487. package/dist/hu-HU.cjs.map +1 -1
  488. package/dist/hu-HU.mjs +10 -3
  489. package/dist/hu-HU.mjs.map +1 -1
  490. package/dist/it-IT.cjs +11 -3
  491. package/dist/it-IT.cjs.map +1 -1
  492. package/dist/it-IT.mjs +11 -3
  493. package/dist/it-IT.mjs.map +1 -1
  494. package/dist/ja-JP.cjs +11 -4
  495. package/dist/ja-JP.cjs.map +1 -1
  496. package/dist/ja-JP.mjs +11 -4
  497. package/dist/ja-JP.mjs.map +1 -1
  498. package/dist/ko-KR.cjs +11 -4
  499. package/dist/ko-KR.cjs.map +1 -1
  500. package/dist/ko-KR.mjs +11 -4
  501. package/dist/ko-KR.mjs.map +1 -1
  502. package/dist/lt-LT.cjs +13 -6
  503. package/dist/lt-LT.cjs.map +1 -1
  504. package/dist/lt-LT.mjs +13 -6
  505. package/dist/lt-LT.mjs.map +1 -1
  506. package/dist/lv-LV.cjs +13 -6
  507. package/dist/lv-LV.cjs.map +1 -1
  508. package/dist/lv-LV.mjs +13 -6
  509. package/dist/lv-LV.mjs.map +1 -1
  510. package/dist/main.cjs +26 -0
  511. package/dist/main.cjs.map +1 -1
  512. package/dist/module.mjs +15 -2
  513. package/dist/module.mjs.map +1 -1
  514. package/dist/nb-NO.cjs +11 -7
  515. package/dist/nb-NO.cjs.map +1 -1
  516. package/dist/nb-NO.mjs +11 -7
  517. package/dist/nb-NO.mjs.map +1 -1
  518. package/dist/nl-NL.cjs +10 -3
  519. package/dist/nl-NL.cjs.map +1 -1
  520. package/dist/nl-NL.mjs +10 -3
  521. package/dist/nl-NL.mjs.map +1 -1
  522. package/dist/pl-PL.cjs +11 -7
  523. package/dist/pl-PL.cjs.map +1 -1
  524. package/dist/pl-PL.mjs +11 -7
  525. package/dist/pl-PL.mjs.map +1 -1
  526. package/dist/pt-BR.cjs +10 -3
  527. package/dist/pt-BR.cjs.map +1 -1
  528. package/dist/pt-BR.mjs +10 -3
  529. package/dist/pt-BR.mjs.map +1 -1
  530. package/dist/pt-PT.cjs +10 -3
  531. package/dist/pt-PT.cjs.map +1 -1
  532. package/dist/pt-PT.mjs +10 -3
  533. package/dist/pt-PT.mjs.map +1 -1
  534. package/dist/ro-RO.cjs +11 -3
  535. package/dist/ro-RO.cjs.map +1 -1
  536. package/dist/ro-RO.mjs +11 -3
  537. package/dist/ro-RO.mjs.map +1 -1
  538. package/dist/ru-RU.cjs +11 -7
  539. package/dist/ru-RU.cjs.map +1 -1
  540. package/dist/ru-RU.mjs +11 -7
  541. package/dist/ru-RU.mjs.map +1 -1
  542. package/dist/sk-SK.cjs +11 -7
  543. package/dist/sk-SK.cjs.map +1 -1
  544. package/dist/sk-SK.mjs +11 -7
  545. package/dist/sk-SK.mjs.map +1 -1
  546. package/dist/sl-SI.cjs +11 -7
  547. package/dist/sl-SI.cjs.map +1 -1
  548. package/dist/sl-SI.mjs +11 -7
  549. package/dist/sl-SI.mjs.map +1 -1
  550. package/dist/sr-SP.cjs +11 -7
  551. package/dist/sr-SP.cjs.map +1 -1
  552. package/dist/sr-SP.mjs +11 -7
  553. package/dist/sr-SP.mjs.map +1 -1
  554. package/dist/sv-SE.cjs +11 -3
  555. package/dist/sv-SE.cjs.map +1 -1
  556. package/dist/sv-SE.mjs +11 -3
  557. package/dist/sv-SE.mjs.map +1 -1
  558. package/dist/tr-TR.cjs +11 -4
  559. package/dist/tr-TR.cjs.map +1 -1
  560. package/dist/tr-TR.mjs +11 -4
  561. package/dist/tr-TR.mjs.map +1 -1
  562. package/dist/types.d.ts +197 -103
  563. package/dist/types.d.ts.map +1 -1
  564. package/dist/uk-UA.cjs +11 -7
  565. package/dist/uk-UA.cjs.map +1 -1
  566. package/dist/uk-UA.mjs +11 -7
  567. package/dist/uk-UA.mjs.map +1 -1
  568. package/dist/zh-CN.cjs +10 -3
  569. package/dist/zh-CN.cjs.map +1 -1
  570. package/dist/zh-CN.mjs +10 -3
  571. package/dist/zh-CN.mjs.map +1 -1
  572. package/dist/zh-TW.cjs +10 -3
  573. package/dist/zh-TW.cjs.map +1 -1
  574. package/dist/zh-TW.mjs +10 -3
  575. package/dist/zh-TW.mjs.map +1 -1
  576. package/icons/CloseCaptions.cjs +2 -2
  577. package/icons/CloseCaptions.cjs.map +1 -1
  578. package/icons/CloseCaptions.mjs +2 -2
  579. package/icons/CloseCaptions.mjs.map +1 -1
  580. package/icons/CloudStateDisconnected.cjs +42 -0
  581. package/icons/CloudStateDisconnected.cjs.map +1 -0
  582. package/icons/CloudStateDisconnected.mjs +31 -0
  583. package/icons/CloudStateDisconnected.mjs.map +1 -0
  584. package/icons/CloudStateError.cjs +42 -0
  585. package/icons/CloudStateError.cjs.map +1 -0
  586. package/icons/CloudStateError.d.ts +5 -0
  587. package/icons/CloudStateError.mjs +31 -0
  588. package/icons/CloudStateError.mjs.map +1 -0
  589. package/icons/CloudStateInProgress.cjs +42 -0
  590. package/icons/CloudStateInProgress.cjs.map +1 -0
  591. package/icons/CloudStateInProgress.d.ts +5 -0
  592. package/icons/CloudStateInProgress.mjs +31 -0
  593. package/icons/CloudStateInProgress.mjs.map +1 -0
  594. package/icons/CloudStateOnline.cjs +50 -0
  595. package/icons/CloudStateOnline.cjs.map +1 -0
  596. package/icons/CloudStateOnline.d.ts +5 -0
  597. package/icons/CloudStateOnline.mjs +39 -0
  598. package/icons/CloudStateOnline.mjs.map +1 -0
  599. package/icons/CloudStatePaused.cjs +42 -0
  600. package/icons/CloudStatePaused.cjs.map +1 -0
  601. package/icons/CloudStatePaused.d.ts +5 -0
  602. package/icons/CloudStatePaused.mjs +31 -0
  603. package/icons/CloudStatePaused.mjs.map +1 -0
  604. package/icons/CloudStatePending.cjs +50 -0
  605. package/icons/CloudStatePending.cjs.map +1 -0
  606. package/icons/CloudStatePending.d.ts +5 -0
  607. package/icons/CloudStatePending.mjs +39 -0
  608. package/icons/CloudStatePending.mjs.map +1 -0
  609. package/icons/CloudStateSlowConnection.cjs +42 -0
  610. package/icons/CloudStateSlowConnection.cjs.map +1 -0
  611. package/icons/CloudStateSlowConnection.d.ts +5 -0
  612. package/icons/CloudStateSlowConnection.mjs +31 -0
  613. package/icons/CloudStateSlowConnection.mjs.map +1 -0
  614. package/icons/CommentHide.cjs.map +1 -1
  615. package/icons/CommentHide.mjs.map +1 -1
  616. package/icons/Community.cjs +1 -1
  617. package/icons/Community.cjs.map +1 -1
  618. package/icons/Community.mjs +1 -1
  619. package/icons/Community.mjs.map +1 -1
  620. package/icons/Erase.cjs +1 -1
  621. package/icons/Erase.cjs.map +1 -1
  622. package/icons/Erase.mjs +1 -1
  623. package/icons/Erase.mjs.map +1 -1
  624. package/icons/FlipHorizontal.cjs +23 -3
  625. package/icons/FlipHorizontal.cjs.map +1 -1
  626. package/icons/FlipHorizontal.mjs +23 -3
  627. package/icons/FlipHorizontal.mjs.map +1 -1
  628. package/icons/FlipVertical.cjs +22 -2
  629. package/icons/FlipVertical.cjs.map +1 -1
  630. package/icons/FlipVertical.mjs +22 -2
  631. package/icons/FlipVertical.mjs.map +1 -1
  632. package/icons/Icon.cjs +13 -12
  633. package/icons/Icon.cjs.map +1 -1
  634. package/icons/Icon.css +9 -9
  635. package/icons/Icon.css.map +1 -1
  636. package/icons/Icon.mjs +13 -12
  637. package/icons/Icon.mjs.map +1 -1
  638. package/icons/ImageAdd.cjs +1 -1
  639. package/icons/ImageAdd.cjs.map +1 -1
  640. package/icons/ImageAdd.mjs +1 -1
  641. package/icons/ImageAdd.mjs.map +1 -1
  642. package/icons/Images.cjs +7 -5
  643. package/icons/Images.cjs.map +1 -1
  644. package/icons/Images.mjs +7 -5
  645. package/icons/Images.mjs.map +1 -1
  646. package/icons/Pattern.cjs +11 -5
  647. package/icons/Pattern.cjs.map +1 -1
  648. package/icons/Pattern.mjs +12 -6
  649. package/icons/Pattern.mjs.map +1 -1
  650. package/icons/Play.cjs +5 -11
  651. package/icons/Play.cjs.map +1 -1
  652. package/icons/Play.mjs +6 -12
  653. package/icons/Play.mjs.map +1 -1
  654. package/icons/Skeleton.cjs +3 -3
  655. package/icons/Skeleton.cjs.map +1 -1
  656. package/icons/Skeleton.css +6 -6
  657. package/icons/Skeleton.css.map +1 -1
  658. package/icons/Skeleton.mjs +3 -3
  659. package/icons/Skeleton.mjs.map +1 -1
  660. package/icons/StrokeDotted.cjs +1 -1
  661. package/icons/StrokeDotted.cjs.map +1 -1
  662. package/icons/StrokeDotted.mjs +1 -1
  663. package/icons/StrokeDotted.mjs.map +1 -1
  664. package/icons/Template.cjs +2 -2
  665. package/icons/Template.cjs.map +1 -1
  666. package/icons/Template.mjs +2 -2
  667. package/icons/Template.mjs.map +1 -1
  668. package/icons/UserAvatarCursor.cjs +4 -4
  669. package/icons/UserAvatarCursor.cjs.map +1 -1
  670. package/icons/UserAvatarCursor.mjs +4 -4
  671. package/icons/UserAvatarCursor.mjs.map +1 -1
  672. package/icons/UserSettings.cjs +1 -1
  673. package/icons/UserSettings.cjs.map +1 -1
  674. package/icons/UserSettings.mjs +1 -1
  675. package/icons/UserSettings.mjs.map +1 -1
  676. package/illustrations/gradient/generic1/3D.cjs.map +1 -1
  677. package/illustrations/gradient/generic1/3D.mjs.map +1 -1
  678. package/illustrations/gradient/generic1/3Dasset.cjs.map +1 -1
  679. package/illustrations/gradient/generic1/3Dasset.mjs.map +1 -1
  680. package/illustrations/gradient/generic1/AIGenerate.cjs.map +1 -1
  681. package/illustrations/gradient/generic1/AIGenerate.mjs.map +1 -1
  682. package/illustrations/gradient/generic1/AIGenerateImage.cjs.map +1 -1
  683. package/illustrations/gradient/generic1/AIGenerateImage.mjs.map +1 -1
  684. package/illustrations/gradient/generic1/AIchat.cjs.map +1 -1
  685. package/illustrations/gradient/generic1/AIchat.mjs.map +1 -1
  686. package/illustrations/gradient/generic1/Accessibility.cjs.map +1 -1
  687. package/illustrations/gradient/generic1/Accessibility.mjs.map +1 -1
  688. package/illustrations/gradient/generic1/Animation.cjs.map +1 -1
  689. package/illustrations/gradient/generic1/Animation.mjs.map +1 -1
  690. package/illustrations/gradient/generic1/Apps.cjs.map +1 -1
  691. package/illustrations/gradient/generic1/Apps.mjs.map +1 -1
  692. package/illustrations/gradient/generic1/Artboard.cjs.map +1 -1
  693. package/illustrations/gradient/generic1/Artboard.mjs.map +1 -1
  694. package/illustrations/gradient/generic1/Assets.cjs.map +1 -1
  695. package/illustrations/gradient/generic1/Assets.mjs.map +1 -1
  696. package/illustrations/gradient/generic1/AudioWave.cjs.map +1 -1
  697. package/illustrations/gradient/generic1/AudioWave.mjs.map +1 -1
  698. package/illustrations/gradient/generic1/BadgeVerified.cjs.map +1 -1
  699. package/illustrations/gradient/generic1/BadgeVerified.mjs.map +1 -1
  700. package/illustrations/gradient/generic1/Bell.cjs.map +1 -1
  701. package/illustrations/gradient/generic1/Bell.mjs.map +1 -1
  702. package/illustrations/gradient/generic1/Bolt.cjs.map +1 -1
  703. package/illustrations/gradient/generic1/Bolt.mjs.map +1 -1
  704. package/illustrations/gradient/generic1/Brand.cjs.map +1 -1
  705. package/illustrations/gradient/generic1/Brand.mjs.map +1 -1
  706. package/illustrations/gradient/generic1/Briefcase.cjs.map +1 -1
  707. package/illustrations/gradient/generic1/Briefcase.mjs.map +1 -1
  708. package/illustrations/gradient/generic1/BrightnessContrast.cjs.map +1 -1
  709. package/illustrations/gradient/generic1/BrightnessContrast.mjs.map +1 -1
  710. package/illustrations/gradient/generic1/Browser.cjs.map +1 -1
  711. package/illustrations/gradient/generic1/Browser.mjs.map +1 -1
  712. package/illustrations/gradient/generic1/Brush.cjs.map +1 -1
  713. package/illustrations/gradient/generic1/Brush.mjs.map +1 -1
  714. package/illustrations/gradient/generic1/BuildTable.cjs.map +1 -1
  715. package/illustrations/gradient/generic1/BuildTable.mjs.map +1 -1
  716. package/illustrations/gradient/generic1/Buildings.cjs.map +1 -1
  717. package/illustrations/gradient/generic1/Buildings.mjs.map +1 -1
  718. package/illustrations/gradient/generic1/Calendar.cjs.map +1 -1
  719. package/illustrations/gradient/generic1/Calendar.mjs.map +1 -1
  720. package/illustrations/gradient/generic1/Camera.cjs.map +1 -1
  721. package/illustrations/gradient/generic1/Camera.mjs.map +1 -1
  722. package/illustrations/gradient/generic1/CardTapPayment.cjs.map +1 -1
  723. package/illustrations/gradient/generic1/CardTapPayment.mjs.map +1 -1
  724. package/illustrations/gradient/generic1/Channel.cjs.map +1 -1
  725. package/illustrations/gradient/generic1/Channel.mjs.map +1 -1
  726. package/illustrations/gradient/generic1/ChartAreaStack.cjs.map +1 -1
  727. package/illustrations/gradient/generic1/ChartAreaStack.mjs.map +1 -1
  728. package/illustrations/gradient/generic1/Chatbubble.cjs.map +1 -1
  729. package/illustrations/gradient/generic1/Chatbubble.mjs.map +1 -1
  730. package/illustrations/gradient/generic1/Checkmark.cjs.map +1 -1
  731. package/illustrations/gradient/generic1/Checkmark.mjs.map +1 -1
  732. package/illustrations/gradient/generic1/Clipboard.cjs.map +1 -1
  733. package/illustrations/gradient/generic1/Clipboard.mjs.map +1 -1
  734. package/illustrations/gradient/generic1/Clock.cjs.map +1 -1
  735. package/illustrations/gradient/generic1/Clock.mjs.map +1 -1
  736. package/illustrations/gradient/generic1/Cloud.cjs.map +1 -1
  737. package/illustrations/gradient/generic1/Cloud.mjs.map +1 -1
  738. package/illustrations/gradient/generic1/CloudUpload.cjs.map +1 -1
  739. package/illustrations/gradient/generic1/CloudUpload.mjs.map +1 -1
  740. package/illustrations/gradient/generic1/CodeBrackets.cjs.map +1 -1
  741. package/illustrations/gradient/generic1/CodeBrackets.mjs.map +1 -1
  742. package/illustrations/gradient/generic1/Color.cjs.map +1 -1
  743. package/illustrations/gradient/generic1/Color.mjs.map +1 -1
  744. package/illustrations/gradient/generic1/CommentText.cjs.map +1 -1
  745. package/illustrations/gradient/generic1/CommentText.mjs.map +1 -1
  746. package/illustrations/gradient/generic1/Confetti.cjs.map +1 -1
  747. package/illustrations/gradient/generic1/Confetti.mjs.map +1 -1
  748. package/illustrations/gradient/generic1/Conversationbubbles.cjs.map +1 -1
  749. package/illustrations/gradient/generic1/Conversationbubbles.mjs.map +1 -1
  750. package/illustrations/gradient/generic1/Crop.cjs.map +1 -1
  751. package/illustrations/gradient/generic1/Crop.mjs.map +1 -1
  752. package/illustrations/gradient/generic1/Cursor.cjs.map +1 -1
  753. package/illustrations/gradient/generic1/Cursor.mjs.map +1 -1
  754. package/illustrations/gradient/generic1/Cut.cjs.map +1 -1
  755. package/illustrations/gradient/generic1/Cut.mjs.map +1 -1
  756. package/illustrations/gradient/generic1/Data.cjs.map +1 -1
  757. package/illustrations/gradient/generic1/Data.mjs.map +1 -1
  758. package/illustrations/gradient/generic1/DataAnalytics.cjs.map +1 -1
  759. package/illustrations/gradient/generic1/DataAnalytics.mjs.map +1 -1
  760. package/illustrations/gradient/generic1/Desktop.cjs.map +1 -1
  761. package/illustrations/gradient/generic1/Desktop.mjs.map +1 -1
  762. package/illustrations/gradient/generic1/Diamond.cjs.map +1 -1
  763. package/illustrations/gradient/generic1/Diamond.mjs.map +1 -1
  764. package/illustrations/gradient/generic1/Document.cjs.map +1 -1
  765. package/illustrations/gradient/generic1/Document.mjs.map +1 -1
  766. package/illustrations/gradient/generic1/Download.cjs.map +1 -1
  767. package/illustrations/gradient/generic1/Download.mjs.map +1 -1
  768. package/illustrations/gradient/generic1/DropToUpload.cjs.map +1 -1
  769. package/illustrations/gradient/generic1/DropToUpload.mjs.map +1 -1
  770. package/illustrations/gradient/generic1/Education.cjs.map +1 -1
  771. package/illustrations/gradient/generic1/Education.mjs.map +1 -1
  772. package/illustrations/gradient/generic1/Effects.cjs.map +1 -1
  773. package/illustrations/gradient/generic1/Effects.mjs.map +1 -1
  774. package/illustrations/gradient/generic1/Emoji.cjs.map +1 -1
  775. package/illustrations/gradient/generic1/Emoji.mjs.map +1 -1
  776. package/illustrations/gradient/generic1/EmptyStateExport.cjs.map +1 -1
  777. package/illustrations/gradient/generic1/EmptyStateExport.mjs.map +1 -1
  778. package/illustrations/gradient/generic1/Explosion.cjs.map +1 -1
  779. package/illustrations/gradient/generic1/Explosion.mjs.map +1 -1
  780. package/illustrations/gradient/generic1/ExportTo.cjs.map +1 -1
  781. package/illustrations/gradient/generic1/ExportTo.mjs.map +1 -1
  782. package/illustrations/gradient/generic1/Exposure.cjs.map +1 -1
  783. package/illustrations/gradient/generic1/Exposure.mjs.map +1 -1
  784. package/illustrations/gradient/generic1/FileImage.cjs.map +1 -1
  785. package/illustrations/gradient/generic1/FileImage.mjs.map +1 -1
  786. package/illustrations/gradient/generic1/FileShared.cjs.map +1 -1
  787. package/illustrations/gradient/generic1/FileShared.mjs.map +1 -1
  788. package/illustrations/gradient/generic1/FileText.cjs.map +1 -1
  789. package/illustrations/gradient/generic1/FileText.mjs.map +1 -1
  790. package/illustrations/gradient/generic1/FileVideo.cjs.map +1 -1
  791. package/illustrations/gradient/generic1/FileVideo.mjs.map +1 -1
  792. package/illustrations/gradient/generic1/FileZip.cjs.map +1 -1
  793. package/illustrations/gradient/generic1/FileZip.mjs.map +1 -1
  794. package/illustrations/gradient/generic1/Filmstrip.cjs.map +1 -1
  795. package/illustrations/gradient/generic1/Filmstrip.mjs.map +1 -1
  796. package/illustrations/gradient/generic1/Filter.cjs.map +1 -1
  797. package/illustrations/gradient/generic1/Filter.mjs.map +1 -1
  798. package/illustrations/gradient/generic1/Filters.cjs.map +1 -1
  799. package/illustrations/gradient/generic1/Filters.mjs.map +1 -1
  800. package/illustrations/gradient/generic1/Fireworks.cjs.map +1 -1
  801. package/illustrations/gradient/generic1/Fireworks.mjs.map +1 -1
  802. package/illustrations/gradient/generic1/Flag.cjs.map +1 -1
  803. package/illustrations/gradient/generic1/Flag.mjs.map +1 -1
  804. package/illustrations/gradient/generic1/FlagCheckmark.cjs.map +1 -1
  805. package/illustrations/gradient/generic1/FlagCheckmark.mjs.map +1 -1
  806. package/illustrations/gradient/generic1/FlagCross.cjs.map +1 -1
  807. package/illustrations/gradient/generic1/FlagCross.mjs.map +1 -1
  808. package/illustrations/gradient/generic1/FolderClose.cjs.map +1 -1
  809. package/illustrations/gradient/generic1/FolderClose.mjs.map +1 -1
  810. package/illustrations/gradient/generic1/FolderOpen.cjs.map +1 -1
  811. package/illustrations/gradient/generic1/FolderOpen.mjs.map +1 -1
  812. package/illustrations/gradient/generic1/FolderShared.cjs.map +1 -1
  813. package/illustrations/gradient/generic1/FolderShared.mjs.map +1 -1
  814. package/illustrations/gradient/generic1/GearSetting.cjs.map +1 -1
  815. package/illustrations/gradient/generic1/GearSetting.mjs.map +1 -1
  816. package/illustrations/gradient/generic1/Gift.cjs.map +1 -1
  817. package/illustrations/gradient/generic1/Gift.mjs.map +1 -1
  818. package/illustrations/gradient/generic1/Globe.cjs.map +1 -1
  819. package/illustrations/gradient/generic1/Globe.mjs.map +1 -1
  820. package/illustrations/gradient/generic1/GlobeGrid.cjs.map +1 -1
  821. package/illustrations/gradient/generic1/GlobeGrid.mjs.map +1 -1
  822. package/illustrations/gradient/generic1/GraphBarChart.cjs.map +1 -1
  823. package/illustrations/gradient/generic1/GraphBarChart.mjs.map +1 -1
  824. package/illustrations/gradient/generic1/Hand.cjs.map +1 -1
  825. package/illustrations/gradient/generic1/Hand.mjs.map +1 -1
  826. package/illustrations/gradient/generic1/Handshake.cjs.map +1 -1
  827. package/illustrations/gradient/generic1/Handshake.mjs.map +1 -1
  828. package/illustrations/gradient/generic1/Heart.cjs.map +1 -1
  829. package/illustrations/gradient/generic1/Heart.mjs.map +1 -1
  830. package/illustrations/gradient/generic1/HelpCircle.cjs.map +1 -1
  831. package/illustrations/gradient/generic1/HelpCircle.mjs.map +1 -1
  832. package/illustrations/gradient/generic1/Home.cjs.map +1 -1
  833. package/illustrations/gradient/generic1/Home.mjs.map +1 -1
  834. package/illustrations/gradient/generic1/Illustration.cjs +1 -1
  835. package/illustrations/gradient/generic1/Illustration.cjs.map +1 -1
  836. package/illustrations/gradient/generic1/Illustration.mjs +1 -1
  837. package/illustrations/gradient/generic1/Illustration.mjs.map +1 -1
  838. package/illustrations/gradient/generic1/Image.cjs +1 -1
  839. package/illustrations/gradient/generic1/Image.cjs.map +1 -1
  840. package/illustrations/gradient/generic1/Image.mjs +1 -1
  841. package/illustrations/gradient/generic1/Image.mjs.map +1 -1
  842. package/illustrations/gradient/generic1/ImageStack.cjs +1 -1
  843. package/illustrations/gradient/generic1/ImageStack.cjs.map +1 -1
  844. package/illustrations/gradient/generic1/ImageStack.mjs +1 -1
  845. package/illustrations/gradient/generic1/ImageStack.mjs.map +1 -1
  846. package/illustrations/gradient/generic1/InfiniteLooping.cjs +1 -1
  847. package/illustrations/gradient/generic1/InfiniteLooping.cjs.map +1 -1
  848. package/illustrations/gradient/generic1/InfiniteLooping.mjs +1 -1
  849. package/illustrations/gradient/generic1/InfiniteLooping.mjs.map +1 -1
  850. package/illustrations/gradient/generic1/Information.cjs +1 -1
  851. package/illustrations/gradient/generic1/Information.cjs.map +1 -1
  852. package/illustrations/gradient/generic1/Information.mjs +1 -1
  853. package/illustrations/gradient/generic1/Information.mjs.map +1 -1
  854. package/illustrations/gradient/generic1/Interaction.cjs +1 -1
  855. package/illustrations/gradient/generic1/Interaction.cjs.map +1 -1
  856. package/illustrations/gradient/generic1/Interaction.mjs +1 -1
  857. package/illustrations/gradient/generic1/Interaction.mjs.map +1 -1
  858. package/illustrations/gradient/generic1/Laptop.cjs +1 -1
  859. package/illustrations/gradient/generic1/Laptop.cjs.map +1 -1
  860. package/illustrations/gradient/generic1/Laptop.mjs +1 -1
  861. package/illustrations/gradient/generic1/Laptop.mjs.map +1 -1
  862. package/illustrations/gradient/generic1/Layers.cjs +1 -1
  863. package/illustrations/gradient/generic1/Layers.cjs.map +1 -1
  864. package/illustrations/gradient/generic1/Layers.mjs +1 -1
  865. package/illustrations/gradient/generic1/Layers.mjs.map +1 -1
  866. package/illustrations/gradient/generic1/Libraries.cjs +1 -1
  867. package/illustrations/gradient/generic1/Libraries.cjs.map +1 -1
  868. package/illustrations/gradient/generic1/Libraries.mjs +1 -1
  869. package/illustrations/gradient/generic1/Libraries.mjs.map +1 -1
  870. package/illustrations/gradient/generic1/Lightbulb.cjs +1 -1
  871. package/illustrations/gradient/generic1/Lightbulb.cjs.map +1 -1
  872. package/illustrations/gradient/generic1/Lightbulb.mjs +1 -1
  873. package/illustrations/gradient/generic1/Lightbulb.mjs.map +1 -1
  874. package/illustrations/gradient/generic1/LightbulbRays.cjs +1 -1
  875. package/illustrations/gradient/generic1/LightbulbRays.cjs.map +1 -1
  876. package/illustrations/gradient/generic1/LightbulbRays.mjs +1 -1
  877. package/illustrations/gradient/generic1/LightbulbRays.mjs.map +1 -1
  878. package/illustrations/gradient/generic1/Lighten.cjs +1 -1
  879. package/illustrations/gradient/generic1/Lighten.cjs.map +1 -1
  880. package/illustrations/gradient/generic1/Lighten.mjs +1 -1
  881. package/illustrations/gradient/generic1/Lighten.mjs.map +1 -1
  882. package/illustrations/gradient/generic1/Link.cjs +1 -1
  883. package/illustrations/gradient/generic1/Link.cjs.map +1 -1
  884. package/illustrations/gradient/generic1/Link.mjs +1 -1
  885. package/illustrations/gradient/generic1/Link.mjs.map +1 -1
  886. package/illustrations/gradient/generic1/Location.cjs +1 -1
  887. package/illustrations/gradient/generic1/Location.cjs.map +1 -1
  888. package/illustrations/gradient/generic1/Location.mjs +1 -1
  889. package/illustrations/gradient/generic1/Location.mjs.map +1 -1
  890. package/illustrations/gradient/generic1/LockClose.cjs +1 -1
  891. package/illustrations/gradient/generic1/LockClose.cjs.map +1 -1
  892. package/illustrations/gradient/generic1/LockClose.mjs +1 -1
  893. package/illustrations/gradient/generic1/LockClose.mjs.map +1 -1
  894. package/illustrations/gradient/generic1/LockOpen.cjs +1 -1
  895. package/illustrations/gradient/generic1/LockOpen.cjs.map +1 -1
  896. package/illustrations/gradient/generic1/LockOpen.mjs +1 -1
  897. package/illustrations/gradient/generic1/LockOpen.mjs.map +1 -1
  898. package/illustrations/gradient/generic1/Logo.cjs +1 -1
  899. package/illustrations/gradient/generic1/Logo.cjs.map +1 -1
  900. package/illustrations/gradient/generic1/Logo.mjs +1 -1
  901. package/illustrations/gradient/generic1/Logo.mjs.map +1 -1
  902. package/illustrations/gradient/generic1/MagicWand.cjs +1 -1
  903. package/illustrations/gradient/generic1/MagicWand.cjs.map +1 -1
  904. package/illustrations/gradient/generic1/MagicWand.mjs +1 -1
  905. package/illustrations/gradient/generic1/MagicWand.mjs.map +1 -1
  906. package/illustrations/gradient/generic1/MailClose.cjs +1 -1
  907. package/illustrations/gradient/generic1/MailClose.cjs.map +1 -1
  908. package/illustrations/gradient/generic1/MailClose.mjs +1 -1
  909. package/illustrations/gradient/generic1/MailClose.mjs.map +1 -1
  910. package/illustrations/gradient/generic1/MailOpen.cjs +1 -1
  911. package/illustrations/gradient/generic1/MailOpen.cjs.map +1 -1
  912. package/illustrations/gradient/generic1/MailOpen.mjs +1 -1
  913. package/illustrations/gradient/generic1/MailOpen.mjs.map +1 -1
  914. package/illustrations/gradient/generic1/Market.cjs +1 -1
  915. package/illustrations/gradient/generic1/Market.cjs.map +1 -1
  916. package/illustrations/gradient/generic1/Market.mjs +1 -1
  917. package/illustrations/gradient/generic1/Market.mjs.map +1 -1
  918. package/illustrations/gradient/generic1/MegaphonePromote.cjs +1 -1
  919. package/illustrations/gradient/generic1/MegaphonePromote.cjs.map +1 -1
  920. package/illustrations/gradient/generic1/MegaphonePromote.mjs +1 -1
  921. package/illustrations/gradient/generic1/MegaphonePromote.mjs.map +1 -1
  922. package/illustrations/gradient/generic1/MegaphonePromote2.cjs +1 -1
  923. package/illustrations/gradient/generic1/MegaphonePromote2.cjs.map +1 -1
  924. package/illustrations/gradient/generic1/MegaphonePromote2.mjs +1 -1
  925. package/illustrations/gradient/generic1/MegaphonePromote2.mjs.map +1 -1
  926. package/illustrations/gradient/generic1/Mention.cjs +1 -1
  927. package/illustrations/gradient/generic1/Mention.cjs.map +1 -1
  928. package/illustrations/gradient/generic1/Mention.mjs +1 -1
  929. package/illustrations/gradient/generic1/Mention.mjs.map +1 -1
  930. package/illustrations/gradient/generic1/Microphone.cjs +1 -1
  931. package/illustrations/gradient/generic1/Microphone.cjs.map +1 -1
  932. package/illustrations/gradient/generic1/Microphone.mjs +1 -1
  933. package/illustrations/gradient/generic1/Microphone.mjs.map +1 -1
  934. package/illustrations/gradient/generic1/Minimize.cjs +1 -1
  935. package/illustrations/gradient/generic1/Minimize.cjs.map +1 -1
  936. package/illustrations/gradient/generic1/Minimize.mjs +1 -1
  937. package/illustrations/gradient/generic1/Minimize.mjs.map +1 -1
  938. package/illustrations/gradient/generic1/MovieCamera.cjs +1 -1
  939. package/illustrations/gradient/generic1/MovieCamera.cjs.map +1 -1
  940. package/illustrations/gradient/generic1/MovieCamera.mjs +1 -1
  941. package/illustrations/gradient/generic1/MovieCamera.mjs.map +1 -1
  942. package/illustrations/gradient/generic1/MusicNote.cjs +1 -1
  943. package/illustrations/gradient/generic1/MusicNote.cjs.map +1 -1
  944. package/illustrations/gradient/generic1/MusicNote.mjs +1 -1
  945. package/illustrations/gradient/generic1/MusicNote.mjs.map +1 -1
  946. package/illustrations/gradient/generic1/NoElements.cjs +1 -1
  947. package/illustrations/gradient/generic1/NoElements.cjs.map +1 -1
  948. package/illustrations/gradient/generic1/NoElements.mjs +1 -1
  949. package/illustrations/gradient/generic1/NoElements.mjs.map +1 -1
  950. package/illustrations/gradient/generic1/Paperairplane.cjs +1 -1
  951. package/illustrations/gradient/generic1/Paperairplane.cjs.map +1 -1
  952. package/illustrations/gradient/generic1/Paperairplane.mjs +1 -1
  953. package/illustrations/gradient/generic1/Paperairplane.mjs.map +1 -1
  954. package/illustrations/gradient/generic1/Paperclip.cjs +1 -1
  955. package/illustrations/gradient/generic1/Paperclip.cjs.map +1 -1
  956. package/illustrations/gradient/generic1/Paperclip.mjs +1 -1
  957. package/illustrations/gradient/generic1/Paperclip.mjs.map +1 -1
  958. package/illustrations/gradient/generic1/Pause.cjs +1 -1
  959. package/illustrations/gradient/generic1/Pause.cjs.map +1 -1
  960. package/illustrations/gradient/generic1/Pause.mjs +1 -1
  961. package/illustrations/gradient/generic1/Pause.mjs.map +1 -1
  962. package/illustrations/gradient/generic1/Pencil.cjs +1 -1
  963. package/illustrations/gradient/generic1/Pencil.cjs.map +1 -1
  964. package/illustrations/gradient/generic1/Pencil.mjs +1 -1
  965. package/illustrations/gradient/generic1/Pencil.mjs.map +1 -1
  966. package/illustrations/gradient/generic1/Phone.cjs +1 -1
  967. package/illustrations/gradient/generic1/Phone.cjs.map +1 -1
  968. package/illustrations/gradient/generic1/Phone.mjs +1 -1
  969. package/illustrations/gradient/generic1/Phone.mjs.map +1 -1
  970. package/illustrations/gradient/generic1/PieChart.cjs +1 -1
  971. package/illustrations/gradient/generic1/PieChart.cjs.map +1 -1
  972. package/illustrations/gradient/generic1/PieChart.mjs +1 -1
  973. package/illustrations/gradient/generic1/PieChart.mjs.map +1 -1
  974. package/illustrations/gradient/generic1/PiggyBank.cjs +1 -1
  975. package/illustrations/gradient/generic1/PiggyBank.cjs.map +1 -1
  976. package/illustrations/gradient/generic1/PiggyBank.mjs +1 -1
  977. package/illustrations/gradient/generic1/PiggyBank.mjs.map +1 -1
  978. package/illustrations/gradient/generic1/Pin.cjs +1 -1
  979. package/illustrations/gradient/generic1/Pin.cjs.map +1 -1
  980. package/illustrations/gradient/generic1/Pin.mjs +1 -1
  981. package/illustrations/gradient/generic1/Pin.mjs.map +1 -1
  982. package/illustrations/gradient/generic1/Play.cjs +1 -1
  983. package/illustrations/gradient/generic1/Play.cjs.map +1 -1
  984. package/illustrations/gradient/generic1/Play.mjs +1 -1
  985. package/illustrations/gradient/generic1/Play.mjs.map +1 -1
  986. package/illustrations/gradient/generic1/PlayTriangle.cjs +1 -1
  987. package/illustrations/gradient/generic1/PlayTriangle.cjs.map +1 -1
  988. package/illustrations/gradient/generic1/PlayTriangle.mjs +1 -1
  989. package/illustrations/gradient/generic1/PlayTriangle.mjs.map +1 -1
  990. package/illustrations/gradient/generic1/Plugin.cjs +1 -1
  991. package/illustrations/gradient/generic1/Plugin.cjs.map +1 -1
  992. package/illustrations/gradient/generic1/Plugin.mjs +1 -1
  993. package/illustrations/gradient/generic1/Plugin.mjs.map +1 -1
  994. package/illustrations/gradient/generic1/Prompt.cjs +1 -1
  995. package/illustrations/gradient/generic1/Prompt.cjs.map +1 -1
  996. package/illustrations/gradient/generic1/Prompt.mjs +1 -1
  997. package/illustrations/gradient/generic1/Prompt.mjs.map +1 -1
  998. package/illustrations/gradient/generic1/Properties.cjs +1 -1
  999. package/illustrations/gradient/generic1/Properties.cjs.map +1 -1
  1000. package/illustrations/gradient/generic1/Properties.mjs +1 -1
  1001. package/illustrations/gradient/generic1/Properties.mjs.map +1 -1
  1002. package/illustrations/gradient/generic1/Redo.cjs.map +1 -1
  1003. package/illustrations/gradient/generic1/Redo.mjs.map +1 -1
  1004. package/illustrations/gradient/generic1/Remix.cjs.map +1 -1
  1005. package/illustrations/gradient/generic1/Remix.mjs.map +1 -1
  1006. package/illustrations/gradient/generic1/Replace.cjs.map +1 -1
  1007. package/illustrations/gradient/generic1/Replace.mjs.map +1 -1
  1008. package/illustrations/gradient/generic1/Revert.cjs.map +1 -1
  1009. package/illustrations/gradient/generic1/Revert.mjs.map +1 -1
  1010. package/illustrations/gradient/generic1/Ribbon.cjs.map +1 -1
  1011. package/illustrations/gradient/generic1/Ribbon.mjs.map +1 -1
  1012. package/illustrations/gradient/generic1/Rocket.cjs.map +1 -1
  1013. package/illustrations/gradient/generic1/Rocket.mjs.map +1 -1
  1014. package/illustrations/gradient/generic1/RotateCCW.cjs.map +1 -1
  1015. package/illustrations/gradient/generic1/RotateCCW.mjs.map +1 -1
  1016. package/illustrations/gradient/generic1/RotateCW.cjs.map +1 -1
  1017. package/illustrations/gradient/generic1/RotateCW.mjs.map +1 -1
  1018. package/illustrations/gradient/generic1/Ruler.cjs.map +1 -1
  1019. package/illustrations/gradient/generic1/Ruler.mjs.map +1 -1
  1020. package/illustrations/gradient/generic1/Search.cjs.map +1 -1
  1021. package/illustrations/gradient/generic1/Search.mjs.map +1 -1
  1022. package/illustrations/gradient/generic1/Segmentation.cjs.map +1 -1
  1023. package/illustrations/gradient/generic1/Segmentation.mjs.map +1 -1
  1024. package/illustrations/gradient/generic1/Server.cjs.map +1 -1
  1025. package/illustrations/gradient/generic1/Server.mjs.map +1 -1
  1026. package/illustrations/gradient/generic1/Shapes.cjs.map +1 -1
  1027. package/illustrations/gradient/generic1/Shapes.mjs.map +1 -1
  1028. package/illustrations/gradient/generic1/ShoppingBag.cjs.map +1 -1
  1029. package/illustrations/gradient/generic1/ShoppingBag.mjs.map +1 -1
  1030. package/illustrations/gradient/generic1/ShoppingCart.cjs.map +1 -1
  1031. package/illustrations/gradient/generic1/ShoppingCart.mjs.map +1 -1
  1032. package/illustrations/gradient/generic1/Sparkles.cjs.map +1 -1
  1033. package/illustrations/gradient/generic1/Sparkles.mjs.map +1 -1
  1034. package/illustrations/gradient/generic1/SpeedFast.cjs.map +1 -1
  1035. package/illustrations/gradient/generic1/SpeedFast.mjs.map +1 -1
  1036. package/illustrations/gradient/generic1/StampClone.cjs.map +1 -1
  1037. package/illustrations/gradient/generic1/StampClone.mjs.map +1 -1
  1038. package/illustrations/gradient/generic1/Star.cjs.map +1 -1
  1039. package/illustrations/gradient/generic1/Star.mjs.map +1 -1
  1040. package/illustrations/gradient/generic1/StepForward.cjs.map +1 -1
  1041. package/illustrations/gradient/generic1/StepForward.mjs.map +1 -1
  1042. package/illustrations/gradient/generic1/Switch.cjs.map +1 -1
  1043. package/illustrations/gradient/generic1/Switch.mjs.map +1 -1
  1044. package/illustrations/gradient/generic1/Tablet.cjs.map +1 -1
  1045. package/illustrations/gradient/generic1/Tablet.mjs.map +1 -1
  1046. package/illustrations/gradient/generic1/Tag.cjs.map +1 -1
  1047. package/illustrations/gradient/generic1/Tag.mjs.map +1 -1
  1048. package/illustrations/gradient/generic1/Targeted.cjs.map +1 -1
  1049. package/illustrations/gradient/generic1/Targeted.mjs.map +1 -1
  1050. package/illustrations/gradient/generic1/Text.cjs.map +1 -1
  1051. package/illustrations/gradient/generic1/Text.mjs.map +1 -1
  1052. package/illustrations/gradient/generic1/ThreeArrowsCircle.cjs.map +1 -1
  1053. package/illustrations/gradient/generic1/ThreeArrowsCircle.mjs.map +1 -1
  1054. package/illustrations/gradient/generic1/ThumbsUp.cjs.map +1 -1
  1055. package/illustrations/gradient/generic1/ThumbsUp.mjs.map +1 -1
  1056. package/illustrations/gradient/generic1/Transform.cjs.map +1 -1
  1057. package/illustrations/gradient/generic1/Transform.mjs.map +1 -1
  1058. package/illustrations/gradient/generic1/Translate.cjs.map +1 -1
  1059. package/illustrations/gradient/generic1/Translate.mjs.map +1 -1
  1060. package/illustrations/gradient/generic1/Trash.cjs.map +1 -1
  1061. package/illustrations/gradient/generic1/Trash.mjs.map +1 -1
  1062. package/illustrations/gradient/generic1/Trophy.cjs.map +1 -1
  1063. package/illustrations/gradient/generic1/Trophy.mjs.map +1 -1
  1064. package/illustrations/gradient/generic1/Update.cjs.map +1 -1
  1065. package/illustrations/gradient/generic1/Update.mjs.map +1 -1
  1066. package/illustrations/gradient/generic1/Upload.cjs.map +1 -1
  1067. package/illustrations/gradient/generic1/Upload.mjs.map +1 -1
  1068. package/illustrations/gradient/generic1/User.cjs.map +1 -1
  1069. package/illustrations/gradient/generic1/User.mjs.map +1 -1
  1070. package/illustrations/gradient/generic1/UserAvatar.cjs.map +1 -1
  1071. package/illustrations/gradient/generic1/UserAvatar.mjs.map +1 -1
  1072. package/illustrations/gradient/generic1/UserGroup.cjs.map +1 -1
  1073. package/illustrations/gradient/generic1/UserGroup.mjs.map +1 -1
  1074. package/illustrations/gradient/generic1/VectorDraw.cjs.map +1 -1
  1075. package/illustrations/gradient/generic1/VectorDraw.mjs.map +1 -1
  1076. package/illustrations/gradient/generic1/Video.cjs.map +1 -1
  1077. package/illustrations/gradient/generic1/Video.mjs.map +1 -1
  1078. package/illustrations/gradient/generic1/Volume.cjs.map +1 -1
  1079. package/illustrations/gradient/generic1/Volume.mjs.map +1 -1
  1080. package/illustrations/gradient/generic1/VolumeOne.cjs.map +1 -1
  1081. package/illustrations/gradient/generic1/VolumeOne.mjs.map +1 -1
  1082. package/illustrations/gradient/generic1/Wallet.cjs.map +1 -1
  1083. package/illustrations/gradient/generic1/Wallet.mjs.map +1 -1
  1084. package/illustrations/gradient/generic2/3D.cjs.map +1 -1
  1085. package/illustrations/gradient/generic2/3D.mjs.map +1 -1
  1086. package/illustrations/gradient/generic2/3Dasset.cjs.map +1 -1
  1087. package/illustrations/gradient/generic2/3Dasset.mjs.map +1 -1
  1088. package/illustrations/gradient/generic2/AIGenerate.cjs.map +1 -1
  1089. package/illustrations/gradient/generic2/AIGenerate.mjs.map +1 -1
  1090. package/illustrations/gradient/generic2/AIGenerateImage.cjs.map +1 -1
  1091. package/illustrations/gradient/generic2/AIGenerateImage.mjs.map +1 -1
  1092. package/illustrations/gradient/generic2/AIchat.cjs.map +1 -1
  1093. package/illustrations/gradient/generic2/AIchat.mjs.map +1 -1
  1094. package/illustrations/gradient/generic2/Accessibility.cjs.map +1 -1
  1095. package/illustrations/gradient/generic2/Accessibility.mjs.map +1 -1
  1096. package/illustrations/gradient/generic2/Animation.cjs.map +1 -1
  1097. package/illustrations/gradient/generic2/Animation.mjs.map +1 -1
  1098. package/illustrations/gradient/generic2/Apps.cjs.map +1 -1
  1099. package/illustrations/gradient/generic2/Apps.mjs.map +1 -1
  1100. package/illustrations/gradient/generic2/Artboard.cjs.map +1 -1
  1101. package/illustrations/gradient/generic2/Artboard.mjs.map +1 -1
  1102. package/illustrations/gradient/generic2/Assets.cjs.map +1 -1
  1103. package/illustrations/gradient/generic2/Assets.mjs.map +1 -1
  1104. package/illustrations/gradient/generic2/AudioWave.cjs.map +1 -1
  1105. package/illustrations/gradient/generic2/AudioWave.mjs.map +1 -1
  1106. package/illustrations/gradient/generic2/BadgeVerified.cjs.map +1 -1
  1107. package/illustrations/gradient/generic2/BadgeVerified.mjs.map +1 -1
  1108. package/illustrations/gradient/generic2/Bell.cjs.map +1 -1
  1109. package/illustrations/gradient/generic2/Bell.mjs.map +1 -1
  1110. package/illustrations/gradient/generic2/Bolt.cjs.map +1 -1
  1111. package/illustrations/gradient/generic2/Bolt.mjs.map +1 -1
  1112. package/illustrations/gradient/generic2/Brand.cjs.map +1 -1
  1113. package/illustrations/gradient/generic2/Brand.mjs.map +1 -1
  1114. package/illustrations/gradient/generic2/Briefcase.cjs.map +1 -1
  1115. package/illustrations/gradient/generic2/Briefcase.mjs.map +1 -1
  1116. package/illustrations/gradient/generic2/BrightnessContrast.cjs.map +1 -1
  1117. package/illustrations/gradient/generic2/BrightnessContrast.mjs.map +1 -1
  1118. package/illustrations/gradient/generic2/Browser.cjs.map +1 -1
  1119. package/illustrations/gradient/generic2/Browser.mjs.map +1 -1
  1120. package/illustrations/gradient/generic2/Brush.cjs.map +1 -1
  1121. package/illustrations/gradient/generic2/Brush.mjs.map +1 -1
  1122. package/illustrations/gradient/generic2/BuildTable.cjs.map +1 -1
  1123. package/illustrations/gradient/generic2/BuildTable.mjs.map +1 -1
  1124. package/illustrations/gradient/generic2/Buildings.cjs.map +1 -1
  1125. package/illustrations/gradient/generic2/Buildings.mjs.map +1 -1
  1126. package/illustrations/gradient/generic2/Calendar.cjs.map +1 -1
  1127. package/illustrations/gradient/generic2/Calendar.mjs.map +1 -1
  1128. package/illustrations/gradient/generic2/Camera.cjs.map +1 -1
  1129. package/illustrations/gradient/generic2/Camera.mjs.map +1 -1
  1130. package/illustrations/gradient/generic2/CardTapPayment.cjs.map +1 -1
  1131. package/illustrations/gradient/generic2/CardTapPayment.mjs.map +1 -1
  1132. package/illustrations/gradient/generic2/Channel.cjs.map +1 -1
  1133. package/illustrations/gradient/generic2/Channel.mjs.map +1 -1
  1134. package/illustrations/gradient/generic2/ChartAreaStack.cjs.map +1 -1
  1135. package/illustrations/gradient/generic2/ChartAreaStack.mjs.map +1 -1
  1136. package/illustrations/gradient/generic2/Chatbubble.cjs.map +1 -1
  1137. package/illustrations/gradient/generic2/Chatbubble.mjs.map +1 -1
  1138. package/illustrations/gradient/generic2/Checkmark.cjs.map +1 -1
  1139. package/illustrations/gradient/generic2/Checkmark.mjs.map +1 -1
  1140. package/illustrations/gradient/generic2/Clipboard.cjs.map +1 -1
  1141. package/illustrations/gradient/generic2/Clipboard.mjs.map +1 -1
  1142. package/illustrations/gradient/generic2/Clock.cjs.map +1 -1
  1143. package/illustrations/gradient/generic2/Clock.mjs.map +1 -1
  1144. package/illustrations/gradient/generic2/Cloud.cjs.map +1 -1
  1145. package/illustrations/gradient/generic2/Cloud.mjs.map +1 -1
  1146. package/illustrations/gradient/generic2/CloudUpload.cjs.map +1 -1
  1147. package/illustrations/gradient/generic2/CloudUpload.mjs.map +1 -1
  1148. package/illustrations/gradient/generic2/CodeBrackets.cjs.map +1 -1
  1149. package/illustrations/gradient/generic2/CodeBrackets.mjs.map +1 -1
  1150. package/illustrations/gradient/generic2/Color.cjs.map +1 -1
  1151. package/illustrations/gradient/generic2/Color.mjs.map +1 -1
  1152. package/illustrations/gradient/generic2/CommentText.cjs.map +1 -1
  1153. package/illustrations/gradient/generic2/CommentText.mjs.map +1 -1
  1154. package/illustrations/gradient/generic2/Confetti.cjs.map +1 -1
  1155. package/illustrations/gradient/generic2/Confetti.mjs.map +1 -1
  1156. package/illustrations/gradient/generic2/Conversationbubbles.cjs.map +1 -1
  1157. package/illustrations/gradient/generic2/Conversationbubbles.mjs.map +1 -1
  1158. package/illustrations/gradient/generic2/Crop.cjs.map +1 -1
  1159. package/illustrations/gradient/generic2/Crop.mjs.map +1 -1
  1160. package/illustrations/gradient/generic2/Cursor.cjs.map +1 -1
  1161. package/illustrations/gradient/generic2/Cursor.mjs.map +1 -1
  1162. package/illustrations/gradient/generic2/Cut.cjs.map +1 -1
  1163. package/illustrations/gradient/generic2/Cut.mjs.map +1 -1
  1164. package/illustrations/gradient/generic2/Data.cjs.map +1 -1
  1165. package/illustrations/gradient/generic2/Data.mjs.map +1 -1
  1166. package/illustrations/gradient/generic2/DataAnalytics.cjs.map +1 -1
  1167. package/illustrations/gradient/generic2/DataAnalytics.mjs.map +1 -1
  1168. package/illustrations/gradient/generic2/Desktop.cjs.map +1 -1
  1169. package/illustrations/gradient/generic2/Desktop.mjs.map +1 -1
  1170. package/illustrations/gradient/generic2/Diamond.cjs.map +1 -1
  1171. package/illustrations/gradient/generic2/Diamond.mjs.map +1 -1
  1172. package/illustrations/gradient/generic2/Document.cjs.map +1 -1
  1173. package/illustrations/gradient/generic2/Document.mjs.map +1 -1
  1174. package/illustrations/gradient/generic2/Download.cjs.map +1 -1
  1175. package/illustrations/gradient/generic2/Download.mjs.map +1 -1
  1176. package/illustrations/gradient/generic2/DropToUpload.cjs.map +1 -1
  1177. package/illustrations/gradient/generic2/DropToUpload.mjs.map +1 -1
  1178. package/illustrations/gradient/generic2/Education.cjs.map +1 -1
  1179. package/illustrations/gradient/generic2/Education.mjs.map +1 -1
  1180. package/illustrations/gradient/generic2/Effects.cjs.map +1 -1
  1181. package/illustrations/gradient/generic2/Effects.mjs.map +1 -1
  1182. package/illustrations/gradient/generic2/Emoji.cjs.map +1 -1
  1183. package/illustrations/gradient/generic2/Emoji.mjs.map +1 -1
  1184. package/illustrations/gradient/generic2/EmptyStateExport.cjs.map +1 -1
  1185. package/illustrations/gradient/generic2/EmptyStateExport.mjs.map +1 -1
  1186. package/illustrations/gradient/generic2/Explosion.cjs.map +1 -1
  1187. package/illustrations/gradient/generic2/Explosion.mjs.map +1 -1
  1188. package/illustrations/gradient/generic2/ExportTo.cjs.map +1 -1
  1189. package/illustrations/gradient/generic2/ExportTo.mjs.map +1 -1
  1190. package/illustrations/gradient/generic2/Exposure.cjs.map +1 -1
  1191. package/illustrations/gradient/generic2/Exposure.mjs.map +1 -1
  1192. package/illustrations/gradient/generic2/FileImage.cjs.map +1 -1
  1193. package/illustrations/gradient/generic2/FileImage.mjs.map +1 -1
  1194. package/illustrations/gradient/generic2/FileShared.cjs.map +1 -1
  1195. package/illustrations/gradient/generic2/FileShared.mjs.map +1 -1
  1196. package/illustrations/gradient/generic2/FileText.cjs.map +1 -1
  1197. package/illustrations/gradient/generic2/FileText.mjs.map +1 -1
  1198. package/illustrations/gradient/generic2/FileVideo.cjs.map +1 -1
  1199. package/illustrations/gradient/generic2/FileVideo.mjs.map +1 -1
  1200. package/illustrations/gradient/generic2/FileZip.cjs.map +1 -1
  1201. package/illustrations/gradient/generic2/FileZip.mjs.map +1 -1
  1202. package/illustrations/gradient/generic2/Filmstrip.cjs.map +1 -1
  1203. package/illustrations/gradient/generic2/Filmstrip.mjs.map +1 -1
  1204. package/illustrations/gradient/generic2/Filter.cjs.map +1 -1
  1205. package/illustrations/gradient/generic2/Filter.mjs.map +1 -1
  1206. package/illustrations/gradient/generic2/Filters.cjs.map +1 -1
  1207. package/illustrations/gradient/generic2/Filters.mjs.map +1 -1
  1208. package/illustrations/gradient/generic2/Fireworks.cjs.map +1 -1
  1209. package/illustrations/gradient/generic2/Fireworks.mjs.map +1 -1
  1210. package/illustrations/gradient/generic2/Flag.cjs.map +1 -1
  1211. package/illustrations/gradient/generic2/Flag.mjs.map +1 -1
  1212. package/illustrations/gradient/generic2/FlagCheckmark.cjs.map +1 -1
  1213. package/illustrations/gradient/generic2/FlagCheckmark.mjs.map +1 -1
  1214. package/illustrations/gradient/generic2/FlagCross.cjs.map +1 -1
  1215. package/illustrations/gradient/generic2/FlagCross.mjs.map +1 -1
  1216. package/illustrations/gradient/generic2/FolderClose.cjs.map +1 -1
  1217. package/illustrations/gradient/generic2/FolderClose.mjs.map +1 -1
  1218. package/illustrations/gradient/generic2/FolderOpen.cjs.map +1 -1
  1219. package/illustrations/gradient/generic2/FolderOpen.mjs.map +1 -1
  1220. package/illustrations/gradient/generic2/FolderShared.cjs.map +1 -1
  1221. package/illustrations/gradient/generic2/FolderShared.mjs.map +1 -1
  1222. package/illustrations/gradient/generic2/GearSetting.cjs.map +1 -1
  1223. package/illustrations/gradient/generic2/GearSetting.mjs.map +1 -1
  1224. package/illustrations/gradient/generic2/Gift.cjs.map +1 -1
  1225. package/illustrations/gradient/generic2/Gift.mjs.map +1 -1
  1226. package/illustrations/gradient/generic2/Globe.cjs.map +1 -1
  1227. package/illustrations/gradient/generic2/Globe.mjs.map +1 -1
  1228. package/illustrations/gradient/generic2/GlobeGrid.cjs.map +1 -1
  1229. package/illustrations/gradient/generic2/GlobeGrid.mjs.map +1 -1
  1230. package/illustrations/gradient/generic2/GraphBarChart.cjs.map +1 -1
  1231. package/illustrations/gradient/generic2/GraphBarChart.mjs.map +1 -1
  1232. package/illustrations/gradient/generic2/Hand.cjs.map +1 -1
  1233. package/illustrations/gradient/generic2/Hand.mjs.map +1 -1
  1234. package/illustrations/gradient/generic2/Handshake.cjs.map +1 -1
  1235. package/illustrations/gradient/generic2/Handshake.mjs.map +1 -1
  1236. package/illustrations/gradient/generic2/Heart.cjs.map +1 -1
  1237. package/illustrations/gradient/generic2/Heart.mjs.map +1 -1
  1238. package/illustrations/gradient/generic2/HelpCircle.cjs.map +1 -1
  1239. package/illustrations/gradient/generic2/HelpCircle.mjs.map +1 -1
  1240. package/illustrations/gradient/generic2/Home.cjs.map +1 -1
  1241. package/illustrations/gradient/generic2/Home.mjs.map +1 -1
  1242. package/illustrations/gradient/generic2/Illustration.cjs +1 -1
  1243. package/illustrations/gradient/generic2/Illustration.cjs.map +1 -1
  1244. package/illustrations/gradient/generic2/Illustration.mjs +1 -1
  1245. package/illustrations/gradient/generic2/Illustration.mjs.map +1 -1
  1246. package/illustrations/gradient/generic2/Image.cjs +1 -1
  1247. package/illustrations/gradient/generic2/Image.cjs.map +1 -1
  1248. package/illustrations/gradient/generic2/Image.mjs +1 -1
  1249. package/illustrations/gradient/generic2/Image.mjs.map +1 -1
  1250. package/illustrations/gradient/generic2/ImageStack.cjs +1 -1
  1251. package/illustrations/gradient/generic2/ImageStack.cjs.map +1 -1
  1252. package/illustrations/gradient/generic2/ImageStack.mjs +1 -1
  1253. package/illustrations/gradient/generic2/ImageStack.mjs.map +1 -1
  1254. package/illustrations/gradient/generic2/InfiniteLooping.cjs +1 -1
  1255. package/illustrations/gradient/generic2/InfiniteLooping.cjs.map +1 -1
  1256. package/illustrations/gradient/generic2/InfiniteLooping.mjs +1 -1
  1257. package/illustrations/gradient/generic2/InfiniteLooping.mjs.map +1 -1
  1258. package/illustrations/gradient/generic2/Information.cjs +1 -1
  1259. package/illustrations/gradient/generic2/Information.cjs.map +1 -1
  1260. package/illustrations/gradient/generic2/Information.mjs +1 -1
  1261. package/illustrations/gradient/generic2/Information.mjs.map +1 -1
  1262. package/illustrations/gradient/generic2/Interaction.cjs +1 -1
  1263. package/illustrations/gradient/generic2/Interaction.cjs.map +1 -1
  1264. package/illustrations/gradient/generic2/Interaction.mjs +1 -1
  1265. package/illustrations/gradient/generic2/Interaction.mjs.map +1 -1
  1266. package/illustrations/gradient/generic2/Laptop.cjs +1 -1
  1267. package/illustrations/gradient/generic2/Laptop.cjs.map +1 -1
  1268. package/illustrations/gradient/generic2/Laptop.mjs +1 -1
  1269. package/illustrations/gradient/generic2/Laptop.mjs.map +1 -1
  1270. package/illustrations/gradient/generic2/Layers.cjs +1 -1
  1271. package/illustrations/gradient/generic2/Layers.cjs.map +1 -1
  1272. package/illustrations/gradient/generic2/Layers.mjs +1 -1
  1273. package/illustrations/gradient/generic2/Layers.mjs.map +1 -1
  1274. package/illustrations/gradient/generic2/Libraries.cjs +1 -1
  1275. package/illustrations/gradient/generic2/Libraries.cjs.map +1 -1
  1276. package/illustrations/gradient/generic2/Libraries.mjs +1 -1
  1277. package/illustrations/gradient/generic2/Libraries.mjs.map +1 -1
  1278. package/illustrations/gradient/generic2/Lightbulb.cjs +1 -1
  1279. package/illustrations/gradient/generic2/Lightbulb.cjs.map +1 -1
  1280. package/illustrations/gradient/generic2/Lightbulb.mjs +1 -1
  1281. package/illustrations/gradient/generic2/Lightbulb.mjs.map +1 -1
  1282. package/illustrations/gradient/generic2/LightbulbRays.cjs +1 -1
  1283. package/illustrations/gradient/generic2/LightbulbRays.cjs.map +1 -1
  1284. package/illustrations/gradient/generic2/LightbulbRays.mjs +1 -1
  1285. package/illustrations/gradient/generic2/LightbulbRays.mjs.map +1 -1
  1286. package/illustrations/gradient/generic2/Lighten.cjs +1 -1
  1287. package/illustrations/gradient/generic2/Lighten.cjs.map +1 -1
  1288. package/illustrations/gradient/generic2/Lighten.mjs +1 -1
  1289. package/illustrations/gradient/generic2/Lighten.mjs.map +1 -1
  1290. package/illustrations/gradient/generic2/Link.cjs +1 -1
  1291. package/illustrations/gradient/generic2/Link.cjs.map +1 -1
  1292. package/illustrations/gradient/generic2/Link.mjs +1 -1
  1293. package/illustrations/gradient/generic2/Link.mjs.map +1 -1
  1294. package/illustrations/gradient/generic2/Location.cjs +1 -1
  1295. package/illustrations/gradient/generic2/Location.cjs.map +1 -1
  1296. package/illustrations/gradient/generic2/Location.mjs +1 -1
  1297. package/illustrations/gradient/generic2/Location.mjs.map +1 -1
  1298. package/illustrations/gradient/generic2/LockClose.cjs +1 -1
  1299. package/illustrations/gradient/generic2/LockClose.cjs.map +1 -1
  1300. package/illustrations/gradient/generic2/LockClose.mjs +1 -1
  1301. package/illustrations/gradient/generic2/LockClose.mjs.map +1 -1
  1302. package/illustrations/gradient/generic2/LockOpen.cjs +1 -1
  1303. package/illustrations/gradient/generic2/LockOpen.cjs.map +1 -1
  1304. package/illustrations/gradient/generic2/LockOpen.mjs +1 -1
  1305. package/illustrations/gradient/generic2/LockOpen.mjs.map +1 -1
  1306. package/illustrations/gradient/generic2/Logo.cjs +1 -1
  1307. package/illustrations/gradient/generic2/Logo.cjs.map +1 -1
  1308. package/illustrations/gradient/generic2/Logo.mjs +1 -1
  1309. package/illustrations/gradient/generic2/Logo.mjs.map +1 -1
  1310. package/illustrations/gradient/generic2/MagicWand.cjs +1 -1
  1311. package/illustrations/gradient/generic2/MagicWand.cjs.map +1 -1
  1312. package/illustrations/gradient/generic2/MagicWand.mjs +1 -1
  1313. package/illustrations/gradient/generic2/MagicWand.mjs.map +1 -1
  1314. package/illustrations/gradient/generic2/MailClose.cjs +1 -1
  1315. package/illustrations/gradient/generic2/MailClose.cjs.map +1 -1
  1316. package/illustrations/gradient/generic2/MailClose.mjs +1 -1
  1317. package/illustrations/gradient/generic2/MailClose.mjs.map +1 -1
  1318. package/illustrations/gradient/generic2/MailOpen.cjs +1 -1
  1319. package/illustrations/gradient/generic2/MailOpen.cjs.map +1 -1
  1320. package/illustrations/gradient/generic2/MailOpen.mjs +1 -1
  1321. package/illustrations/gradient/generic2/MailOpen.mjs.map +1 -1
  1322. package/illustrations/gradient/generic2/Market.cjs +1 -1
  1323. package/illustrations/gradient/generic2/Market.cjs.map +1 -1
  1324. package/illustrations/gradient/generic2/Market.mjs +1 -1
  1325. package/illustrations/gradient/generic2/Market.mjs.map +1 -1
  1326. package/illustrations/gradient/generic2/MegaphonePromote.cjs +1 -1
  1327. package/illustrations/gradient/generic2/MegaphonePromote.cjs.map +1 -1
  1328. package/illustrations/gradient/generic2/MegaphonePromote.mjs +1 -1
  1329. package/illustrations/gradient/generic2/MegaphonePromote.mjs.map +1 -1
  1330. package/illustrations/gradient/generic2/MegaphonePromote2.cjs +1 -1
  1331. package/illustrations/gradient/generic2/MegaphonePromote2.cjs.map +1 -1
  1332. package/illustrations/gradient/generic2/MegaphonePromote2.mjs +1 -1
  1333. package/illustrations/gradient/generic2/MegaphonePromote2.mjs.map +1 -1
  1334. package/illustrations/gradient/generic2/Mention.cjs +1 -1
  1335. package/illustrations/gradient/generic2/Mention.cjs.map +1 -1
  1336. package/illustrations/gradient/generic2/Mention.mjs +1 -1
  1337. package/illustrations/gradient/generic2/Mention.mjs.map +1 -1
  1338. package/illustrations/gradient/generic2/Microphone.cjs +1 -1
  1339. package/illustrations/gradient/generic2/Microphone.cjs.map +1 -1
  1340. package/illustrations/gradient/generic2/Microphone.mjs +1 -1
  1341. package/illustrations/gradient/generic2/Microphone.mjs.map +1 -1
  1342. package/illustrations/gradient/generic2/Minimize.cjs +1 -1
  1343. package/illustrations/gradient/generic2/Minimize.cjs.map +1 -1
  1344. package/illustrations/gradient/generic2/Minimize.mjs +1 -1
  1345. package/illustrations/gradient/generic2/Minimize.mjs.map +1 -1
  1346. package/illustrations/gradient/generic2/MovieCamera.cjs +1 -1
  1347. package/illustrations/gradient/generic2/MovieCamera.cjs.map +1 -1
  1348. package/illustrations/gradient/generic2/MovieCamera.mjs +1 -1
  1349. package/illustrations/gradient/generic2/MovieCamera.mjs.map +1 -1
  1350. package/illustrations/gradient/generic2/MusicNote.cjs +1 -1
  1351. package/illustrations/gradient/generic2/MusicNote.cjs.map +1 -1
  1352. package/illustrations/gradient/generic2/MusicNote.mjs +1 -1
  1353. package/illustrations/gradient/generic2/MusicNote.mjs.map +1 -1
  1354. package/illustrations/gradient/generic2/NoElements.cjs +1 -1
  1355. package/illustrations/gradient/generic2/NoElements.cjs.map +1 -1
  1356. package/illustrations/gradient/generic2/NoElements.mjs +1 -1
  1357. package/illustrations/gradient/generic2/NoElements.mjs.map +1 -1
  1358. package/illustrations/gradient/generic2/Paperairplane.cjs +1 -1
  1359. package/illustrations/gradient/generic2/Paperairplane.cjs.map +1 -1
  1360. package/illustrations/gradient/generic2/Paperairplane.mjs +1 -1
  1361. package/illustrations/gradient/generic2/Paperairplane.mjs.map +1 -1
  1362. package/illustrations/gradient/generic2/Paperclip.cjs +1 -1
  1363. package/illustrations/gradient/generic2/Paperclip.cjs.map +1 -1
  1364. package/illustrations/gradient/generic2/Paperclip.mjs +1 -1
  1365. package/illustrations/gradient/generic2/Paperclip.mjs.map +1 -1
  1366. package/illustrations/gradient/generic2/Pause.cjs +1 -1
  1367. package/illustrations/gradient/generic2/Pause.cjs.map +1 -1
  1368. package/illustrations/gradient/generic2/Pause.mjs +1 -1
  1369. package/illustrations/gradient/generic2/Pause.mjs.map +1 -1
  1370. package/illustrations/gradient/generic2/Pencil.cjs +1 -1
  1371. package/illustrations/gradient/generic2/Pencil.cjs.map +1 -1
  1372. package/illustrations/gradient/generic2/Pencil.mjs +1 -1
  1373. package/illustrations/gradient/generic2/Pencil.mjs.map +1 -1
  1374. package/illustrations/gradient/generic2/Phone.cjs +1 -1
  1375. package/illustrations/gradient/generic2/Phone.cjs.map +1 -1
  1376. package/illustrations/gradient/generic2/Phone.mjs +1 -1
  1377. package/illustrations/gradient/generic2/Phone.mjs.map +1 -1
  1378. package/illustrations/gradient/generic2/PieChart.cjs +1 -1
  1379. package/illustrations/gradient/generic2/PieChart.cjs.map +1 -1
  1380. package/illustrations/gradient/generic2/PieChart.mjs +1 -1
  1381. package/illustrations/gradient/generic2/PieChart.mjs.map +1 -1
  1382. package/illustrations/gradient/generic2/PiggyBank.cjs +1 -1
  1383. package/illustrations/gradient/generic2/PiggyBank.cjs.map +1 -1
  1384. package/illustrations/gradient/generic2/PiggyBank.mjs +1 -1
  1385. package/illustrations/gradient/generic2/PiggyBank.mjs.map +1 -1
  1386. package/illustrations/gradient/generic2/Pin.cjs +1 -1
  1387. package/illustrations/gradient/generic2/Pin.cjs.map +1 -1
  1388. package/illustrations/gradient/generic2/Pin.mjs +1 -1
  1389. package/illustrations/gradient/generic2/Pin.mjs.map +1 -1
  1390. package/illustrations/gradient/generic2/Play.cjs +1 -1
  1391. package/illustrations/gradient/generic2/Play.cjs.map +1 -1
  1392. package/illustrations/gradient/generic2/Play.mjs +1 -1
  1393. package/illustrations/gradient/generic2/Play.mjs.map +1 -1
  1394. package/illustrations/gradient/generic2/PlayTriangle.cjs +1 -1
  1395. package/illustrations/gradient/generic2/PlayTriangle.cjs.map +1 -1
  1396. package/illustrations/gradient/generic2/PlayTriangle.mjs +1 -1
  1397. package/illustrations/gradient/generic2/PlayTriangle.mjs.map +1 -1
  1398. package/illustrations/gradient/generic2/Plugin.cjs +1 -1
  1399. package/illustrations/gradient/generic2/Plugin.cjs.map +1 -1
  1400. package/illustrations/gradient/generic2/Plugin.mjs +1 -1
  1401. package/illustrations/gradient/generic2/Plugin.mjs.map +1 -1
  1402. package/illustrations/gradient/generic2/Prompt.cjs +1 -1
  1403. package/illustrations/gradient/generic2/Prompt.cjs.map +1 -1
  1404. package/illustrations/gradient/generic2/Prompt.mjs +1 -1
  1405. package/illustrations/gradient/generic2/Prompt.mjs.map +1 -1
  1406. package/illustrations/gradient/generic2/Properties.cjs +1 -1
  1407. package/illustrations/gradient/generic2/Properties.cjs.map +1 -1
  1408. package/illustrations/gradient/generic2/Properties.mjs +1 -1
  1409. package/illustrations/gradient/generic2/Properties.mjs.map +1 -1
  1410. package/illustrations/gradient/generic2/Redo.cjs.map +1 -1
  1411. package/illustrations/gradient/generic2/Redo.mjs.map +1 -1
  1412. package/illustrations/gradient/generic2/Remix.cjs.map +1 -1
  1413. package/illustrations/gradient/generic2/Remix.mjs.map +1 -1
  1414. package/illustrations/gradient/generic2/Replace.cjs.map +1 -1
  1415. package/illustrations/gradient/generic2/Replace.mjs.map +1 -1
  1416. package/illustrations/gradient/generic2/Revert.cjs.map +1 -1
  1417. package/illustrations/gradient/generic2/Revert.mjs.map +1 -1
  1418. package/illustrations/gradient/generic2/Ribbon.cjs.map +1 -1
  1419. package/illustrations/gradient/generic2/Ribbon.mjs.map +1 -1
  1420. package/illustrations/gradient/generic2/Rocket.cjs.map +1 -1
  1421. package/illustrations/gradient/generic2/Rocket.mjs.map +1 -1
  1422. package/illustrations/gradient/generic2/RotateCCW.cjs.map +1 -1
  1423. package/illustrations/gradient/generic2/RotateCCW.mjs.map +1 -1
  1424. package/illustrations/gradient/generic2/RotateCW.cjs.map +1 -1
  1425. package/illustrations/gradient/generic2/RotateCW.mjs.map +1 -1
  1426. package/illustrations/gradient/generic2/Ruler.cjs.map +1 -1
  1427. package/illustrations/gradient/generic2/Ruler.mjs.map +1 -1
  1428. package/illustrations/gradient/generic2/Search.cjs.map +1 -1
  1429. package/illustrations/gradient/generic2/Search.mjs.map +1 -1
  1430. package/illustrations/gradient/generic2/Segmentation.cjs.map +1 -1
  1431. package/illustrations/gradient/generic2/Segmentation.mjs.map +1 -1
  1432. package/illustrations/gradient/generic2/Server.cjs.map +1 -1
  1433. package/illustrations/gradient/generic2/Server.mjs.map +1 -1
  1434. package/illustrations/gradient/generic2/Shapes.cjs.map +1 -1
  1435. package/illustrations/gradient/generic2/Shapes.mjs.map +1 -1
  1436. package/illustrations/gradient/generic2/ShoppingBag.cjs.map +1 -1
  1437. package/illustrations/gradient/generic2/ShoppingBag.mjs.map +1 -1
  1438. package/illustrations/gradient/generic2/ShoppingCart.cjs.map +1 -1
  1439. package/illustrations/gradient/generic2/ShoppingCart.mjs.map +1 -1
  1440. package/illustrations/gradient/generic2/Sparkles.cjs.map +1 -1
  1441. package/illustrations/gradient/generic2/Sparkles.mjs.map +1 -1
  1442. package/illustrations/gradient/generic2/SpeedFast.cjs.map +1 -1
  1443. package/illustrations/gradient/generic2/SpeedFast.mjs.map +1 -1
  1444. package/illustrations/gradient/generic2/StampClone.cjs.map +1 -1
  1445. package/illustrations/gradient/generic2/StampClone.mjs.map +1 -1
  1446. package/illustrations/gradient/generic2/Star.cjs.map +1 -1
  1447. package/illustrations/gradient/generic2/Star.mjs.map +1 -1
  1448. package/illustrations/gradient/generic2/StepForward.cjs.map +1 -1
  1449. package/illustrations/gradient/generic2/StepForward.mjs.map +1 -1
  1450. package/illustrations/gradient/generic2/Switch.cjs.map +1 -1
  1451. package/illustrations/gradient/generic2/Switch.mjs.map +1 -1
  1452. package/illustrations/gradient/generic2/Tablet.cjs.map +1 -1
  1453. package/illustrations/gradient/generic2/Tablet.mjs.map +1 -1
  1454. package/illustrations/gradient/generic2/Tag.cjs.map +1 -1
  1455. package/illustrations/gradient/generic2/Tag.mjs.map +1 -1
  1456. package/illustrations/gradient/generic2/Targeted.cjs.map +1 -1
  1457. package/illustrations/gradient/generic2/Targeted.mjs.map +1 -1
  1458. package/illustrations/gradient/generic2/Text.cjs.map +1 -1
  1459. package/illustrations/gradient/generic2/Text.mjs.map +1 -1
  1460. package/illustrations/gradient/generic2/ThreeArrowsCircle.cjs.map +1 -1
  1461. package/illustrations/gradient/generic2/ThreeArrowsCircle.mjs.map +1 -1
  1462. package/illustrations/gradient/generic2/ThumbsUp.cjs.map +1 -1
  1463. package/illustrations/gradient/generic2/ThumbsUp.mjs.map +1 -1
  1464. package/illustrations/gradient/generic2/Transform.cjs.map +1 -1
  1465. package/illustrations/gradient/generic2/Transform.mjs.map +1 -1
  1466. package/illustrations/gradient/generic2/Translate.cjs.map +1 -1
  1467. package/illustrations/gradient/generic2/Translate.mjs.map +1 -1
  1468. package/illustrations/gradient/generic2/Trash.cjs.map +1 -1
  1469. package/illustrations/gradient/generic2/Trash.mjs.map +1 -1
  1470. package/illustrations/gradient/generic2/Trophy.cjs.map +1 -1
  1471. package/illustrations/gradient/generic2/Trophy.mjs.map +1 -1
  1472. package/illustrations/gradient/generic2/Update.cjs.map +1 -1
  1473. package/illustrations/gradient/generic2/Update.mjs.map +1 -1
  1474. package/illustrations/gradient/generic2/Upload.cjs.map +1 -1
  1475. package/illustrations/gradient/generic2/Upload.mjs.map +1 -1
  1476. package/illustrations/gradient/generic2/User.cjs.map +1 -1
  1477. package/illustrations/gradient/generic2/User.mjs.map +1 -1
  1478. package/illustrations/gradient/generic2/UserAvatar.cjs.map +1 -1
  1479. package/illustrations/gradient/generic2/UserAvatar.mjs.map +1 -1
  1480. package/illustrations/gradient/generic2/UserGroup.cjs.map +1 -1
  1481. package/illustrations/gradient/generic2/UserGroup.mjs.map +1 -1
  1482. package/illustrations/gradient/generic2/VectorDraw.cjs.map +1 -1
  1483. package/illustrations/gradient/generic2/VectorDraw.mjs.map +1 -1
  1484. package/illustrations/gradient/generic2/Video.cjs.map +1 -1
  1485. package/illustrations/gradient/generic2/Video.mjs.map +1 -1
  1486. package/illustrations/gradient/generic2/Volume.cjs.map +1 -1
  1487. package/illustrations/gradient/generic2/Volume.mjs.map +1 -1
  1488. package/illustrations/gradient/generic2/VolumeOne.cjs.map +1 -1
  1489. package/illustrations/gradient/generic2/VolumeOne.mjs.map +1 -1
  1490. package/illustrations/gradient/generic2/Wallet.cjs.map +1 -1
  1491. package/illustrations/gradient/generic2/Wallet.mjs.map +1 -1
  1492. package/illustrations/linear/3D.cjs.map +1 -1
  1493. package/illustrations/linear/3D.mjs.map +1 -1
  1494. package/illustrations/linear/3Dasset.cjs.map +1 -1
  1495. package/illustrations/linear/3Dasset.mjs.map +1 -1
  1496. package/illustrations/linear/AIChat.cjs.map +1 -1
  1497. package/illustrations/linear/AIChat.mjs.map +1 -1
  1498. package/illustrations/linear/AIGenerate.cjs.map +1 -1
  1499. package/illustrations/linear/AIGenerate.mjs.map +1 -1
  1500. package/illustrations/linear/AIGenerateImage.cjs.map +1 -1
  1501. package/illustrations/linear/AIGenerateImage.mjs.map +1 -1
  1502. package/illustrations/linear/Accessibility.cjs.map +1 -1
  1503. package/illustrations/linear/Accessibility.mjs.map +1 -1
  1504. package/illustrations/linear/Addproject.cjs.map +1 -1
  1505. package/illustrations/linear/Addproject.mjs.map +1 -1
  1506. package/illustrations/linear/AlertNotice.cjs.map +1 -1
  1507. package/illustrations/linear/AlertNotice.mjs.map +1 -1
  1508. package/illustrations/linear/Animation.cjs.map +1 -1
  1509. package/illustrations/linear/Animation.mjs.map +1 -1
  1510. package/illustrations/linear/Apps.cjs.map +1 -1
  1511. package/illustrations/linear/Apps.mjs.map +1 -1
  1512. package/illustrations/linear/ArrowDown.cjs.map +1 -1
  1513. package/illustrations/linear/ArrowDown.mjs.map +1 -1
  1514. package/illustrations/linear/ArrowLeft.cjs.map +1 -1
  1515. package/illustrations/linear/ArrowLeft.mjs.map +1 -1
  1516. package/illustrations/linear/ArrowRight.cjs.map +1 -1
  1517. package/illustrations/linear/ArrowRight.mjs.map +1 -1
  1518. package/illustrations/linear/ArrowUp.cjs.map +1 -1
  1519. package/illustrations/linear/ArrowUp.mjs.map +1 -1
  1520. package/illustrations/linear/Artboard.cjs.map +1 -1
  1521. package/illustrations/linear/Artboard.mjs.map +1 -1
  1522. package/illustrations/linear/Assets.cjs.map +1 -1
  1523. package/illustrations/linear/Assets.mjs.map +1 -1
  1524. package/illustrations/linear/AudioWave.cjs.map +1 -1
  1525. package/illustrations/linear/AudioWave.mjs.map +1 -1
  1526. package/illustrations/linear/BadgeVerified.cjs.map +1 -1
  1527. package/illustrations/linear/BadgeVerified.mjs.map +1 -1
  1528. package/illustrations/linear/Bell.cjs.map +1 -1
  1529. package/illustrations/linear/Bell.mjs.map +1 -1
  1530. package/illustrations/linear/Bolt.cjs.map +1 -1
  1531. package/illustrations/linear/Bolt.mjs.map +1 -1
  1532. package/illustrations/linear/Brand.cjs.map +1 -1
  1533. package/illustrations/linear/Brand.mjs.map +1 -1
  1534. package/illustrations/linear/Briefcase.cjs.map +1 -1
  1535. package/illustrations/linear/Briefcase.mjs.map +1 -1
  1536. package/illustrations/linear/BrightnessContrast.cjs.map +1 -1
  1537. package/illustrations/linear/BrightnessContrast.mjs.map +1 -1
  1538. package/illustrations/linear/Browser.cjs.map +1 -1
  1539. package/illustrations/linear/Browser.mjs.map +1 -1
  1540. package/illustrations/linear/BrowserError.cjs.map +1 -1
  1541. package/illustrations/linear/BrowserError.mjs.map +1 -1
  1542. package/illustrations/linear/BrowserNotCompatible.cjs.map +1 -1
  1543. package/illustrations/linear/BrowserNotCompatible.mjs.map +1 -1
  1544. package/illustrations/linear/Brush.cjs.map +1 -1
  1545. package/illustrations/linear/Brush.mjs.map +1 -1
  1546. package/illustrations/linear/Bug.cjs.map +1 -1
  1547. package/illustrations/linear/Bug.mjs.map +1 -1
  1548. package/illustrations/linear/BuildTable.cjs.map +1 -1
  1549. package/illustrations/linear/BuildTable.mjs.map +1 -1
  1550. package/illustrations/linear/Buildings.cjs.map +1 -1
  1551. package/illustrations/linear/Buildings.mjs.map +1 -1
  1552. package/illustrations/linear/Calendar.cjs.map +1 -1
  1553. package/illustrations/linear/Calendar.mjs.map +1 -1
  1554. package/illustrations/linear/Camera.cjs.map +1 -1
  1555. package/illustrations/linear/Camera.mjs.map +1 -1
  1556. package/illustrations/linear/CardTapPayment.cjs.map +1 -1
  1557. package/illustrations/linear/CardTapPayment.mjs.map +1 -1
  1558. package/illustrations/linear/Channel.cjs.map +1 -1
  1559. package/illustrations/linear/Channel.mjs.map +1 -1
  1560. package/illustrations/linear/ChartAreaStack.cjs.map +1 -1
  1561. package/illustrations/linear/ChartAreaStack.mjs.map +1 -1
  1562. package/illustrations/linear/Chatbubble.cjs.map +1 -1
  1563. package/illustrations/linear/Chatbubble.mjs.map +1 -1
  1564. package/illustrations/linear/Check.cjs.map +1 -1
  1565. package/illustrations/linear/Check.mjs.map +1 -1
  1566. package/illustrations/linear/Clipboard.cjs.map +1 -1
  1567. package/illustrations/linear/Clipboard.mjs.map +1 -1
  1568. package/illustrations/linear/Clock.cjs.map +1 -1
  1569. package/illustrations/linear/Clock.mjs.map +1 -1
  1570. package/illustrations/linear/Close.cjs.map +1 -1
  1571. package/illustrations/linear/Close.mjs.map +1 -1
  1572. package/illustrations/linear/Cloud.cjs.map +1 -1
  1573. package/illustrations/linear/Cloud.mjs.map +1 -1
  1574. package/illustrations/linear/CloudStateDisconnected.cjs.map +1 -1
  1575. package/illustrations/linear/CloudStateDisconnected.mjs.map +1 -1
  1576. package/illustrations/linear/CloudStateError.cjs.map +1 -1
  1577. package/illustrations/linear/CloudStateError.mjs.map +1 -1
  1578. package/illustrations/linear/CloudUpload.cjs.map +1 -1
  1579. package/illustrations/linear/CloudUpload.mjs.map +1 -1
  1580. package/illustrations/linear/CodeBrackets.cjs.map +1 -1
  1581. package/illustrations/linear/CodeBrackets.mjs.map +1 -1
  1582. package/illustrations/linear/Color.cjs.map +1 -1
  1583. package/illustrations/linear/Color.mjs.map +1 -1
  1584. package/illustrations/linear/CommentText.cjs.map +1 -1
  1585. package/illustrations/linear/CommentText.mjs.map +1 -1
  1586. package/illustrations/linear/ConfettiCelebration.cjs.map +1 -1
  1587. package/illustrations/linear/ConfettiCelebration.mjs.map +1 -1
  1588. package/illustrations/linear/Conversationbubbles.cjs.map +1 -1
  1589. package/illustrations/linear/Conversationbubbles.mjs.map +1 -1
  1590. package/illustrations/linear/Crop.cjs.map +1 -1
  1591. package/illustrations/linear/Crop.mjs.map +1 -1
  1592. package/illustrations/linear/Cursor.cjs.map +1 -1
  1593. package/illustrations/linear/Cursor.mjs.map +1 -1
  1594. package/illustrations/linear/Cut.cjs.map +1 -1
  1595. package/illustrations/linear/Cut.mjs.map +1 -1
  1596. package/illustrations/linear/Data.cjs.map +1 -1
  1597. package/illustrations/linear/Data.mjs.map +1 -1
  1598. package/illustrations/linear/DataAnalytics.cjs.map +1 -1
  1599. package/illustrations/linear/DataAnalytics.mjs.map +1 -1
  1600. package/illustrations/linear/Desktop.cjs.map +1 -1
  1601. package/illustrations/linear/Desktop.mjs.map +1 -1
  1602. package/illustrations/linear/Diamond.cjs.map +1 -1
  1603. package/illustrations/linear/Diamond.mjs.map +1 -1
  1604. package/illustrations/linear/Document.cjs.map +1 -1
  1605. package/illustrations/linear/Document.mjs.map +1 -1
  1606. package/illustrations/linear/Download.cjs.map +1 -1
  1607. package/illustrations/linear/Download.mjs.map +1 -1
  1608. package/illustrations/linear/DropToUpload.cjs.map +1 -1
  1609. package/illustrations/linear/DropToUpload.mjs.map +1 -1
  1610. package/illustrations/linear/Education.cjs.map +1 -1
  1611. package/illustrations/linear/Education.mjs.map +1 -1
  1612. package/illustrations/linear/Effects.cjs.map +1 -1
  1613. package/illustrations/linear/Effects.mjs.map +1 -1
  1614. package/illustrations/linear/Emoji160.cjs.map +1 -1
  1615. package/illustrations/linear/Emoji160.mjs.map +1 -1
  1616. package/illustrations/linear/EmptyStateExport.cjs.map +1 -1
  1617. package/illustrations/linear/EmptyStateExport.mjs.map +1 -1
  1618. package/illustrations/linear/Error.cjs.map +1 -1
  1619. package/illustrations/linear/Error.mjs.map +1 -1
  1620. package/illustrations/linear/Explosion.cjs.map +1 -1
  1621. package/illustrations/linear/Explosion.mjs.map +1 -1
  1622. package/illustrations/linear/ExportTo.cjs.map +1 -1
  1623. package/illustrations/linear/ExportTo.mjs.map +1 -1
  1624. package/illustrations/linear/Exposure.cjs.map +1 -1
  1625. package/illustrations/linear/Exposure.mjs.map +1 -1
  1626. package/illustrations/linear/FileAlert.cjs.map +1 -1
  1627. package/illustrations/linear/FileAlert.mjs.map +1 -1
  1628. package/illustrations/linear/FileImage.cjs.map +1 -1
  1629. package/illustrations/linear/FileImage.mjs.map +1 -1
  1630. package/illustrations/linear/FileText.cjs.map +1 -1
  1631. package/illustrations/linear/FileText.mjs.map +1 -1
  1632. package/illustrations/linear/FileVideo.cjs.map +1 -1
  1633. package/illustrations/linear/FileVideo.mjs.map +1 -1
  1634. package/illustrations/linear/FileZip.cjs.map +1 -1
  1635. package/illustrations/linear/FileZip.mjs.map +1 -1
  1636. package/illustrations/linear/Filmstrip.cjs.map +1 -1
  1637. package/illustrations/linear/Filmstrip.mjs.map +1 -1
  1638. package/illustrations/linear/Filter.cjs.map +1 -1
  1639. package/illustrations/linear/Filter.mjs.map +1 -1
  1640. package/illustrations/linear/Filters.cjs.map +1 -1
  1641. package/illustrations/linear/Filters.mjs.map +1 -1
  1642. package/illustrations/linear/Fireworks.cjs.map +1 -1
  1643. package/illustrations/linear/Fireworks.mjs.map +1 -1
  1644. package/illustrations/linear/Flag.cjs.map +1 -1
  1645. package/illustrations/linear/Flag.mjs.map +1 -1
  1646. package/illustrations/linear/FlagCheckmark.cjs.map +1 -1
  1647. package/illustrations/linear/FlagCheckmark.mjs.map +1 -1
  1648. package/illustrations/linear/FlagCross.cjs.map +1 -1
  1649. package/illustrations/linear/FlagCross.mjs.map +1 -1
  1650. package/illustrations/linear/FolderClose.cjs.map +1 -1
  1651. package/illustrations/linear/FolderClose.mjs.map +1 -1
  1652. package/illustrations/linear/FolderOpen.cjs.map +1 -1
  1653. package/illustrations/linear/FolderOpen.mjs.map +1 -1
  1654. package/illustrations/linear/FolderShared.cjs.map +1 -1
  1655. package/illustrations/linear/FolderShared.mjs.map +1 -1
  1656. package/illustrations/linear/GearSetting.cjs.map +1 -1
  1657. package/illustrations/linear/GearSetting.mjs.map +1 -1
  1658. package/illustrations/linear/Gift.cjs.map +1 -1
  1659. package/illustrations/linear/Gift.mjs.map +1 -1
  1660. package/illustrations/linear/Globe.cjs.map +1 -1
  1661. package/illustrations/linear/Globe.mjs.map +1 -1
  1662. package/illustrations/linear/GlobeGrid.cjs.map +1 -1
  1663. package/illustrations/linear/GlobeGrid.mjs.map +1 -1
  1664. package/illustrations/linear/GraphBarChart.cjs.map +1 -1
  1665. package/illustrations/linear/GraphBarChart.mjs.map +1 -1
  1666. package/illustrations/linear/Hand.cjs.map +1 -1
  1667. package/illustrations/linear/Hand.mjs.map +1 -1
  1668. package/illustrations/linear/Handshake.cjs.map +1 -1
  1669. package/illustrations/linear/Handshake.mjs.map +1 -1
  1670. package/illustrations/linear/Heart.cjs.map +1 -1
  1671. package/illustrations/linear/Heart.mjs.map +1 -1
  1672. package/illustrations/linear/HelpCircle.cjs.map +1 -1
  1673. package/illustrations/linear/HelpCircle.mjs.map +1 -1
  1674. package/illustrations/linear/Home.cjs.map +1 -1
  1675. package/illustrations/linear/Home.mjs.map +1 -1
  1676. package/illustrations/linear/Illustration.cjs +1 -1
  1677. package/illustrations/linear/Illustration.cjs.map +1 -1
  1678. package/illustrations/linear/Illustration.mjs +1 -1
  1679. package/illustrations/linear/Illustration.mjs.map +1 -1
  1680. package/illustrations/linear/Image.cjs +1 -1
  1681. package/illustrations/linear/Image.cjs.map +1 -1
  1682. package/illustrations/linear/Image.mjs +1 -1
  1683. package/illustrations/linear/Image.mjs.map +1 -1
  1684. package/illustrations/linear/ImageStack.cjs +1 -1
  1685. package/illustrations/linear/ImageStack.cjs.map +1 -1
  1686. package/illustrations/linear/ImageStack.mjs +1 -1
  1687. package/illustrations/linear/ImageStack.mjs.map +1 -1
  1688. package/illustrations/linear/InfiniteLooping.cjs +1 -1
  1689. package/illustrations/linear/InfiniteLooping.cjs.map +1 -1
  1690. package/illustrations/linear/InfiniteLooping.mjs +1 -1
  1691. package/illustrations/linear/InfiniteLooping.mjs.map +1 -1
  1692. package/illustrations/linear/Information.cjs +1 -1
  1693. package/illustrations/linear/Information.cjs.map +1 -1
  1694. package/illustrations/linear/Information.mjs +1 -1
  1695. package/illustrations/linear/Information.mjs.map +1 -1
  1696. package/illustrations/linear/Interaction.cjs +1 -1
  1697. package/illustrations/linear/Interaction.cjs.map +1 -1
  1698. package/illustrations/linear/Interaction.mjs +1 -1
  1699. package/illustrations/linear/Interaction.mjs.map +1 -1
  1700. package/illustrations/linear/Laptop.cjs +1 -1
  1701. package/illustrations/linear/Laptop.cjs.map +1 -1
  1702. package/illustrations/linear/Laptop.mjs +1 -1
  1703. package/illustrations/linear/Laptop.mjs.map +1 -1
  1704. package/illustrations/linear/Layers.cjs +1 -1
  1705. package/illustrations/linear/Layers.cjs.map +1 -1
  1706. package/illustrations/linear/Layers.mjs +1 -1
  1707. package/illustrations/linear/Layers.mjs.map +1 -1
  1708. package/illustrations/linear/Libraries.cjs +1 -1
  1709. package/illustrations/linear/Libraries.cjs.map +1 -1
  1710. package/illustrations/linear/Libraries.mjs +1 -1
  1711. package/illustrations/linear/Libraries.mjs.map +1 -1
  1712. package/illustrations/linear/Lightbulb.cjs +1 -1
  1713. package/illustrations/linear/Lightbulb.cjs.map +1 -1
  1714. package/illustrations/linear/Lightbulb.mjs +1 -1
  1715. package/illustrations/linear/Lightbulb.mjs.map +1 -1
  1716. package/illustrations/linear/LightbulbRays.cjs +1 -1
  1717. package/illustrations/linear/LightbulbRays.cjs.map +1 -1
  1718. package/illustrations/linear/LightbulbRays.mjs +1 -1
  1719. package/illustrations/linear/LightbulbRays.mjs.map +1 -1
  1720. package/illustrations/linear/Lighten.cjs +1 -1
  1721. package/illustrations/linear/Lighten.cjs.map +1 -1
  1722. package/illustrations/linear/Lighten.mjs +1 -1
  1723. package/illustrations/linear/Lighten.mjs.map +1 -1
  1724. package/illustrations/linear/Link.cjs +1 -1
  1725. package/illustrations/linear/Link.cjs.map +1 -1
  1726. package/illustrations/linear/Link.mjs +1 -1
  1727. package/illustrations/linear/Link.mjs.map +1 -1
  1728. package/illustrations/linear/Location.cjs +1 -1
  1729. package/illustrations/linear/Location.cjs.map +1 -1
  1730. package/illustrations/linear/Location.mjs +1 -1
  1731. package/illustrations/linear/Location.mjs.map +1 -1
  1732. package/illustrations/linear/LockClose.cjs +1 -1
  1733. package/illustrations/linear/LockClose.cjs.map +1 -1
  1734. package/illustrations/linear/LockClose.mjs +1 -1
  1735. package/illustrations/linear/LockClose.mjs.map +1 -1
  1736. package/illustrations/linear/LockOpen.cjs +1 -1
  1737. package/illustrations/linear/LockOpen.cjs.map +1 -1
  1738. package/illustrations/linear/LockOpen.mjs +1 -1
  1739. package/illustrations/linear/LockOpen.mjs.map +1 -1
  1740. package/illustrations/linear/Logo.cjs +1 -1
  1741. package/illustrations/linear/Logo.cjs.map +1 -1
  1742. package/illustrations/linear/Logo.mjs +1 -1
  1743. package/illustrations/linear/Logo.mjs.map +1 -1
  1744. package/illustrations/linear/MagicWand.cjs +1 -1
  1745. package/illustrations/linear/MagicWand.cjs.map +1 -1
  1746. package/illustrations/linear/MagicWand.mjs +1 -1
  1747. package/illustrations/linear/MagicWand.mjs.map +1 -1
  1748. package/illustrations/linear/MailClose.cjs +1 -1
  1749. package/illustrations/linear/MailClose.cjs.map +1 -1
  1750. package/illustrations/linear/MailClose.mjs +1 -1
  1751. package/illustrations/linear/MailClose.mjs.map +1 -1
  1752. package/illustrations/linear/MailOpen.cjs +1 -1
  1753. package/illustrations/linear/MailOpen.cjs.map +1 -1
  1754. package/illustrations/linear/MailOpen.mjs +1 -1
  1755. package/illustrations/linear/MailOpen.mjs.map +1 -1
  1756. package/illustrations/linear/Market.cjs +1 -1
  1757. package/illustrations/linear/Market.cjs.map +1 -1
  1758. package/illustrations/linear/Market.mjs +1 -1
  1759. package/illustrations/linear/Market.mjs.map +1 -1
  1760. package/illustrations/linear/MegaphonePromote.cjs +1 -1
  1761. package/illustrations/linear/MegaphonePromote.cjs.map +1 -1
  1762. package/illustrations/linear/MegaphonePromote.mjs +1 -1
  1763. package/illustrations/linear/MegaphonePromote.mjs.map +1 -1
  1764. package/illustrations/linear/MegaphonePromoteExpressive.cjs +1 -1
  1765. package/illustrations/linear/MegaphonePromoteExpressive.cjs.map +1 -1
  1766. package/illustrations/linear/MegaphonePromoteExpressive.mjs +1 -1
  1767. package/illustrations/linear/MegaphonePromoteExpressive.mjs.map +1 -1
  1768. package/illustrations/linear/Mention.cjs +1 -1
  1769. package/illustrations/linear/Mention.cjs.map +1 -1
  1770. package/illustrations/linear/Mention.mjs +1 -1
  1771. package/illustrations/linear/Mention.mjs.map +1 -1
  1772. package/illustrations/linear/Microphone.cjs +1 -1
  1773. package/illustrations/linear/Microphone.cjs.map +1 -1
  1774. package/illustrations/linear/Microphone.mjs +1 -1
  1775. package/illustrations/linear/Microphone.mjs.map +1 -1
  1776. package/illustrations/linear/MicrophoneOff.cjs +1 -1
  1777. package/illustrations/linear/MicrophoneOff.cjs.map +1 -1
  1778. package/illustrations/linear/MicrophoneOff.mjs +1 -1
  1779. package/illustrations/linear/MicrophoneOff.mjs.map +1 -1
  1780. package/illustrations/linear/Minimize.cjs +1 -1
  1781. package/illustrations/linear/Minimize.cjs.map +1 -1
  1782. package/illustrations/linear/Minimize.mjs +1 -1
  1783. package/illustrations/linear/Minimize.mjs.map +1 -1
  1784. package/illustrations/linear/MovieCamera.cjs +1 -1
  1785. package/illustrations/linear/MovieCamera.cjs.map +1 -1
  1786. package/illustrations/linear/MovieCamera.mjs +1 -1
  1787. package/illustrations/linear/MovieCamera.mjs.map +1 -1
  1788. package/illustrations/linear/MusicNote.cjs +1 -1
  1789. package/illustrations/linear/MusicNote.cjs.map +1 -1
  1790. package/illustrations/linear/MusicNote.mjs +1 -1
  1791. package/illustrations/linear/MusicNote.mjs.map +1 -1
  1792. package/illustrations/linear/NoBrands.cjs +1 -1
  1793. package/illustrations/linear/NoBrands.cjs.map +1 -1
  1794. package/illustrations/linear/NoBrands.mjs +1 -1
  1795. package/illustrations/linear/NoBrands.mjs.map +1 -1
  1796. package/illustrations/linear/NoComment.cjs +1 -1
  1797. package/illustrations/linear/NoComment.cjs.map +1 -1
  1798. package/illustrations/linear/NoComment.mjs +1 -1
  1799. package/illustrations/linear/NoComment.mjs.map +1 -1
  1800. package/illustrations/linear/NoComments.cjs +1 -1
  1801. package/illustrations/linear/NoComments.cjs.map +1 -1
  1802. package/illustrations/linear/NoComments.mjs +1 -1
  1803. package/illustrations/linear/NoComments.mjs.map +1 -1
  1804. package/illustrations/linear/NoElements.cjs +1 -1
  1805. package/illustrations/linear/NoElements.cjs.map +1 -1
  1806. package/illustrations/linear/NoElements.mjs +1 -1
  1807. package/illustrations/linear/NoElements.mjs.map +1 -1
  1808. package/illustrations/linear/NoFile.cjs +1 -1
  1809. package/illustrations/linear/NoFile.cjs.map +1 -1
  1810. package/illustrations/linear/NoFile.mjs +1 -1
  1811. package/illustrations/linear/NoFile.mjs.map +1 -1
  1812. package/illustrations/linear/NoFilter.cjs +1 -1
  1813. package/illustrations/linear/NoFilter.cjs.map +1 -1
  1814. package/illustrations/linear/NoFilter.mjs +1 -1
  1815. package/illustrations/linear/NoFilter.mjs.map +1 -1
  1816. package/illustrations/linear/NoImage.cjs +1 -1
  1817. package/illustrations/linear/NoImage.cjs.map +1 -1
  1818. package/illustrations/linear/NoImage.mjs +1 -1
  1819. package/illustrations/linear/NoImage.mjs.map +1 -1
  1820. package/illustrations/linear/NoLibraries.cjs +1 -1
  1821. package/illustrations/linear/NoLibraries.cjs.map +1 -1
  1822. package/illustrations/linear/NoLibraries.mjs +1 -1
  1823. package/illustrations/linear/NoLibraries.mjs.map +1 -1
  1824. package/illustrations/linear/NoLibrariesBrands.cjs +1 -1
  1825. package/illustrations/linear/NoLibrariesBrands.cjs.map +1 -1
  1826. package/illustrations/linear/NoLibrariesBrands.mjs +1 -1
  1827. package/illustrations/linear/NoLibrariesBrands.mjs.map +1 -1
  1828. package/illustrations/linear/NoReviewLinks.cjs +1 -1
  1829. package/illustrations/linear/NoReviewLinks.cjs.map +1 -1
  1830. package/illustrations/linear/NoReviewLinks.mjs +1 -1
  1831. package/illustrations/linear/NoReviewLinks.mjs.map +1 -1
  1832. package/illustrations/linear/NoSearchResults.cjs +1 -1
  1833. package/illustrations/linear/NoSearchResults.cjs.map +1 -1
  1834. package/illustrations/linear/NoSearchResults.mjs +1 -1
  1835. package/illustrations/linear/NoSearchResults.mjs.map +1 -1
  1836. package/illustrations/linear/NoSharedFile.cjs +1 -1
  1837. package/illustrations/linear/NoSharedFile.cjs.map +1 -1
  1838. package/illustrations/linear/NoSharedFile.mjs +1 -1
  1839. package/illustrations/linear/NoSharedFile.mjs.map +1 -1
  1840. package/illustrations/linear/Paperairplane.cjs +1 -1
  1841. package/illustrations/linear/Paperairplane.cjs.map +1 -1
  1842. package/illustrations/linear/Paperairplane.mjs +1 -1
  1843. package/illustrations/linear/Paperairplane.mjs.map +1 -1
  1844. package/illustrations/linear/Paperclip.cjs +1 -1
  1845. package/illustrations/linear/Paperclip.cjs.map +1 -1
  1846. package/illustrations/linear/Paperclip.mjs +1 -1
  1847. package/illustrations/linear/Paperclip.mjs.map +1 -1
  1848. package/illustrations/linear/Pause.cjs +1 -1
  1849. package/illustrations/linear/Pause.cjs.map +1 -1
  1850. package/illustrations/linear/Pause.mjs +1 -1
  1851. package/illustrations/linear/Pause.mjs.map +1 -1
  1852. package/illustrations/linear/Pencil.cjs +1 -1
  1853. package/illustrations/linear/Pencil.cjs.map +1 -1
  1854. package/illustrations/linear/Pencil.mjs +1 -1
  1855. package/illustrations/linear/Pencil.mjs.map +1 -1
  1856. package/illustrations/linear/Phone.cjs +1 -1
  1857. package/illustrations/linear/Phone.cjs.map +1 -1
  1858. package/illustrations/linear/Phone.mjs +1 -1
  1859. package/illustrations/linear/Phone.mjs.map +1 -1
  1860. package/illustrations/linear/PieChart.cjs +1 -1
  1861. package/illustrations/linear/PieChart.cjs.map +1 -1
  1862. package/illustrations/linear/PieChart.mjs +1 -1
  1863. package/illustrations/linear/PieChart.mjs.map +1 -1
  1864. package/illustrations/linear/PiggyBank.cjs +1 -1
  1865. package/illustrations/linear/PiggyBank.cjs.map +1 -1
  1866. package/illustrations/linear/PiggyBank.mjs +1 -1
  1867. package/illustrations/linear/PiggyBank.mjs.map +1 -1
  1868. package/illustrations/linear/Pin.cjs +1 -1
  1869. package/illustrations/linear/Pin.cjs.map +1 -1
  1870. package/illustrations/linear/Pin.mjs +1 -1
  1871. package/illustrations/linear/Pin.mjs.map +1 -1
  1872. package/illustrations/linear/Play.cjs +1 -1
  1873. package/illustrations/linear/Play.cjs.map +1 -1
  1874. package/illustrations/linear/Play.mjs +1 -1
  1875. package/illustrations/linear/Play.mjs.map +1 -1
  1876. package/illustrations/linear/PlayTriangle.cjs +1 -1
  1877. package/illustrations/linear/PlayTriangle.cjs.map +1 -1
  1878. package/illustrations/linear/PlayTriangle.mjs +1 -1
  1879. package/illustrations/linear/PlayTriangle.mjs.map +1 -1
  1880. package/illustrations/linear/Plugin.cjs +1 -1
  1881. package/illustrations/linear/Plugin.cjs.map +1 -1
  1882. package/illustrations/linear/Plugin.mjs +1 -1
  1883. package/illustrations/linear/Plugin.mjs.map +1 -1
  1884. package/illustrations/linear/Prompt.cjs +1 -1
  1885. package/illustrations/linear/Prompt.cjs.map +1 -1
  1886. package/illustrations/linear/Prompt.mjs +1 -1
  1887. package/illustrations/linear/Prompt.mjs.map +1 -1
  1888. package/illustrations/linear/Properties.cjs +1 -1
  1889. package/illustrations/linear/Properties.cjs.map +1 -1
  1890. package/illustrations/linear/Properties.mjs +1 -1
  1891. package/illustrations/linear/Properties.mjs.map +1 -1
  1892. package/illustrations/linear/Redo.cjs.map +1 -1
  1893. package/illustrations/linear/Redo.mjs.map +1 -1
  1894. package/illustrations/linear/Remix.cjs.map +1 -1
  1895. package/illustrations/linear/Remix.mjs.map +1 -1
  1896. package/illustrations/linear/Replace.cjs.map +1 -1
  1897. package/illustrations/linear/Replace.mjs.map +1 -1
  1898. package/illustrations/linear/ReportAbuse.cjs.map +1 -1
  1899. package/illustrations/linear/ReportAbuse.mjs.map +1 -1
  1900. package/illustrations/linear/Revert.cjs.map +1 -1
  1901. package/illustrations/linear/Revert.mjs.map +1 -1
  1902. package/illustrations/linear/Ribbon.cjs.map +1 -1
  1903. package/illustrations/linear/Ribbon.mjs.map +1 -1
  1904. package/illustrations/linear/Rocket.cjs.map +1 -1
  1905. package/illustrations/linear/Rocket.mjs.map +1 -1
  1906. package/illustrations/linear/RotateCCW.cjs.map +1 -1
  1907. package/illustrations/linear/RotateCCW.mjs.map +1 -1
  1908. package/illustrations/linear/RotateCW.cjs.map +1 -1
  1909. package/illustrations/linear/RotateCW.mjs.map +1 -1
  1910. package/illustrations/linear/Ruler.cjs.map +1 -1
  1911. package/illustrations/linear/Ruler.mjs.map +1 -1
  1912. package/illustrations/linear/Search.cjs.map +1 -1
  1913. package/illustrations/linear/Search.mjs.map +1 -1
  1914. package/illustrations/linear/Segmentation.cjs.map +1 -1
  1915. package/illustrations/linear/Segmentation.mjs.map +1 -1
  1916. package/illustrations/linear/Server.cjs.map +1 -1
  1917. package/illustrations/linear/Server.mjs.map +1 -1
  1918. package/illustrations/linear/Shapes.cjs.map +1 -1
  1919. package/illustrations/linear/Shapes.mjs.map +1 -1
  1920. package/illustrations/linear/ShoppingBag.cjs.map +1 -1
  1921. package/illustrations/linear/ShoppingBag.mjs.map +1 -1
  1922. package/illustrations/linear/ShoppingCart.cjs.map +1 -1
  1923. package/illustrations/linear/ShoppingCart.mjs.map +1 -1
  1924. package/illustrations/linear/Sparkles.cjs.map +1 -1
  1925. package/illustrations/linear/Sparkles.mjs.map +1 -1
  1926. package/illustrations/linear/SpeedFast.cjs.map +1 -1
  1927. package/illustrations/linear/SpeedFast.mjs.map +1 -1
  1928. package/illustrations/linear/StampClone.cjs.map +1 -1
  1929. package/illustrations/linear/StampClone.mjs.map +1 -1
  1930. package/illustrations/linear/Star.cjs.map +1 -1
  1931. package/illustrations/linear/Star.mjs.map +1 -1
  1932. package/illustrations/linear/StepForward.cjs.map +1 -1
  1933. package/illustrations/linear/StepForward.mjs.map +1 -1
  1934. package/illustrations/linear/Stopwatch.cjs.map +1 -1
  1935. package/illustrations/linear/Stopwatch.mjs.map +1 -1
  1936. package/illustrations/linear/Switch.cjs.map +1 -1
  1937. package/illustrations/linear/Switch.mjs.map +1 -1
  1938. package/illustrations/linear/Tablet.cjs.map +1 -1
  1939. package/illustrations/linear/Tablet.mjs.map +1 -1
  1940. package/illustrations/linear/Tag.cjs.map +1 -1
  1941. package/illustrations/linear/Tag.mjs.map +1 -1
  1942. package/illustrations/linear/Targeted.cjs.map +1 -1
  1943. package/illustrations/linear/Targeted.mjs.map +1 -1
  1944. package/illustrations/linear/Text.cjs.map +1 -1
  1945. package/illustrations/linear/Text.mjs.map +1 -1
  1946. package/illustrations/linear/ThreeArrowsCircle.cjs.map +1 -1
  1947. package/illustrations/linear/ThreeArrowsCircle.mjs.map +1 -1
  1948. package/illustrations/linear/ThumbsDown.cjs.map +1 -1
  1949. package/illustrations/linear/ThumbsDown.mjs.map +1 -1
  1950. package/illustrations/linear/ThumbsUp.cjs.map +1 -1
  1951. package/illustrations/linear/ThumbsUp.mjs.map +1 -1
  1952. package/illustrations/linear/Transform.cjs.map +1 -1
  1953. package/illustrations/linear/Transform.mjs.map +1 -1
  1954. package/illustrations/linear/Translate.cjs.map +1 -1
  1955. package/illustrations/linear/Translate.mjs.map +1 -1
  1956. package/illustrations/linear/Trash.cjs.map +1 -1
  1957. package/illustrations/linear/Trash.mjs.map +1 -1
  1958. package/illustrations/linear/Trophy.cjs.map +1 -1
  1959. package/illustrations/linear/Trophy.mjs.map +1 -1
  1960. package/illustrations/linear/Update.cjs.map +1 -1
  1961. package/illustrations/linear/Update.mjs.map +1 -1
  1962. package/illustrations/linear/Upload.cjs.map +1 -1
  1963. package/illustrations/linear/Upload.mjs.map +1 -1
  1964. package/illustrations/linear/User.cjs.map +1 -1
  1965. package/illustrations/linear/User.mjs.map +1 -1
  1966. package/illustrations/linear/UserAvatar.cjs.map +1 -1
  1967. package/illustrations/linear/UserAvatar.mjs.map +1 -1
  1968. package/illustrations/linear/UserGroup.cjs.map +1 -1
  1969. package/illustrations/linear/UserGroup.mjs.map +1 -1
  1970. package/illustrations/linear/VectorDraw.cjs.map +1 -1
  1971. package/illustrations/linear/VectorDraw.mjs.map +1 -1
  1972. package/illustrations/linear/Video.cjs.map +1 -1
  1973. package/illustrations/linear/Video.mjs.map +1 -1
  1974. package/illustrations/linear/Volume.cjs.map +1 -1
  1975. package/illustrations/linear/Volume.mjs.map +1 -1
  1976. package/illustrations/linear/VolumeOff.cjs.map +1 -1
  1977. package/illustrations/linear/VolumeOff.mjs.map +1 -1
  1978. package/illustrations/linear/VolumeOne.cjs.map +1 -1
  1979. package/illustrations/linear/VolumeOne.mjs.map +1 -1
  1980. package/illustrations/linear/Wallet.cjs.map +1 -1
  1981. package/illustrations/linear/Wallet.mjs.map +1 -1
  1982. package/illustrations/linear/Warning.cjs.map +1 -1
  1983. package/illustrations/linear/Warning.mjs.map +1 -1
  1984. package/package.json +24 -21
  1985. package/page.css +2 -0
  1986. package/page.css.map +1 -0
  1987. package/src/Accordion.tsx +2 -2
  1988. package/src/ActionButton.tsx +15 -3
  1989. package/src/AlertDialog.tsx +6 -3
  1990. package/src/Breadcrumbs.tsx +5 -4
  1991. package/src/Button.tsx +3 -3
  1992. package/src/Calendar.tsx +529 -20
  1993. package/src/Card.tsx +2 -2
  1994. package/src/CardView.tsx +25 -8
  1995. package/src/Checkbox.tsx +2 -2
  1996. package/src/CheckboxGroup.tsx +2 -2
  1997. package/src/CoachMark.tsx +2 -2
  1998. package/src/ColorArea.tsx +2 -2
  1999. package/src/ColorField.tsx +3 -3
  2000. package/src/ColorSlider.tsx +2 -2
  2001. package/src/ColorSwatch.tsx +2 -2
  2002. package/src/ColorWheel.tsx +2 -2
  2003. package/src/ComboBox.tsx +7 -7
  2004. package/src/Content.tsx +2 -1
  2005. package/src/CustomDialog.tsx +2 -2
  2006. package/src/DateField.tsx +157 -20
  2007. package/src/DatePicker.tsx +275 -43
  2008. package/src/DateRangePicker.tsx +168 -50
  2009. package/src/Dialog.tsx +2 -2
  2010. package/src/Disclosure.tsx +2 -2
  2011. package/src/Divider.tsx +2 -2
  2012. package/src/DropZone.tsx +2 -2
  2013. package/src/Field.tsx +10 -3
  2014. package/src/Fonts.tsx +99 -0
  2015. package/src/Form.tsx +2 -2
  2016. package/src/FullscreenDialog.tsx +2 -2
  2017. package/src/Icon.tsx +3 -1
  2018. package/src/Link.tsx +2 -2
  2019. package/src/Menu.tsx +5 -5
  2020. package/src/Meter.tsx +2 -2
  2021. package/src/NumberField.tsx +3 -5
  2022. package/src/Picker.tsx +7 -7
  2023. package/src/Popover.tsx +5 -4
  2024. package/src/ProgressBar.tsx +2 -2
  2025. package/src/ProgressCircle.tsx +49 -11
  2026. package/src/Provider.tsx +6 -2
  2027. package/src/Radio.tsx +2 -2
  2028. package/src/RadioGroup.tsx +2 -2
  2029. package/src/RangeCalendar.tsx +89 -21
  2030. package/src/RangeSlider.tsx +17 -2
  2031. package/src/SearchField.tsx +2 -2
  2032. package/src/SegmentedControl.tsx +3 -2
  2033. package/src/Skeleton.tsx +1 -1
  2034. package/src/Slider.tsx +6 -3
  2035. package/src/Switch.tsx +16 -10
  2036. package/src/TableView.tsx +14 -15
  2037. package/src/Tabs.tsx +146 -113
  2038. package/src/TabsPicker.tsx +1 -0
  2039. package/src/TagGroup.tsx +3 -3
  2040. package/src/TextField.tsx +3 -4
  2041. package/src/TimeField.tsx +93 -21
  2042. package/src/ToggleButton.tsx +2 -2
  2043. package/src/ToggleButtonGroup.tsx +2 -1
  2044. package/src/Tooltip.tsx +3 -3
  2045. package/src/TreeView.tsx +50 -15
  2046. package/src/font-faces.css +119 -0
  2047. package/src/index.ts +17 -3
  2048. package/src/page.macro.ts +4 -0
  2049. package/src/progress-utils.tsx +13 -0
  2050. package/style/__tests__/style-macro.test.js +56 -56
  2051. package/style/dist/properties.cjs +1 -1
  2052. package/style/dist/properties.cjs.map +1 -1
  2053. package/style/dist/properties.mjs +1 -1
  2054. package/style/dist/properties.mjs.map +1 -1
  2055. package/style/dist/spectrum-theme.cjs +99 -173
  2056. package/style/dist/spectrum-theme.cjs.map +1 -1
  2057. package/style/dist/spectrum-theme.mjs +99 -173
  2058. package/style/dist/spectrum-theme.mjs.map +1 -1
  2059. package/style/dist/types.d.ts +25 -23
  2060. package/style/dist/types.d.ts.map +1 -1
  2061. package/style/properties.json +20 -4
  2062. package/style/spectrum-theme.ts +53 -18
  2063. package/style/tokens.ts +32 -11
  2064. package/style/types.ts +1 -1
  2065. package/icons/S2_Icon_MediaOffline_N.cjs +0 -36
  2066. package/icons/S2_Icon_MediaOffline_N.cjs.map +0 -1
  2067. package/icons/S2_Icon_MediaOffline_N.mjs +0 -25
  2068. package/icons/S2_Icon_MediaOffline_N.mjs.map +0 -1
  2069. /package/icons/{S2_Icon_MediaOffline_N.d.ts → CloudStateDisconnected.d.ts} +0 -0
@@ -14,12 +14,12 @@ const $cb5843c99909770e$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $kBVQ
14
14
  ...props,
15
15
  children: [
16
16
  /*#__PURE__*/ (0, $kBVQX$jsx)("path", {
17
- fill: "var(--iconPrimary, #292929)",
18
- d: "M9 1.25C4.727 1.25 1.25 4.727 1.25 9S4.727 16.75 9 16.75q.445-.001.879-.05c.411-.046.708-.417.661-.829-.046-.411-.426-.698-.83-.661q-.349.04-.71.04c-1.466 0-2.813-.51-3.88-1.36 1.09-.806 2.803-1.268 4.461-1.132.405.035.774-.274.809-.686.034-.413-.273-.774-.686-.808-2.116-.177-4.259.44-5.645 1.549C3.242 11.756 2.75 10.436 2.75 9c0-3.446 2.804-6.25 6.25-6.25S15.25 5.554 15.25 9q0 .154-.008.307c-.021.413.297.765.711.787.388.042.766-.295.787-.711q.01-.19.01-.383c0-4.273-3.477-7.75-7.75-7.75"
17
+ fill: "var(--iconPrimary, #222222)",
18
+ d: "M10 1.25c-4.825 0-8.75 3.925-8.75 8.75s3.925 8.75 8.75 8.75q.504-.001.991-.056c.412-.046.708-.417.662-.828-.045-.41-.415-.699-.828-.662q-.406.046-.825.046c-1.829 0-3.496-.686-4.773-1.806 1.07-1.188 3.269-1.907 5.4-1.739.41.035.775-.273.809-.686s-.274-.775-.687-.808c-2.534-.204-5.125.655-6.538 2.136C3.298 13.134 2.75 11.632 2.75 10c0-3.998 3.252-7.25 7.25-7.25s7.25 3.252 7.25 7.25c0 .372-.028.746-.085 1.112-.063.41.218.792.627.856.41.068.793-.218.855-.627.069-.442.103-.893.103-1.341 0-4.825-3.925-8.75-8.75-8.75"
19
19
  }),
20
20
  /*#__PURE__*/ (0, $kBVQX$jsx)("path", {
21
- fill: "var(--iconPrimary, #292929)",
22
- d: "M9.047 10.232q-.88.007-1.595-.449C7 9.493 6.63 9.09 6.38 8.613c-.26-.499-.395-1.06-.386-1.622-.02-1.085.523-2.11 1.452-2.719.947-.6 2.158-.601 3.095-.004.453.294.822.694 1.074 1.163.262.482.397 1.029.39 1.58.01.545-.124 1.107-.385 1.608-.249.477-.619.882-1.07 1.174-.453.289-.97.44-1.503.44m-.038-1.5h.01c.223.011.504-.064.72-.2.23-.15.422-.36.551-.607.147-.28.22-.595.216-.91.004-.317-.07-.612-.21-.871-.135-.25-.33-.461-.566-.615-.44-.279-1.022-.281-1.471.004-.487.319-.776.864-.765 1.456-.005.338.07.65.215.929.129.245.318.452.55.6.22.14.475.214.738.214zM13.457 19.646c-.186 0-.375-.037-.556-.11-.547-.225-.901-.754-.901-1.347v-6.085c0-.591.353-1.119.898-1.345.542-.227 1.166-.105 1.584.313l4.16 4.149c.423.42.546 1.055.314 1.618-.228.554-.755.911-1.34.911h-1.651c-.028 0-.02-.001-.023-.002l-1.453 1.467c-.28.281-.652.43-1.032.43m-.033-7.511.075 5.986 1.432-1.484c.382-.387.873-.387 1.034-.387h1.65zm2.574 5.556v.001"
21
+ fill: "var(--iconPrimary, #222222)",
22
+ d: "M10.054 11c-.02 0-.018-.016-.062-.001-.59 0-1.166-.168-1.665-.485-.49-.314-.89-.751-1.158-1.266-.283-.539-.428-1.147-.418-1.758-.023-1.176.563-2.287 1.571-2.946 1.019-.648 2.327-.65 3.342-.005.491.318.89.753 1.163 1.26.282.52.429 1.112.423 1.71.01.593-.136 1.203-.419 1.747-.268.515-.669.954-1.158 1.27-.488.31-1.046.474-1.62.474m-.044-1.501h.01c.306-.004.591-.074.842-.235.268-.173.49-.416.639-.702.169-.324.255-.686.249-1.048.004-.364-.08-.703-.243-1.002-.154-.29-.38-.533-.653-.711-.52-.33-1.196-.33-1.72.004-.564.369-.897 1-.883 1.682-.006.387.08.746.247 1.066.148.284.368.524.637.696.256.163.552.25.858.25zM14.258 18.361c-.161 0-.324-.03-.48-.094-.472-.196-.778-.652-.778-1.163v-4.37c0-.51.304-.964.774-1.16.474-.195 1.011-.089 1.37.27l2.986 2.978c.364.365.47.911.27 1.395-.197.475-.651.783-1.158.783h-1.114l-.979.988c-.242.244-.563.373-.891.373m.242-5.04v3.192l.665-.672q.338-.34.893-.341h.628z"
23
23
  })
24
24
  ]
25
25
  });
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iBAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gBAAC;gBAAK,MAAK;gBAA8B,GAAE;;0BAAgf,gBAAC;gBAAK,MAAK;gBAA8B,GAAE;;;;AAChwB,MAAM,iDAAa,CAAA,GAAA,iBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,yCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserAvatarCursor_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <path d=\"M9,1.25C4.72656,1.25,1.25,4.72656,1.25,9s3.47656,7.75,7.75,7.75c.29688,0,.59082-.01758.87891-.0498.41113-.0459.70801-.41699.66113-.8291-.0459-.41113-.42578-.69824-.8291-.66113-.2334.02637-.4707.04004-.71094.04004-1.46606,0-2.81299-.51074-3.88013-1.35913,1.08948-.80737,2.80273-1.26929,4.46118-1.13306.40527.03516.77441-.27344.80859-.68555.03418-.41309-.27246-.77441-.68555-.80859-2.11572-.17651-4.25903.43994-5.64551,1.54883-.81702-1.05664-1.30859-2.37671-1.30859-3.8125,0-3.44629,2.80371-6.25,6.25-6.25s6.25,2.80371,6.25,6.25c0,.10254-.00293.20508-.00781.30664-.02148.41309.29688.76562.71094.78711.3877.04199.76562-.29492.78711-.71094.00684-.12695.00977-.25488.00977-.38281,0-4.27344-3.47656-7.75-7.75-7.75Z\" fill=\"var(--iconPrimary, #292929)\" stroke-width=\"0\"/>\n <path d=\"M9.04688,10.23242c-.58691.00586-1.11816-.14648-1.59473-.44922-.45312-.29004-.82324-.69434-1.07227-1.16992-.26074-.49902-.39453-1.05957-.38574-1.62207-.02051-1.08496.52246-2.11035,1.45215-2.71875.94629-.60059,2.1582-.60156,3.09473-.00488.45312.29395.82227.69434,1.07422,1.16309.26172.48242.39648,1.0293.39062,1.58105.00879.54395-.125,1.10645-.38574,1.60742-.24902.47656-.61914.88184-1.07031,1.17383-.45312.28906-.9707.43945-1.50293.43945ZM9.00879,8.73242h.00977c.22363.01074.50488-.06445.7207-.20117.23047-.14941.42188-.35938.55078-.60645.14648-.2793.2207-.59473.21582-.91016.00391-.31641-.06934-.61133-.20996-.87109-.13477-.24902-.3291-.46094-.56543-.61426-.44141-.2793-1.02246-.28125-1.47168.00391-.48633.31836-.77539.86426-.76465,1.45605-.00488.33789.06934.65039.21484.92871.12891.24512.31836.45215.5498.60059.21973.13965.47559.21387.73828.21387h.01172Z\" fill=\"var(--iconPrimary, #292929)\" stroke-width=\"0\"/>\n <path d=\"M13.45703,19.64551c-.18652,0-.375-.03613-.55566-.11035-.54785-.22461-.90137-.75293-.90137-1.3457v-6.08594c0-.59082.35254-1.11816.89844-1.34473.54199-.22656,1.16602-.10449,1.58398.31348l4.16016,4.14844c.42285.4209.5459,1.05566.31348,1.61816-.22852.55371-.75488.91113-1.34082.91113h-1.65039c-.02832,0-.01953-.00098-.02246-.00195l-1.45312,1.4668c-.28027.28125-.65234.43066-1.03223.43066ZM13.42383,12.13477l.0752,5.98633,1.43164-1.48438c.38184-.38672.87305-.38672,1.03418-.38672h1.65039l-4.19141-4.11523ZM15.99805,17.69141l-.00098.00098.00098-.00098Z\" fill=\"var(--iconPrimary, #292929)\" stroke-width=\"0\"/>\n</svg>"],"names":[],"version":3,"file":"UserAvatarCursor.mjs.map"}
1
+ {"mappings":";;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iBAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gBAAC;gBAAK,MAAK;gBAA8B,GAAE;;0BAAwgB,gBAAC;gBAAK,MAAK;gBAA8B,GAAE;;;;AACxxB,MAAM,iDAAa,CAAA,GAAA,iBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,yCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserAvatarCursor_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"f\" data-name=\"strokes\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <path d=\"M10,1.25C5.1748,1.25,1.25,5.1748,1.25,10s3.9248,8.75,8.75,8.75c.33594,0,.66602-.01953.99121-.05566.41211-.0459.70801-.41699.66211-.82812-.04492-.41113-.41504-.69922-.82812-.66211-.27051.03027-.5459.0459-.8252.0459-1.82861,0-3.49609-.68555-4.77283-1.80615,1.06995-1.18799,3.26868-1.90674,5.40076-1.73877.4082.03516.77441-.27344.80762-.68652.03418-.41211-.27344-.77441-.68652-.80762-2.53418-.2041-5.12524.65479-6.53784,2.13574-.91309-1.21289-1.46118-2.71509-1.46118-4.34668,0-3.99805,3.25195-7.25,7.25-7.25s7.25,3.25195,7.25,7.25c0,.37207-.02832.74609-.08496,1.1123-.06348.40918.21777.79199.62695.85547.41016.06836.79297-.21777.85547-.62695.06836-.44141.10254-.89258.10254-1.34082,0-4.8252-3.9248-8.75-8.75-8.75Z\" fill=\"var(--iconPrimary, #222222)\"/>\n <path d=\"M10.05371,11c-.02051,0-.01758-.01562-.06152-.00098-.59082,0-1.16602-.16797-1.66504-.48535-.49023-.31348-.89062-.75098-1.1582-1.26562-.2832-.53906-.42773-1.14746-.41797-1.75781-.02344-1.17578.56348-2.28711,1.57129-2.94629,1.01855-.64844,2.32715-.64941,3.3418-.00488.49121.31836.89062.75293,1.16309,1.25977.28223.51953.42871,1.1123.42285,1.71094.00977.5918-.13574,1.20215-.41895,1.74609-.26855.51465-.66895.9541-1.1582,1.27051-.48828.31055-1.0459.47363-1.61914.47363ZM10.00977,9.49902h.00977c.30664-.00391.5918-.07422.84277-.23535.26758-.17285.48926-.41602.63867-.70215.16895-.32324.25488-.68555.24902-1.04785.00391-.36328-.08008-.70312-.24316-1.00195-.1543-.28906-.37988-.5332-.65332-.71094-.51953-.33008-1.19531-.33008-1.71875.00391-.56445.36914-.89746,1-.88379,1.68262-.00586.38672.08008.74609.24707,1.06543.14844.28418.36816.52441.63672.69629.25586.16309.55273.25.8584.25h.0166Z\" fill=\"var(--iconPrimary, #222222)\"/>\n <path d=\"M14.25781,18.36133c-.16113,0-.32422-.03125-.47949-.09473-.47266-.19531-.77832-.65137-.77832-1.16211v-4.37012c0-.50977.30371-.96484.77441-1.16016.47363-.19531,1.01074-.08887,1.36914.27051l2.98633,2.97754c.36426.36426.4707.91113.27051,1.39453-.19727.47559-.65137.7832-1.1582.7832h-1.11426l-.97852.98828c-.24219.24414-.56348.37305-.8916.37305ZM14.5,13.32129v3.19141l.66504-.67188c.22363-.22656.52441-.34082.89258-.34082h.62793l-2.18555-2.17871Z\" fill=\"var(--iconPrimary, #222222)\"/>\n</svg>"],"names":[],"version":3,"file":"UserAvatarCursor.mjs.map"}
@@ -33,7 +33,7 @@ const $6102e0b8a70ed341$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $5jTh
33
33
  }),
34
34
  /*#__PURE__*/ (0, $5jThU$reactjsxruntime.jsx)("path", {
35
35
  fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
36
- d: "M12.41 19.661c-.231 0-.465-.057-.677-.179l-.493-.28c-.617-.352-.864-1.133-.564-1.776l.3-.647q-.181-.26-.32-.548l-.712-.055c-.707-.055-1.263-.655-1.267-1.364l-.003-.568c-.004-.722.535-1.313 1.254-1.377l.71-.062q.067-.144.145-.283.079-.136.17-.27l-.307-.643c-.307-.64-.067-1.421.547-1.78l.49-.287c.612-.356 1.413-.182 1.819.398l.411.585q.318-.026.634-.003l.404-.588c.402-.584 1.198-.769 1.816-.416l.493.28c.617.352.864 1.133.564 1.776l-.3.647q.181.26.32.548l.712.055c.707.055 1.263.655 1.267 1.364l.003.568c.004.722-.535 1.313-1.254 1.377l-.71.062q-.067.144-.145.283h-.001q-.078.137-.17.27l.308.643c.307.64.067 1.422-.547 1.78l-.49.287c-.61.357-1.41.182-1.819-.398l-.411-.585q-.318.028-.634.003l-.404.588c-.264.384-.698.595-1.14.595m-.034-9.056q-.032 0-.062.017l-.49.287c-.056.032-.078.103-.05.16l.472.99c.106.222.071.486-.088.673q-.16.189-.29.41-.124.223-.205.46c-.082.23-.29.392-.534.414l-1.09.096c-.066.006-.115.06-.115.126l.003.568c0 .065.05.119.115.124l1.092.086c.245.02.456.18.539.412q.171.474.504.861c.16.186.197.45.094.672l-.462.993c-.028.059-.005.13.05.161l.494.281c.057.032.13.014.165-.037l.62-.903c.14-.203.383-.308.627-.262.33.06.668.06.997-.004.239-.046.489.054.63.254l.629.897c.037.054.11.07.165.037l.49-.287c.056-.032.078-.103.05-.16l-.472-.99c-.106-.222-.071-.486.088-.673q.16-.189.29-.41.124-.224.205-.46c.082-.23.29-.392.534-.414l1.09-.096c.066-.006.115-.06.115-.126l-.003-.568c0-.065-.05-.119-.115-.124l-1.092-.086c-.245-.02-.456-.18-.539-.412q-.171-.474-.504-.861c-.16-.186-.197-.45-.093-.672l.461-.993c.028-.059.005-.13-.05-.161l-.494-.281c-.058-.034-.13-.015-.165.037l-.62.903c-.14.203-.387.308-.627.262-.33-.06-.668-.059-.997.004-.239.048-.488-.053-.63-.254l-.628-.897c-.025-.035-.064-.054-.104-.054m4.798 5.563h.01zM7.378 9.678c-2.276 0-4.128-1.947-4.128-4.34S5.102 1 7.378 1s4.128 1.946 4.128 4.339-1.852 4.339-4.128 4.339m0-7.178c-1.45 0-2.628 1.273-2.628 2.839s1.179 2.839 2.628 2.839 2.628-1.274 2.628-2.84S8.827 2.5 7.378 2.5M.71 17.226q-.036 0-.072-.004c-.413-.04-.715-.406-.675-.818C.253 13.374 3.59 11 7.56 11c.414 0 .75.336.75.75s-.336.75-.75.75c-3.206 0-5.887 1.777-6.106 4.047-.037.389-.363.679-.745.679"
36
+ d: "M12.41 19.661c-.231 0-.465-.057-.677-.179l-.493-.28c-.617-.352-.864-1.133-.564-1.776l.3-.647q-.181-.26-.32-.548l-.712-.055c-.707-.055-1.263-.655-1.267-1.364l-.003-.568c-.004-.722.535-1.313 1.254-1.377l.71-.062q.067-.144.145-.283.079-.136.17-.27l-.307-.643c-.307-.64-.067-1.421.547-1.78l.49-.287c.612-.356 1.413-.182 1.819.398l.411.585q.318-.026.634-.003l.404-.588c.402-.584 1.198-.769 1.816-.416l.493.28c.617.352.864 1.133.564 1.776l-.3.647q.181.26.32.548l.712.055c.707.055 1.263.655 1.267 1.364l.003.568c.004.722-.535 1.313-1.254 1.377l-.71.062q-.067.144-.145.283h-.001q-.078.137-.17.27l.308.643c.307.64.067 1.422-.547 1.78l-.49.287c-.61.357-1.41.182-1.819-.398l-.411-.585q-.318.028-.634.003l-.404.588c-.264.384-.698.595-1.14.595m-.034-9.056q-.032 0-.062.017l-.49.287c-.056.032-.078.103-.05.16l.472.99c.106.222.071.486-.088.673q-.16.189-.29.41-.124.223-.205.46c-.082.23-.29.392-.534.414l-1.09.096c-.066.006-.115.06-.115.126l.003.568c0 .065.05.119.115.124l1.092.086c.245.02.456.18.539.412q.171.474.504.861c.16.186.197.45.094.672l-.462.993c-.028.059-.005.13.05.161l.494.281c.057.032.13.014.165-.037l.62-.903c.14-.203.383-.308.627-.262.33.06.668.06.997-.004.239-.046.489.054.63.254l.629.897c.037.054.11.07.165.037l.49-.287c.056-.032.078-.103.05-.16l-.472-.99c-.106-.222-.071-.486.088-.673q.16-.189.29-.41.124-.224.205-.46c.082-.23.29-.392.534-.414l1.09-.096c.066-.006.115-.06.115-.126l-.003-.568c0-.065-.05-.119-.115-.124l-1.092-.086c-.245-.02-.456-.18-.539-.412q-.171-.474-.504-.861c-.16-.186-.197-.45-.093-.672l.461-.993c.028-.059.005-.13-.05-.161l-.494-.281c-.058-.034-.13-.015-.165.037l-.62.903c-.14.203-.387.308-.627.262-.33-.06-.668-.059-.997.004-.239.048-.488-.053-.63-.254l-.628-.897c-.025-.035-.064-.054-.104-.054m4.798 5.563h.01zM7.378 9.678c-2.276 0-4.128-1.947-4.128-4.34S5.102 1 7.378 1s4.128 1.946 4.128 4.339-1.852 4.339-4.128 4.339m0-7.178c-1.45 0-2.628 1.273-2.628 2.839s1.179 2.839 2.628 2.839 2.628-1.274 2.628-2.84S8.827 2.5 7.378 2.5M.75 17.226q-.035 0-.072-.004c-.413-.04-.714-.406-.674-.818C.294 13.374 3.632 11 7.6 11c.414 0 .75.336.75.75s-.336.75-.75.75c-3.205 0-5.886 1.777-6.105 4.047-.037.389-.364.679-.745.679"
37
37
  })
38
38
  ]
39
39
  });
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gCAAC;gBAAO,IAAI;gBAAQ,IAAI;gBAAQ,GAAG;gBAAM,MAAK;;0BAAgH,gCAAC;gBAAK,MAAK;gBAA8G,GAAE;;;;AACnd,MAAM,iDAAa,CAAA,GAAA,uBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,oCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserSettings_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <circle cx=\"14.20138\" cy=\"14.53859\" r=\"1.24979\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M12.40918,19.66113c-.23047,0-.46387-.05762-.67578-.17871l-.49316-.28125c-.61719-.35156-.86426-1.13184-.56445-1.77539l.30078-.64648c-.12109-.17383-.22852-.35645-.32031-.54785l-.71191-.05566c-.70703-.05469-1.26367-.6543-1.26758-1.36426l-.00293-.56738c-.00391-.72168.53516-1.31348,1.25391-1.37695l.70996-.0625c.04492-.0957.09277-.18945.14551-.28223.05176-.09082.10938-.18164.16992-.26953l-.30762-.64355c-.30664-.63965-.06641-1.42188.54785-1.78027l.49023-.28711c.61133-.35645,1.41211-.18164,1.81836.39844l.41113.58496c.21191-.01855.42383-.01855.63379-.00293l.4043-.58887c.40137-.58398,1.19824-.76855,1.81543-.41602l.49316.28125c.61719.35156.86426,1.13184.56445,1.77539l-.30078.64648c.12109.17383.22852.35645.32031.54785l.71191.05566c.70703.05469,1.26367.6543,1.26758,1.36426l.00293.56738c.00391.72168-.53516,1.31348-1.25391,1.37695l-.70996.0625c-.04492.0957-.09277.18945-.14551.28223,0,0,0,.00098-.00098.00098-.05176.09082-.1084.18066-.16895.26855l.30762.64355c.30664.63965.06641,1.42188-.54785,1.78027l-.49023.28711c-.60938.35742-1.41016.18164-1.81836-.39844l-.41113-.58496c-.21191.01855-.42383.01953-.63379.00293l-.4043.58887c-.26367.38379-.69824.59473-1.13965.59473ZM12.37598,10.60547c-.02148,0-.04297.00488-.06152.0166l-.49121.28711c-.05566.03223-.07715.10254-.0498.16016l.47266.98926c.10547.22266.07129.48633-.08789.67383-.10645.12598-.2041.26172-.29004.41016-.08398.14746-.15039.30176-.20508.45898-.08203.23047-.29102.39258-.53418.41406l-1.09082.09668c-.06543.00586-.11426.06055-.11426.12598l.00293.56738c0,.06543.0498.11914.11523.12402l1.0918.08594c.24512.01953.45605.18066.53906.41211.11328.31543.2832.60449.50391.86133.16113.18555.19727.44922.09375.67188l-.46191.99316c-.02734.05859-.00488.12988.05078.16113l.49316.28125c.05762.03125.12988.01367.16504-.03711l.62012-.90332c.13965-.20312.38281-.30762.62695-.26172.33105.05957.66797.05957.99707-.00391.23926-.04688.48926.05371.62988.25391l.62891.89648c.03711.05371.11133.07031.16504.03711l.49121-.28711c.05566-.03223.07715-.10254.0498-.16016l-.47266-.98926c-.10547-.22266-.07129-.48633.08789-.67383.10645-.12598.2041-.26172.29004-.41016.08398-.14844.15039-.30273.20508-.45898.08203-.23047.29102-.39258.53418-.41406l1.09082-.09668c.06543-.00586.11426-.06055.11426-.12598l-.00293-.56738c0-.06543-.0498-.11914-.11523-.12402l-1.0918-.08594c-.24512-.01953-.45605-.18066-.53906-.41211-.11328-.31543-.2832-.60449-.50391-.86133-.16113-.18555-.19727-.44922-.09375-.67188l.46191-.99316c.02734-.05859.00488-.12988-.05078-.16113l-.49316-.28125c-.05859-.0332-.13086-.01465-.16504.03711l-.62012.90332c-.13965.20312-.3877.30762-.62695.26172-.33105-.05957-.66797-.05859-.99707.00391-.23926.04883-.48828-.05273-.62988-.25391l-.62891-.89648c-.02441-.03516-.06348-.05371-.10352-.05371ZM17.17383,16.16797h.00977-.00977Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M7.37793,9.67773c-2.27637,0-4.12793-1.94629-4.12793-4.33887S5.10156,1,7.37793,1s4.12793,1.94629,4.12793,4.33887-1.85156,4.33887-4.12793,4.33887ZM7.37793,2.5c-1.44922,0-2.62793,1.27344-2.62793,2.83887s1.17871,2.83887,2.62793,2.83887,2.62793-1.27344,2.62793-2.83887-1.17871-2.83887-2.62793-2.83887Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M.70996,17.22559c-.02441,0-.04785-.00098-.07227-.00391-.41309-.03906-.71484-.40527-.6748-.81738.29102-3.03027,3.62793-5.4043,7.59766-5.4043.41406,0,.75.33594.75.75s-.33594.75-.75.75c-3.20508,0-5.88672,1.77734-6.10547,4.04688-.03711.38867-.36328.67871-.74512.67871Z\" fill=\"var(--iconPrimary, #222)\"/>\n</svg>"],"names":[],"version":3,"file":"UserSettings.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iCAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gCAAC;gBAAO,IAAI;gBAAQ,IAAI;gBAAQ,GAAG;gBAAM,MAAK;;0BAAgH,gCAAC;gBAAK,MAAK;gBAA8G,GAAE;;;;AACnd,MAAM,iDAAa,CAAA,GAAA,uBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,oCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserSettings_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"f\" data-name=\"ICONS\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <circle cx=\"14.20138\" cy=\"14.53859\" r=\"1.24979\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M12.40918,19.66113c-.23047,0-.46387-.05762-.67578-.17871l-.49316-.28125c-.61719-.35156-.86426-1.13184-.56445-1.77539l.30078-.64648c-.12109-.17383-.22852-.35645-.32031-.54785l-.71191-.05566c-.70703-.05469-1.26367-.6543-1.26758-1.36426l-.00293-.56738c-.00391-.72168.53516-1.31348,1.25391-1.37695l.70996-.0625c.04492-.0957.09277-.18945.14551-.28223.05176-.09082.10938-.18164.16992-.26953l-.30762-.64355c-.30664-.63965-.06641-1.42188.54785-1.78027l.49023-.28711c.61133-.35645,1.41211-.18164,1.81836.39844l.41113.58496c.21191-.01855.42383-.01855.63379-.00293l.4043-.58887c.40137-.58398,1.19824-.76855,1.81543-.41602l.49316.28125c.61719.35156.86426,1.13184.56445,1.77539l-.30078.64648c.12109.17383.22852.35645.32031.54785l.71191.05566c.70703.05469,1.26367.6543,1.26758,1.36426l.00293.56738c.00391.72168-.53516,1.31348-1.25391,1.37695l-.70996.0625c-.04492.0957-.09277.18945-.14551.28223,0,0,0,.00098-.00098.00098-.05176.09082-.1084.18066-.16895.26855l.30762.64355c.30664.63965.06641,1.42188-.54785,1.78027l-.49023.28711c-.60938.35742-1.41016.18164-1.81836-.39844l-.41113-.58496c-.21191.01855-.42383.01953-.63379.00293l-.4043.58887c-.26367.38379-.69824.59473-1.13965.59473ZM12.37598,10.60547c-.02148,0-.04297.00488-.06152.0166l-.49121.28711c-.05566.03223-.07715.10254-.0498.16016l.47266.98926c.10547.22266.07129.48633-.08789.67383-.10645.12598-.2041.26172-.29004.41016-.08398.14746-.15039.30176-.20508.45898-.08203.23047-.29102.39258-.53418.41406l-1.09082.09668c-.06543.00586-.11426.06055-.11426.12598l.00293.56738c0,.06543.0498.11914.11523.12402l1.0918.08594c.24512.01953.45605.18066.53906.41211.11328.31543.2832.60449.50391.86133.16113.18555.19727.44922.09375.67188l-.46191.99316c-.02734.05859-.00488.12988.05078.16113l.49316.28125c.05762.03125.12988.01367.16504-.03711l.62012-.90332c.13965-.20312.38281-.30762.62695-.26172.33105.05957.66797.05957.99707-.00391.23926-.04688.48926.05371.62988.25391l.62891.89648c.03711.05371.11133.07031.16504.03711l.49121-.28711c.05566-.03223.07715-.10254.0498-.16016l-.47266-.98926c-.10547-.22266-.07129-.48633.08789-.67383.10645-.12598.2041-.26172.29004-.41016.08398-.14844.15039-.30273.20508-.45898.08203-.23047.29102-.39258.53418-.41406l1.09082-.09668c.06543-.00586.11426-.06055.11426-.12598l-.00293-.56738c0-.06543-.0498-.11914-.11523-.12402l-1.0918-.08594c-.24512-.01953-.45605-.18066-.53906-.41211-.11328-.31543-.2832-.60449-.50391-.86133-.16113-.18555-.19727-.44922-.09375-.67188l.46191-.99316c.02734-.05859.00488-.12988-.05078-.16113l-.49316-.28125c-.05859-.0332-.13086-.01465-.16504.03711l-.62012.90332c-.13965.20312-.3877.30762-.62695.26172-.33105-.05957-.66797-.05859-.99707.00391-.23926.04883-.48828-.05273-.62988-.25391l-.62891-.89648c-.02441-.03516-.06348-.05371-.10352-.05371ZM17.17383,16.16797h.00977-.00977Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M7.37793,9.67773c-2.27637,0-4.12793-1.94629-4.12793-4.33887S5.10156,1,7.37793,1s4.12793,1.94629,4.12793,4.33887-1.85156,4.33887-4.12793,4.33887ZM7.37793,2.5c-1.44922,0-2.62793,1.27344-2.62793,2.83887s1.17871,2.83887,2.62793,2.83887,2.62793-1.27344,2.62793-2.83887-1.17871-2.83887-2.62793-2.83887Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M.75064,17.22559c-.02441,0-.04785-.00098-.07227-.00391-.41309-.03906-.71484-.40527-.6748-.81738.29102-3.03027,3.62793-5.4043,7.59766-5.4043.41406,0,.75.33594.75.75s-.33594.75-.75.75c-3.20508,0-5.88672,1.77734-6.10547,4.04688-.03711.38867-.36328.67871-.74512.67871Z\" fill=\"var(--iconPrimary, #222)\"/>\n</svg>"],"names":[],"version":3,"file":"UserSettings.cjs.map"}
@@ -21,7 +21,7 @@ const $59935ee1b736f97d$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $8NJ3
21
21
  }),
22
22
  /*#__PURE__*/ (0, $8NJ3j$jsx)("path", {
23
23
  fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
24
- d: "M12.41 19.661c-.231 0-.465-.057-.677-.179l-.493-.28c-.617-.352-.864-1.133-.564-1.776l.3-.647q-.181-.26-.32-.548l-.712-.055c-.707-.055-1.263-.655-1.267-1.364l-.003-.568c-.004-.722.535-1.313 1.254-1.377l.71-.062q.067-.144.145-.283.079-.136.17-.27l-.307-.643c-.307-.64-.067-1.421.547-1.78l.49-.287c.612-.356 1.413-.182 1.819.398l.411.585q.318-.026.634-.003l.404-.588c.402-.584 1.198-.769 1.816-.416l.493.28c.617.352.864 1.133.564 1.776l-.3.647q.181.26.32.548l.712.055c.707.055 1.263.655 1.267 1.364l.003.568c.004.722-.535 1.313-1.254 1.377l-.71.062q-.067.144-.145.283h-.001q-.078.137-.17.27l.308.643c.307.64.067 1.422-.547 1.78l-.49.287c-.61.357-1.41.182-1.819-.398l-.411-.585q-.318.028-.634.003l-.404.588c-.264.384-.698.595-1.14.595m-.034-9.056q-.032 0-.062.017l-.49.287c-.056.032-.078.103-.05.16l.472.99c.106.222.071.486-.088.673q-.16.189-.29.41-.124.223-.205.46c-.082.23-.29.392-.534.414l-1.09.096c-.066.006-.115.06-.115.126l.003.568c0 .065.05.119.115.124l1.092.086c.245.02.456.18.539.412q.171.474.504.861c.16.186.197.45.094.672l-.462.993c-.028.059-.005.13.05.161l.494.281c.057.032.13.014.165-.037l.62-.903c.14-.203.383-.308.627-.262.33.06.668.06.997-.004.239-.046.489.054.63.254l.629.897c.037.054.11.07.165.037l.49-.287c.056-.032.078-.103.05-.16l-.472-.99c-.106-.222-.071-.486.088-.673q.16-.189.29-.41.124-.224.205-.46c.082-.23.29-.392.534-.414l1.09-.096c.066-.006.115-.06.115-.126l-.003-.568c0-.065-.05-.119-.115-.124l-1.092-.086c-.245-.02-.456-.18-.539-.412q-.171-.474-.504-.861c-.16-.186-.197-.45-.093-.672l.461-.993c.028-.059.005-.13-.05-.161l-.494-.281c-.058-.034-.13-.015-.165.037l-.62.903c-.14.203-.387.308-.627.262-.33-.06-.668-.059-.997.004-.239.048-.488-.053-.63-.254l-.628-.897c-.025-.035-.064-.054-.104-.054m4.798 5.563h.01zM7.378 9.678c-2.276 0-4.128-1.947-4.128-4.34S5.102 1 7.378 1s4.128 1.946 4.128 4.339-1.852 4.339-4.128 4.339m0-7.178c-1.45 0-2.628 1.273-2.628 2.839s1.179 2.839 2.628 2.839 2.628-1.274 2.628-2.84S8.827 2.5 7.378 2.5M.71 17.226q-.036 0-.072-.004c-.413-.04-.715-.406-.675-.818C.253 13.374 3.59 11 7.56 11c.414 0 .75.336.75.75s-.336.75-.75.75c-3.206 0-5.887 1.777-6.106 4.047-.037.389-.363.679-.745.679"
24
+ d: "M12.41 19.661c-.231 0-.465-.057-.677-.179l-.493-.28c-.617-.352-.864-1.133-.564-1.776l.3-.647q-.181-.26-.32-.548l-.712-.055c-.707-.055-1.263-.655-1.267-1.364l-.003-.568c-.004-.722.535-1.313 1.254-1.377l.71-.062q.067-.144.145-.283.079-.136.17-.27l-.307-.643c-.307-.64-.067-1.421.547-1.78l.49-.287c.612-.356 1.413-.182 1.819.398l.411.585q.318-.026.634-.003l.404-.588c.402-.584 1.198-.769 1.816-.416l.493.28c.617.352.864 1.133.564 1.776l-.3.647q.181.26.32.548l.712.055c.707.055 1.263.655 1.267 1.364l.003.568c.004.722-.535 1.313-1.254 1.377l-.71.062q-.067.144-.145.283h-.001q-.078.137-.17.27l.308.643c.307.64.067 1.422-.547 1.78l-.49.287c-.61.357-1.41.182-1.819-.398l-.411-.585q-.318.028-.634.003l-.404.588c-.264.384-.698.595-1.14.595m-.034-9.056q-.032 0-.062.017l-.49.287c-.056.032-.078.103-.05.16l.472.99c.106.222.071.486-.088.673q-.16.189-.29.41-.124.223-.205.46c-.082.23-.29.392-.534.414l-1.09.096c-.066.006-.115.06-.115.126l.003.568c0 .065.05.119.115.124l1.092.086c.245.02.456.18.539.412q.171.474.504.861c.16.186.197.45.094.672l-.462.993c-.028.059-.005.13.05.161l.494.281c.057.032.13.014.165-.037l.62-.903c.14-.203.383-.308.627-.262.33.06.668.06.997-.004.239-.046.489.054.63.254l.629.897c.037.054.11.07.165.037l.49-.287c.056-.032.078-.103.05-.16l-.472-.99c-.106-.222-.071-.486.088-.673q.16-.189.29-.41.124-.224.205-.46c.082-.23.29-.392.534-.414l1.09-.096c.066-.006.115-.06.115-.126l-.003-.568c0-.065-.05-.119-.115-.124l-1.092-.086c-.245-.02-.456-.18-.539-.412q-.171-.474-.504-.861c-.16-.186-.197-.45-.093-.672l.461-.993c.028-.059.005-.13-.05-.161l-.494-.281c-.058-.034-.13-.015-.165.037l-.62.903c-.14.203-.387.308-.627.262-.33-.06-.668-.059-.997.004-.239.048-.488-.053-.63-.254l-.628-.897c-.025-.035-.064-.054-.104-.054m4.798 5.563h.01zM7.378 9.678c-2.276 0-4.128-1.947-4.128-4.34S5.102 1 7.378 1s4.128 1.946 4.128 4.339-1.852 4.339-4.128 4.339m0-7.178c-1.45 0-2.628 1.273-2.628 2.839s1.179 2.839 2.628 2.839 2.628-1.274 2.628-2.84S8.827 2.5 7.378 2.5M.75 17.226q-.035 0-.072-.004c-.413-.04-.714-.406-.674-.818C.294 13.374 3.632 11 7.6 11c.414 0 .75.336.75.75s-.336.75-.75.75c-3.205 0-5.886 1.777-6.105 4.047-.037.389-.364.679-.745.679"
25
25
  })
26
26
  ]
27
27
  });
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iBAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gBAAC;gBAAO,IAAI;gBAAQ,IAAI;gBAAQ,GAAG;gBAAM,MAAK;;0BAAgH,gBAAC;gBAAK,MAAK;gBAA8G,GAAE;;;;AACnd,MAAM,iDAAa,CAAA,GAAA,iBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,yCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserSettings_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <circle cx=\"14.20138\" cy=\"14.53859\" r=\"1.24979\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M12.40918,19.66113c-.23047,0-.46387-.05762-.67578-.17871l-.49316-.28125c-.61719-.35156-.86426-1.13184-.56445-1.77539l.30078-.64648c-.12109-.17383-.22852-.35645-.32031-.54785l-.71191-.05566c-.70703-.05469-1.26367-.6543-1.26758-1.36426l-.00293-.56738c-.00391-.72168.53516-1.31348,1.25391-1.37695l.70996-.0625c.04492-.0957.09277-.18945.14551-.28223.05176-.09082.10938-.18164.16992-.26953l-.30762-.64355c-.30664-.63965-.06641-1.42188.54785-1.78027l.49023-.28711c.61133-.35645,1.41211-.18164,1.81836.39844l.41113.58496c.21191-.01855.42383-.01855.63379-.00293l.4043-.58887c.40137-.58398,1.19824-.76855,1.81543-.41602l.49316.28125c.61719.35156.86426,1.13184.56445,1.77539l-.30078.64648c.12109.17383.22852.35645.32031.54785l.71191.05566c.70703.05469,1.26367.6543,1.26758,1.36426l.00293.56738c.00391.72168-.53516,1.31348-1.25391,1.37695l-.70996.0625c-.04492.0957-.09277.18945-.14551.28223,0,0,0,.00098-.00098.00098-.05176.09082-.1084.18066-.16895.26855l.30762.64355c.30664.63965.06641,1.42188-.54785,1.78027l-.49023.28711c-.60938.35742-1.41016.18164-1.81836-.39844l-.41113-.58496c-.21191.01855-.42383.01953-.63379.00293l-.4043.58887c-.26367.38379-.69824.59473-1.13965.59473ZM12.37598,10.60547c-.02148,0-.04297.00488-.06152.0166l-.49121.28711c-.05566.03223-.07715.10254-.0498.16016l.47266.98926c.10547.22266.07129.48633-.08789.67383-.10645.12598-.2041.26172-.29004.41016-.08398.14746-.15039.30176-.20508.45898-.08203.23047-.29102.39258-.53418.41406l-1.09082.09668c-.06543.00586-.11426.06055-.11426.12598l.00293.56738c0,.06543.0498.11914.11523.12402l1.0918.08594c.24512.01953.45605.18066.53906.41211.11328.31543.2832.60449.50391.86133.16113.18555.19727.44922.09375.67188l-.46191.99316c-.02734.05859-.00488.12988.05078.16113l.49316.28125c.05762.03125.12988.01367.16504-.03711l.62012-.90332c.13965-.20312.38281-.30762.62695-.26172.33105.05957.66797.05957.99707-.00391.23926-.04688.48926.05371.62988.25391l.62891.89648c.03711.05371.11133.07031.16504.03711l.49121-.28711c.05566-.03223.07715-.10254.0498-.16016l-.47266-.98926c-.10547-.22266-.07129-.48633.08789-.67383.10645-.12598.2041-.26172.29004-.41016.08398-.14844.15039-.30273.20508-.45898.08203-.23047.29102-.39258.53418-.41406l1.09082-.09668c.06543-.00586.11426-.06055.11426-.12598l-.00293-.56738c0-.06543-.0498-.11914-.11523-.12402l-1.0918-.08594c-.24512-.01953-.45605-.18066-.53906-.41211-.11328-.31543-.2832-.60449-.50391-.86133-.16113-.18555-.19727-.44922-.09375-.67188l.46191-.99316c.02734-.05859.00488-.12988-.05078-.16113l-.49316-.28125c-.05859-.0332-.13086-.01465-.16504.03711l-.62012.90332c-.13965.20312-.3877.30762-.62695.26172-.33105-.05957-.66797-.05859-.99707.00391-.23926.04883-.48828-.05273-.62988-.25391l-.62891-.89648c-.02441-.03516-.06348-.05371-.10352-.05371ZM17.17383,16.16797h.00977-.00977Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M7.37793,9.67773c-2.27637,0-4.12793-1.94629-4.12793-4.33887S5.10156,1,7.37793,1s4.12793,1.94629,4.12793,4.33887-1.85156,4.33887-4.12793,4.33887ZM7.37793,2.5c-1.44922,0-2.62793,1.27344-2.62793,2.83887s1.17871,2.83887,2.62793,2.83887,2.62793-1.27344,2.62793-2.83887-1.17871-2.83887-2.62793-2.83887Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M.70996,17.22559c-.02441,0-.04785-.00098-.07227-.00391-.41309-.03906-.71484-.40527-.6748-.81738.29102-3.03027,3.62793-5.4043,7.59766-5.4043.41406,0,.75.33594.75.75s-.33594.75-.75.75c-3.20508,0-5.88672,1.77734-6.10547,4.04688-.03711.38867-.36328.67871-.74512.67871Z\" fill=\"var(--iconPrimary, #222)\"/>\n</svg>"],"names":[],"version":3,"file":"UserSettings.mjs.map"}
1
+ {"mappings":";;;;;;;AAKA,MAAM,qCAAe,CAAC,OAAgC,oBAA4B,iBAAC;QAAI,OAAM;QAA6B,OAAO;QAAI,QAAQ;QAAI,SAAQ;QAAY,KAAK;QAAM,GAAG,KAAK;;0BAAE,gBAAC;gBAAO,IAAI;gBAAQ,IAAI;gBAAQ,GAAG;gBAAM,MAAK;;0BAAgH,gBAAC;gBAAK,MAAK;gBAA8G,GAAE;;;;AACnd,MAAM,iDAAa,CAAA,GAAA,iBAAS,EAAE;IAG9B,2CAAe,WAAW,GAAG,CAAA,GAAA,yCAAS,EAAE","sources":["packages/@react-spectrum/s2/s2wf-icons/S2_Icon_UserSettings_20_N.svg"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"f\" data-name=\"ICONS\" xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n <circle cx=\"14.20138\" cy=\"14.53859\" r=\"1.24979\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M12.40918,19.66113c-.23047,0-.46387-.05762-.67578-.17871l-.49316-.28125c-.61719-.35156-.86426-1.13184-.56445-1.77539l.30078-.64648c-.12109-.17383-.22852-.35645-.32031-.54785l-.71191-.05566c-.70703-.05469-1.26367-.6543-1.26758-1.36426l-.00293-.56738c-.00391-.72168.53516-1.31348,1.25391-1.37695l.70996-.0625c.04492-.0957.09277-.18945.14551-.28223.05176-.09082.10938-.18164.16992-.26953l-.30762-.64355c-.30664-.63965-.06641-1.42188.54785-1.78027l.49023-.28711c.61133-.35645,1.41211-.18164,1.81836.39844l.41113.58496c.21191-.01855.42383-.01855.63379-.00293l.4043-.58887c.40137-.58398,1.19824-.76855,1.81543-.41602l.49316.28125c.61719.35156.86426,1.13184.56445,1.77539l-.30078.64648c.12109.17383.22852.35645.32031.54785l.71191.05566c.70703.05469,1.26367.6543,1.26758,1.36426l.00293.56738c.00391.72168-.53516,1.31348-1.25391,1.37695l-.70996.0625c-.04492.0957-.09277.18945-.14551.28223,0,0,0,.00098-.00098.00098-.05176.09082-.1084.18066-.16895.26855l.30762.64355c.30664.63965.06641,1.42188-.54785,1.78027l-.49023.28711c-.60938.35742-1.41016.18164-1.81836-.39844l-.41113-.58496c-.21191.01855-.42383.01953-.63379.00293l-.4043.58887c-.26367.38379-.69824.59473-1.13965.59473ZM12.37598,10.60547c-.02148,0-.04297.00488-.06152.0166l-.49121.28711c-.05566.03223-.07715.10254-.0498.16016l.47266.98926c.10547.22266.07129.48633-.08789.67383-.10645.12598-.2041.26172-.29004.41016-.08398.14746-.15039.30176-.20508.45898-.08203.23047-.29102.39258-.53418.41406l-1.09082.09668c-.06543.00586-.11426.06055-.11426.12598l.00293.56738c0,.06543.0498.11914.11523.12402l1.0918.08594c.24512.01953.45605.18066.53906.41211.11328.31543.2832.60449.50391.86133.16113.18555.19727.44922.09375.67188l-.46191.99316c-.02734.05859-.00488.12988.05078.16113l.49316.28125c.05762.03125.12988.01367.16504-.03711l.62012-.90332c.13965-.20312.38281-.30762.62695-.26172.33105.05957.66797.05957.99707-.00391.23926-.04688.48926.05371.62988.25391l.62891.89648c.03711.05371.11133.07031.16504.03711l.49121-.28711c.05566-.03223.07715-.10254.0498-.16016l-.47266-.98926c-.10547-.22266-.07129-.48633.08789-.67383.10645-.12598.2041-.26172.29004-.41016.08398-.14844.15039-.30273.20508-.45898.08203-.23047.29102-.39258.53418-.41406l1.09082-.09668c.06543-.00586.11426-.06055.11426-.12598l-.00293-.56738c0-.06543-.0498-.11914-.11523-.12402l-1.0918-.08594c-.24512-.01953-.45605-.18066-.53906-.41211-.11328-.31543-.2832-.60449-.50391-.86133-.16113-.18555-.19727-.44922-.09375-.67188l.46191-.99316c.02734-.05859.00488-.12988-.05078-.16113l-.49316-.28125c-.05859-.0332-.13086-.01465-.16504.03711l-.62012.90332c-.13965.20312-.3877.30762-.62695.26172-.33105-.05957-.66797-.05859-.99707.00391-.23926.04883-.48828-.05273-.62988-.25391l-.62891-.89648c-.02441-.03516-.06348-.05371-.10352-.05371ZM17.17383,16.16797h.00977-.00977Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M7.37793,9.67773c-2.27637,0-4.12793-1.94629-4.12793-4.33887S5.10156,1,7.37793,1s4.12793,1.94629,4.12793,4.33887-1.85156,4.33887-4.12793,4.33887ZM7.37793,2.5c-1.44922,0-2.62793,1.27344-2.62793,2.83887s1.17871,2.83887,2.62793,2.83887,2.62793-1.27344,2.62793-2.83887-1.17871-2.83887-2.62793-2.83887Z\" fill=\"var(--iconPrimary, #222)\"/>\n <path d=\"M.75064,17.22559c-.02441,0-.04785-.00098-.07227-.00391-.41309-.03906-.71484-.40527-.6748-.81738.29102-3.03027,3.62793-5.4043,7.59766-5.4043.41406,0,.75.33594.75.75s-.33594.75-.75.75c-3.20508,0-5.88672,1.77734-6.10547,4.04688-.03711.38867-.36328.67871-.74512.67871Z\" fill=\"var(--iconPrimary, #222)\"/>\n</svg>"],"names":[],"version":3,"file":"UserSettings.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAa,KAA2C;IACrE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;IAChC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3D.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3D_L from 'illustration:./S2_fill_3D_generic1_160.svg';\nimport _3D_M from 'illustration:./S2_fill_3D_generic1_96.svg';\nimport _3D_S from 'illustration:./S2_fill_3D_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3D(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3D_L {...otherProps} />;\n case 'S':\n return <_3D_S {...otherProps} />;\n case 'M':\n return <_3D_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3D.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAa,KAA2C;IACrE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAI;gBAAG,GAAG,UAAU;;IAChC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3D.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3D_L from 'illustration:./S2_fill_3D_generic1_160.svg';\nimport _3D_M from 'illustration:./S2_fill_3D_generic1_96.svg';\nimport _3D_S from 'illustration:./S2_fill_3D_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3D(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3D_L {...otherProps} />;\n case 'S':\n return <_3D_S {...otherProps} />;\n case 'M':\n return <_3D_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3D.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAa,KAA2C;IACrE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;IAChC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3D.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3D_L from 'illustration:./S2_fill_3D_generic1_160.svg';\nimport _3D_M from 'illustration:./S2_fill_3D_generic1_96.svg';\nimport _3D_S from 'illustration:./S2_fill_3D_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3D(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3D_L {...otherProps} />;\n case 'S':\n return <_3D_S {...otherProps} />;\n case 'M':\n return <_3D_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3D.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAa,KAA2C;IACrE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;QAC9B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAI;gBAAG,GAAG,UAAU;;IAChC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3D.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3D_L from 'illustration:./S2_fill_3D_generic1_160.svg';\nimport _3D_M from 'illustration:./S2_fill_3D_generic1_96.svg';\nimport _3D_S from 'illustration:./S2_fill_3D_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3D(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3D_L {...otherProps} />;\n case 'S':\n return <_3D_S {...otherProps} />;\n case 'M':\n return <_3D_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3D.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3Dasset.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3Dasset_L from 'illustration:./S2_fill_3Dasset_generic1_160.svg';\nimport _3Dasset_M from 'illustration:./S2_fill_3Dasset_generic1_96.svg';\nimport _3Dasset_S from 'illustration:./S2_fill_3Dasset_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3Dasset(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3Dasset_L {...otherProps} />;\n case 'S':\n return <_3Dasset_S {...otherProps} />;\n case 'M':\n return <_3Dasset_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3Dasset.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3Dasset.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3Dasset_L from 'illustration:./S2_fill_3Dasset_generic1_160.svg';\nimport _3Dasset_M from 'illustration:./S2_fill_3Dasset_generic1_96.svg';\nimport _3Dasset_S from 'illustration:./S2_fill_3Dasset_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3Dasset(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3Dasset_L {...otherProps} />;\n case 'S':\n return <_3Dasset_S {...otherProps} />;\n case 'M':\n return <_3Dasset_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3Dasset.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3Dasset.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3Dasset_L from 'illustration:./S2_fill_3Dasset_generic1_160.svg';\nimport _3Dasset_M from 'illustration:./S2_fill_3Dasset_generic1_96.svg';\nimport _3Dasset_S from 'illustration:./S2_fill_3Dasset_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3Dasset(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3Dasset_L {...otherProps} />;\n case 'S':\n return <_3Dasset_S {...otherProps} />;\n case 'M':\n return <_3Dasset_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3Dasset.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/3Dasset.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport _3Dasset_L from 'illustration:./S2_fill_3Dasset_generic1_160.svg';\nimport _3Dasset_M from 'illustration:./S2_fill_3Dasset_generic1_96.svg';\nimport _3Dasset_S from 'illustration:./S2_fill_3Dasset_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function _3Dasset(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <_3Dasset_L {...otherProps} />;\n case 'S':\n return <_3Dasset_S {...otherProps} />;\n case 'M':\n return <_3Dasset_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"3Dasset.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerate.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerate_L from 'illustration:./S2_fill_AIGenerate_generic1_160.svg';\nimport AIGenerate_M from 'illustration:./S2_fill_AIGenerate_generic1_96.svg';\nimport AIGenerate_S from 'illustration:./S2_fill_AIGenerate_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerate(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerate_L {...otherProps} />;\n case 'S':\n return <AIGenerate_S {...otherProps} />;\n case 'M':\n return <AIGenerate_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerate.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerate.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerate_L from 'illustration:./S2_fill_AIGenerate_generic1_160.svg';\nimport AIGenerate_M from 'illustration:./S2_fill_AIGenerate_generic1_96.svg';\nimport AIGenerate_S from 'illustration:./S2_fill_AIGenerate_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerate(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerate_L {...otherProps} />;\n case 'S':\n return <AIGenerate_S {...otherProps} />;\n case 'M':\n return <AIGenerate_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerate.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerate.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerate_L from 'illustration:./S2_fill_AIGenerate_generic1_160.svg';\nimport AIGenerate_M from 'illustration:./S2_fill_AIGenerate_generic1_96.svg';\nimport AIGenerate_S from 'illustration:./S2_fill_AIGenerate_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerate(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerate_L {...otherProps} />;\n case 'S':\n return <AIGenerate_S {...otherProps} />;\n case 'M':\n return <AIGenerate_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerate.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerate.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerate_L from 'illustration:./S2_fill_AIGenerate_generic1_160.svg';\nimport AIGenerate_M from 'illustration:./S2_fill_AIGenerate_generic1_96.svg';\nimport AIGenerate_S from 'illustration:./S2_fill_AIGenerate_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerate(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerate_L {...otherProps} />;\n case 'S':\n return <AIGenerate_S {...otherProps} />;\n case 'M':\n return <AIGenerate_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerate.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAyB,KAA2C;IACjF,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;IAC5C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerateImage.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerateImage_L from 'illustration:./S2_fill_AIGenerateImage_generic1_160.svg';\nimport AIGenerateImage_M from 'illustration:./S2_fill_AIGenerateImage_generic1_96.svg';\nimport AIGenerateImage_S from 'illustration:./S2_fill_AIGenerateImage_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerateImage(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerateImage_L {...otherProps} />;\n case 'S':\n return <AIGenerateImage_S {...otherProps} />;\n case 'M':\n return <AIGenerateImage_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerateImage.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAyB,KAA2C;IACjF,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAgB;gBAAG,GAAG,UAAU;;IAC5C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerateImage.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerateImage_L from 'illustration:./S2_fill_AIGenerateImage_generic1_160.svg';\nimport AIGenerateImage_M from 'illustration:./S2_fill_AIGenerateImage_generic1_96.svg';\nimport AIGenerateImage_S from 'illustration:./S2_fill_AIGenerateImage_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerateImage(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerateImage_L {...otherProps} />;\n case 'S':\n return <AIGenerateImage_S {...otherProps} />;\n case 'M':\n return <AIGenerateImage_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerateImage.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAyB,KAA2C;IACjF,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;IAC5C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerateImage.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerateImage_L from 'illustration:./S2_fill_AIGenerateImage_generic1_160.svg';\nimport AIGenerateImage_M from 'illustration:./S2_fill_AIGenerateImage_generic1_96.svg';\nimport AIGenerateImage_S from 'illustration:./S2_fill_AIGenerateImage_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerateImage(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerateImage_L {...otherProps} />;\n case 'S':\n return <AIGenerateImage_S {...otherProps} />;\n case 'M':\n return <AIGenerateImage_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerateImage.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAyB,KAA2C;IACjF,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;QAC1C,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAgB;gBAAG,GAAG,UAAU;;IAC5C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIGenerateImage.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIGenerateImage_L from 'illustration:./S2_fill_AIGenerateImage_generic1_160.svg';\nimport AIGenerateImage_M from 'illustration:./S2_fill_AIGenerateImage_generic1_96.svg';\nimport AIGenerateImage_S from 'illustration:./S2_fill_AIGenerateImage_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIGenerateImage(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIGenerateImage_L {...otherProps} />;\n case 'S':\n return <AIGenerateImage_S {...otherProps} />;\n case 'M':\n return <AIGenerateImage_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIGenerateImage.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIchat.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIchat_L from 'illustration:./S2_fill_AIchat_generic1_160.svg';\nimport AIchat_M from 'illustration:./S2_fill_AIchat_generic1_96.svg';\nimport AIchat_S from 'illustration:./S2_fill_AIchat_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIchat(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIchat_L {...otherProps} />;\n case 'S':\n return <AIchat_S {...otherProps} />;\n case 'M':\n return <AIchat_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIchat.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIchat.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIchat_L from 'illustration:./S2_fill_AIchat_generic1_160.svg';\nimport AIchat_M from 'illustration:./S2_fill_AIchat_generic1_96.svg';\nimport AIchat_S from 'illustration:./S2_fill_AIchat_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIchat(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIchat_L {...otherProps} />;\n case 'S':\n return <AIchat_S {...otherProps} />;\n case 'M':\n return <AIchat_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIchat.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIchat.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIchat_L from 'illustration:./S2_fill_AIchat_generic1_160.svg';\nimport AIchat_M from 'illustration:./S2_fill_AIchat_generic1_96.svg';\nimport AIchat_S from 'illustration:./S2_fill_AIchat_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIchat(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIchat_L {...otherProps} />;\n case 'S':\n return <AIchat_S {...otherProps} />;\n case 'M':\n return <AIchat_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIchat.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AIchat.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AIchat_L from 'illustration:./S2_fill_AIchat_generic1_160.svg';\nimport AIchat_M from 'illustration:./S2_fill_AIchat_generic1_96.svg';\nimport AIchat_S from 'illustration:./S2_fill_AIchat_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AIchat(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AIchat_L {...otherProps} />;\n case 'S':\n return <AIchat_S {...otherProps} />;\n case 'M':\n return <AIchat_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AIchat.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Accessibility.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Accessibility_L from 'illustration:./S2_fill_accessibility_generic1_160.svg';\nimport Accessibility_M from 'illustration:./S2_fill_accessibility_generic1_96.svg';\nimport Accessibility_S from 'illustration:./S2_fill_accessibility_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Accessibility(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Accessibility_L {...otherProps} />;\n case 'S':\n return <Accessibility_S {...otherProps} />;\n case 'M':\n return <Accessibility_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Accessibility.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Accessibility.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Accessibility_L from 'illustration:./S2_fill_accessibility_generic1_160.svg';\nimport Accessibility_M from 'illustration:./S2_fill_accessibility_generic1_96.svg';\nimport Accessibility_S from 'illustration:./S2_fill_accessibility_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Accessibility(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Accessibility_L {...otherProps} />;\n case 'S':\n return <Accessibility_S {...otherProps} />;\n case 'M':\n return <Accessibility_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Accessibility.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Accessibility.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Accessibility_L from 'illustration:./S2_fill_accessibility_generic1_160.svg';\nimport Accessibility_M from 'illustration:./S2_fill_accessibility_generic1_96.svg';\nimport Accessibility_S from 'illustration:./S2_fill_accessibility_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Accessibility(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Accessibility_L {...otherProps} />;\n case 'S':\n return <Accessibility_S {...otherProps} />;\n case 'M':\n return <Accessibility_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Accessibility.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Accessibility.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Accessibility_L from 'illustration:./S2_fill_accessibility_generic1_160.svg';\nimport Accessibility_M from 'illustration:./S2_fill_accessibility_generic1_96.svg';\nimport Accessibility_S from 'illustration:./S2_fill_accessibility_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Accessibility(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Accessibility_L {...otherProps} />;\n case 'S':\n return <Accessibility_S {...otherProps} />;\n case 'M':\n return <Accessibility_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Accessibility.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Animation.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Animation_L from 'illustration:./S2_fill_animation_generic1_160.svg';\nimport Animation_M from 'illustration:./S2_fill_animation_generic1_96.svg';\nimport Animation_S from 'illustration:./S2_fill_animation_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Animation(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Animation_L {...otherProps} />;\n case 'S':\n return <Animation_S {...otherProps} />;\n case 'M':\n return <Animation_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Animation.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Animation.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Animation_L from 'illustration:./S2_fill_animation_generic1_160.svg';\nimport Animation_M from 'illustration:./S2_fill_animation_generic1_96.svg';\nimport Animation_S from 'illustration:./S2_fill_animation_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Animation(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Animation_L {...otherProps} />;\n case 'S':\n return <Animation_S {...otherProps} />;\n case 'M':\n return <Animation_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Animation.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Animation.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Animation_L from 'illustration:./S2_fill_animation_generic1_160.svg';\nimport Animation_M from 'illustration:./S2_fill_animation_generic1_96.svg';\nimport Animation_S from 'illustration:./S2_fill_animation_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Animation(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Animation_L {...otherProps} />;\n case 'S':\n return <Animation_S {...otherProps} />;\n case 'M':\n return <Animation_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Animation.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Animation.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Animation_L from 'illustration:./S2_fill_animation_generic1_160.svg';\nimport Animation_M from 'illustration:./S2_fill_animation_generic1_96.svg';\nimport Animation_S from 'illustration:./S2_fill_animation_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Animation(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Animation_L {...otherProps} />;\n case 'S':\n return <Animation_S {...otherProps} />;\n case 'M':\n return <Animation_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Animation.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Apps.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Apps_L from 'illustration:./S2_fill_apps_generic1_160.svg';\nimport Apps_M from 'illustration:./S2_fill_apps_generic1_96.svg';\nimport Apps_S from 'illustration:./S2_fill_apps_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Apps(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Apps_L {...otherProps} />;\n case 'S':\n return <Apps_S {...otherProps} />;\n case 'M':\n return <Apps_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Apps.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Apps.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Apps_L from 'illustration:./S2_fill_apps_generic1_160.svg';\nimport Apps_M from 'illustration:./S2_fill_apps_generic1_96.svg';\nimport Apps_S from 'illustration:./S2_fill_apps_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Apps(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Apps_L {...otherProps} />;\n case 'S':\n return <Apps_S {...otherProps} />;\n case 'M':\n return <Apps_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Apps.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Apps.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Apps_L from 'illustration:./S2_fill_apps_generic1_160.svg';\nimport Apps_M from 'illustration:./S2_fill_apps_generic1_96.svg';\nimport Apps_S from 'illustration:./S2_fill_apps_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Apps(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Apps_L {...otherProps} />;\n case 'S':\n return <Apps_S {...otherProps} />;\n case 'M':\n return <Apps_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Apps.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Apps.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Apps_L from 'illustration:./S2_fill_apps_generic1_160.svg';\nimport Apps_M from 'illustration:./S2_fill_apps_generic1_96.svg';\nimport Apps_S from 'illustration:./S2_fill_apps_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Apps(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Apps_L {...otherProps} />;\n case 'S':\n return <Apps_S {...otherProps} />;\n case 'M':\n return <Apps_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Apps.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Artboard.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Artboard_L from 'illustration:./S2_fill_artboard_generic1_160.svg';\nimport Artboard_M from 'illustration:./S2_fill_artboard_generic1_96.svg';\nimport Artboard_S from 'illustration:./S2_fill_artboard_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Artboard(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Artboard_L {...otherProps} />;\n case 'S':\n return <Artboard_S {...otherProps} />;\n case 'M':\n return <Artboard_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Artboard.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Artboard.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Artboard_L from 'illustration:./S2_fill_artboard_generic1_160.svg';\nimport Artboard_M from 'illustration:./S2_fill_artboard_generic1_96.svg';\nimport Artboard_S from 'illustration:./S2_fill_artboard_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Artboard(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Artboard_L {...otherProps} />;\n case 'S':\n return <Artboard_S {...otherProps} />;\n case 'M':\n return <Artboard_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Artboard.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Artboard.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Artboard_L from 'illustration:./S2_fill_artboard_generic1_160.svg';\nimport Artboard_M from 'illustration:./S2_fill_artboard_generic1_96.svg';\nimport Artboard_S from 'illustration:./S2_fill_artboard_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Artboard(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Artboard_L {...otherProps} />;\n case 'S':\n return <Artboard_S {...otherProps} />;\n case 'M':\n return <Artboard_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Artboard.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAkB,KAA2C;IAC1E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;QACnC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAS;gBAAG,GAAG,UAAU;;IACrC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Artboard.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Artboard_L from 'illustration:./S2_fill_artboard_generic1_160.svg';\nimport Artboard_M from 'illustration:./S2_fill_artboard_generic1_96.svg';\nimport Artboard_S from 'illustration:./S2_fill_artboard_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Artboard(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Artboard_L {...otherProps} />;\n case 'S':\n return <Artboard_S {...otherProps} />;\n case 'M':\n return <Artboard_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Artboard.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Assets.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Assets_L from 'illustration:./S2_fill_assets_generic1_160.svg';\nimport Assets_M from 'illustration:./S2_fill_assets_generic1_96.svg';\nimport Assets_S from 'illustration:./S2_fill_assets_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Assets(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Assets_L {...otherProps} />;\n case 'S':\n return <Assets_S {...otherProps} />;\n case 'M':\n return <Assets_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Assets.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Assets.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Assets_L from 'illustration:./S2_fill_assets_generic1_160.svg';\nimport Assets_M from 'illustration:./S2_fill_assets_generic1_96.svg';\nimport Assets_S from 'illustration:./S2_fill_assets_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Assets(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Assets_L {...otherProps} />;\n case 'S':\n return <Assets_S {...otherProps} />;\n case 'M':\n return <Assets_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Assets.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Assets.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Assets_L from 'illustration:./S2_fill_assets_generic1_160.svg';\nimport Assets_M from 'illustration:./S2_fill_assets_generic1_96.svg';\nimport Assets_S from 'illustration:./S2_fill_assets_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Assets(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Assets_L {...otherProps} />;\n case 'S':\n return <Assets_S {...otherProps} />;\n case 'M':\n return <Assets_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Assets.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Assets.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Assets_L from 'illustration:./S2_fill_assets_generic1_160.svg';\nimport Assets_M from 'illustration:./S2_fill_assets_generic1_96.svg';\nimport Assets_S from 'illustration:./S2_fill_assets_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Assets(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Assets_L {...otherProps} />;\n case 'S':\n return <Assets_S {...otherProps} />;\n case 'M':\n return <Assets_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Assets.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AudioWave.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AudioWave_L from 'illustration:./S2_fill_audioWave_generic1_160.svg';\nimport AudioWave_M from 'illustration:./S2_fill_audioWave_generic1_96.svg';\nimport AudioWave_S from 'illustration:./S2_fill_audioWave_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AudioWave(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AudioWave_L {...otherProps} />;\n case 'S':\n return <AudioWave_S {...otherProps} />;\n case 'M':\n return <AudioWave_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AudioWave.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AudioWave.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AudioWave_L from 'illustration:./S2_fill_audioWave_generic1_160.svg';\nimport AudioWave_M from 'illustration:./S2_fill_audioWave_generic1_96.svg';\nimport AudioWave_S from 'illustration:./S2_fill_audioWave_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AudioWave(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AudioWave_L {...otherProps} />;\n case 'S':\n return <AudioWave_S {...otherProps} />;\n case 'M':\n return <AudioWave_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AudioWave.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AudioWave.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AudioWave_L from 'illustration:./S2_fill_audioWave_generic1_160.svg';\nimport AudioWave_M from 'illustration:./S2_fill_audioWave_generic1_96.svg';\nimport AudioWave_S from 'illustration:./S2_fill_audioWave_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AudioWave(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AudioWave_L {...otherProps} />;\n case 'S':\n return <AudioWave_S {...otherProps} />;\n case 'M':\n return <AudioWave_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AudioWave.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/AudioWave.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport AudioWave_L from 'illustration:./S2_fill_audioWave_generic1_160.svg';\nimport AudioWave_M from 'illustration:./S2_fill_audioWave_generic1_96.svg';\nimport AudioWave_S from 'illustration:./S2_fill_audioWave_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function AudioWave(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <AudioWave_L {...otherProps} />;\n case 'S':\n return <AudioWave_S {...otherProps} />;\n case 'M':\n return <AudioWave_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"AudioWave.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/BadgeVerified.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport BadgeVerified_L from 'illustration:./S2_fill_badgeVerified_generic1_160.svg';\nimport BadgeVerified_M from 'illustration:./S2_fill_badgeVerified_generic1_96.svg';\nimport BadgeVerified_S from 'illustration:./S2_fill_badgeVerified_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function BadgeVerified(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <BadgeVerified_L {...otherProps} />;\n case 'S':\n return <BadgeVerified_S {...otherProps} />;\n case 'M':\n return <BadgeVerified_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"BadgeVerified.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/BadgeVerified.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport BadgeVerified_L from 'illustration:./S2_fill_badgeVerified_generic1_160.svg';\nimport BadgeVerified_M from 'illustration:./S2_fill_badgeVerified_generic1_96.svg';\nimport BadgeVerified_S from 'illustration:./S2_fill_badgeVerified_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function BadgeVerified(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <BadgeVerified_L {...otherProps} />;\n case 'S':\n return <BadgeVerified_S {...otherProps} />;\n case 'M':\n return <BadgeVerified_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"BadgeVerified.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/BadgeVerified.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport BadgeVerified_L from 'illustration:./S2_fill_badgeVerified_generic1_160.svg';\nimport BadgeVerified_M from 'illustration:./S2_fill_badgeVerified_generic1_96.svg';\nimport BadgeVerified_S from 'illustration:./S2_fill_badgeVerified_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function BadgeVerified(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <BadgeVerified_L {...otherProps} />;\n case 'S':\n return <BadgeVerified_S {...otherProps} />;\n case 'M':\n return <BadgeVerified_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"BadgeVerified.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAuB,KAA2C;IAC/E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;QACxC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAc;gBAAG,GAAG,UAAU;;IAC1C;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/BadgeVerified.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport BadgeVerified_L from 'illustration:./S2_fill_badgeVerified_generic1_160.svg';\nimport BadgeVerified_M from 'illustration:./S2_fill_badgeVerified_generic1_96.svg';\nimport BadgeVerified_S from 'illustration:./S2_fill_badgeVerified_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function BadgeVerified(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <BadgeVerified_L {...otherProps} />;\n case 'S':\n return <BadgeVerified_S {...otherProps} />;\n case 'M':\n return <BadgeVerified_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"BadgeVerified.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bell.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bell_L from 'illustration:./S2_fill_bell_generic1_160.svg';\nimport Bell_M from 'illustration:./S2_fill_bell_generic1_96.svg';\nimport Bell_S from 'illustration:./S2_fill_bell_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bell(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bell_L {...otherProps} />;\n case 'S':\n return <Bell_S {...otherProps} />;\n case 'M':\n return <Bell_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bell.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bell.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bell_L from 'illustration:./S2_fill_bell_generic1_160.svg';\nimport Bell_M from 'illustration:./S2_fill_bell_generic1_96.svg';\nimport Bell_S from 'illustration:./S2_fill_bell_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bell(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bell_L {...otherProps} />;\n case 'S':\n return <Bell_S {...otherProps} />;\n case 'M':\n return <Bell_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bell.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bell.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bell_L from 'illustration:./S2_fill_bell_generic1_160.svg';\nimport Bell_M from 'illustration:./S2_fill_bell_generic1_96.svg';\nimport Bell_S from 'illustration:./S2_fill_bell_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bell(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bell_L {...otherProps} />;\n case 'S':\n return <Bell_S {...otherProps} />;\n case 'M':\n return <Bell_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bell.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bell.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bell_L from 'illustration:./S2_fill_bell_generic1_160.svg';\nimport Bell_M from 'illustration:./S2_fill_bell_generic1_96.svg';\nimport Bell_S from 'illustration:./S2_fill_bell_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bell(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bell_L {...otherProps} />;\n case 'S':\n return <Bell_S {...otherProps} />;\n case 'M':\n return <Bell_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bell.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bolt.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bolt_L from 'illustration:./S2_fill_bolt_generic1_160.svg';\nimport Bolt_M from 'illustration:./S2_fill_bolt_generic1_96.svg';\nimport Bolt_S from 'illustration:./S2_fill_bolt_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bolt(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bolt_L {...otherProps} />;\n case 'S':\n return <Bolt_S {...otherProps} />;\n case 'M':\n return <Bolt_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bolt.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bolt.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bolt_L from 'illustration:./S2_fill_bolt_generic1_160.svg';\nimport Bolt_M from 'illustration:./S2_fill_bolt_generic1_96.svg';\nimport Bolt_S from 'illustration:./S2_fill_bolt_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bolt(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bolt_L {...otherProps} />;\n case 'S':\n return <Bolt_S {...otherProps} />;\n case 'M':\n return <Bolt_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bolt.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bolt.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bolt_L from 'illustration:./S2_fill_bolt_generic1_160.svg';\nimport Bolt_M from 'illustration:./S2_fill_bolt_generic1_96.svg';\nimport Bolt_S from 'illustration:./S2_fill_bolt_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bolt(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bolt_L {...otherProps} />;\n case 'S':\n return <Bolt_S {...otherProps} />;\n case 'M':\n return <Bolt_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bolt.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAc,KAA2C;IACtE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;QAC/B,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAK;gBAAG,GAAG,UAAU;;IACjC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Bolt.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Bolt_L from 'illustration:./S2_fill_bolt_generic1_160.svg';\nimport Bolt_M from 'illustration:./S2_fill_bolt_generic1_96.svg';\nimport Bolt_S from 'illustration:./S2_fill_bolt_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Bolt(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Bolt_L {...otherProps} />;\n case 'S':\n return <Bolt_S {...otherProps} />;\n case 'M':\n return <Bolt_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Bolt.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Brand.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Brand_L from 'illustration:./S2_fill_brand_generic1_160.svg';\nimport Brand_M from 'illustration:./S2_fill_brand_generic1_96.svg';\nimport Brand_S from 'illustration:./S2_fill_brand_generic1_48.svg';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Brand(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Brand_L {...otherProps} />;\n case 'S':\n return <Brand_S {...otherProps} />;\n case 'M':\n return <Brand_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Brand.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/gradient/generic1/Brand.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport Brand_L from 'illustration:./S2_fill_brand_generic1_160.svg';\nimport Brand_M from 'illustration:./S2_fill_brand_generic1_96.svg';\nimport Brand_S from 'illustration:./S2_fill_brand_generic1_48.svg';\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\n\nexport default function Brand(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Brand_L {...otherProps} />;\n case 'S':\n return <Brand_S {...otherProps} />;\n case 'M':\n return <Brand_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Brand.cjs.map"}