@ringcentral/juno 1.12.4 → 1.12.5-beta.5905-2aa40faa

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 (493) hide show
  1. package/components/Dialog/Dialog.js +3 -1
  2. package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +1 -1
  3. package/components/Forms/Select/Select.d.ts +2 -2
  4. package/components/Forms/Select/Select.js +19 -9
  5. package/components/Forms/TextField/styles/OutlineTextFieldStyle.js +3 -3
  6. package/components/Forms/TextField/utils/OutlineTextFieldUtils.d.ts +1 -0
  7. package/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
  8. package/components/Forms/Textarea/Textarea.d.ts +2 -2
  9. package/components/Icon/assets/icon-0.svg +2 -2
  10. package/components/Icon/assets/icon-2.svg +2 -2
  11. package/components/Icon/assets/icon-3.svg +2 -2
  12. package/components/Icon/assets/icon-4.svg +2 -2
  13. package/components/Icon/assets/icon-5.svg +2 -2
  14. package/components/Icon/assets/icon-6.svg +2 -2
  15. package/components/Icon/assets/icon-7.svg +2 -2
  16. package/components/Icon/assets/icon-8.svg +2 -2
  17. package/components/Icon/assets/icon-9.svg +2 -2
  18. package/components/Icon/assets/icon-Announcement.svg +8 -0
  19. package/components/Icon/assets/icon-Call-queue.svg +14 -0
  20. package/components/Icon/assets/icon-Limited.svg +7 -0
  21. package/components/Icon/assets/icon-Message.svg +6 -0
  22. package/components/Icon/assets/icon-Paging.svg +6 -0
  23. package/components/Icon/assets/icon-Shared-line.svg +8 -0
  24. package/components/Icon/assets/icon-avatar_rooms.svg +5 -0
  25. package/components/Icon/assets/icon-box.svg +1 -1
  26. package/components/Icon/assets/icon-box1.svg +5 -0
  27. package/components/Icon/assets/icon-default-file-D.svg +3 -3
  28. package/components/Icon/assets/icon-default-file.svg +4 -4
  29. package/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
  30. package/components/Icon/assets/icon-default-gdrive.svg +5 -5
  31. package/components/Icon/assets/icon-default-music-D.svg +3 -3
  32. package/components/Icon/assets/icon-default-music.svg +3 -3
  33. package/components/Icon/assets/icon-default-video-D.svg +3 -3
  34. package/components/Icon/assets/icon-default-video.svg +3 -3
  35. package/components/Icon/assets/icon-deleted_file.svg +2 -2
  36. package/components/Icon/assets/icon-deleted_file_D.svg +2 -2
  37. package/components/Icon/assets/icon-doc-D.svg +3 -3
  38. package/components/Icon/assets/icon-doc.svg +3 -3
  39. package/components/Icon/assets/icon-end--answer.svg +2 -2
  40. package/components/Icon/assets/icon-excel-D.svg +3 -3
  41. package/components/Icon/assets/icon-excel.svg +3 -3
  42. package/components/Icon/assets/icon-font-color.svg +2 -2
  43. package/components/Icon/assets/icon-gdrive-logo.svg +6 -6
  44. package/components/Icon/assets/icon-gif-file-D.svg +3 -3
  45. package/components/Icon/assets/icon-gif-file.svg +4 -4
  46. package/components/Icon/assets/icon-gmail.svg +5 -5
  47. package/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
  48. package/components/Icon/assets/icon-google-doc-D.svg +3 -3
  49. package/components/Icon/assets/icon-google-doc.svg +3 -3
  50. package/components/Icon/assets/icon-google-logo.svg +4 -4
  51. package/components/Icon/assets/icon-google-sheet-D.svg +3 -3
  52. package/components/Icon/assets/icon-google-sheet.svg +3 -3
  53. package/components/Icon/assets/icon-google-slide-D.svg +3 -3
  54. package/components/Icon/assets/icon-google-slide.svg +3 -3
  55. package/components/Icon/assets/icon-hold-answer.svg +2 -2
  56. package/components/Icon/assets/icon-image-broken-D.svg +3 -3
  57. package/components/Icon/assets/icon-image-broken.svg +4 -4
  58. package/components/Icon/assets/icon-image-preview-D.svg +3 -3
  59. package/components/Icon/assets/icon-image-preview.svg +3 -3
  60. package/components/Icon/assets/icon-item-list-selected.svg +1 -1
  61. package/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
  62. package/components/Icon/assets/icon-mac-keynote.svg +6 -6
  63. package/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
  64. package/components/Icon/assets/icon-mac-numbers.svg +3 -3
  65. package/components/Icon/assets/icon-mac-pages-D.svg +3 -3
  66. package/components/Icon/assets/icon-mac-pages.svg +3 -3
  67. package/components/Icon/assets/icon-marker_m.svg +2 -2
  68. package/components/Icon/assets/icon-marker_s.svg +2 -2
  69. package/components/Icon/assets/icon-microsoft-logo.svg +4 -4
  70. package/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
  71. package/components/Icon/assets/icon-mobile.svg +5 -0
  72. package/components/Icon/assets/icon-no-connection.svg +2 -2
  73. package/components/Icon/assets/icon-pdf-D.svg +3 -3
  74. package/components/Icon/assets/icon-pdf.svg +3 -3
  75. package/components/Icon/assets/icon-poor-connection.svg +2 -2
  76. package/components/Icon/assets/icon-ppt-D.svg +3 -3
  77. package/components/Icon/assets/icon-ppt.svg +3 -3
  78. package/components/Icon/assets/icon-rc_contact.svg +1 -1
  79. package/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
  80. package/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
  81. package/components/Icon/assets/icon-sort.svg +2 -2
  82. package/components/Icon/assets/icon-stop-record.svg +1 -1
  83. package/components/Icon/assets/icon-weak-connection.svg +2 -2
  84. package/components/Icon/assets/icon-zip-D.svg +3 -3
  85. package/components/Icon/assets/icon-zip.svg +3 -3
  86. package/components/Icon/icon-symbol.d.ts +1 -1
  87. package/components/Icon/icon-symbol.js +1 -1
  88. package/es6/components/Dialog/Dialog.js +3 -1
  89. package/es6/components/Forms/Select/Select.js +20 -10
  90. package/es6/components/Forms/TextField/styles/OutlineTextFieldStyle.js +3 -3
  91. package/es6/components/Forms/TextField/utils/OutlineTextFieldUtils.js +3 -0
  92. package/es6/components/Icon/assets/icon-0.svg +2 -2
  93. package/es6/components/Icon/assets/icon-2.svg +2 -2
  94. package/es6/components/Icon/assets/icon-3.svg +2 -2
  95. package/es6/components/Icon/assets/icon-4.svg +2 -2
  96. package/es6/components/Icon/assets/icon-5.svg +2 -2
  97. package/es6/components/Icon/assets/icon-6.svg +2 -2
  98. package/es6/components/Icon/assets/icon-7.svg +2 -2
  99. package/es6/components/Icon/assets/icon-8.svg +2 -2
  100. package/es6/components/Icon/assets/icon-9.svg +2 -2
  101. package/es6/components/Icon/assets/icon-Announcement.svg +8 -0
  102. package/es6/components/Icon/assets/icon-Call-queue.svg +14 -0
  103. package/es6/components/Icon/assets/icon-Limited.svg +7 -0
  104. package/es6/components/Icon/assets/icon-Message.svg +6 -0
  105. package/es6/components/Icon/assets/icon-Paging.svg +6 -0
  106. package/es6/components/Icon/assets/icon-Shared-line.svg +8 -0
  107. package/es6/components/Icon/assets/icon-avatar_rooms.svg +5 -0
  108. package/es6/components/Icon/assets/icon-box.svg +1 -1
  109. package/es6/components/Icon/assets/icon-box1.svg +5 -0
  110. package/es6/components/Icon/assets/icon-default-file-D.svg +3 -3
  111. package/es6/components/Icon/assets/icon-default-file.svg +4 -4
  112. package/es6/components/Icon/assets/icon-default-gdrive-D.svg +4 -4
  113. package/es6/components/Icon/assets/icon-default-gdrive.svg +5 -5
  114. package/es6/components/Icon/assets/icon-default-music-D.svg +3 -3
  115. package/es6/components/Icon/assets/icon-default-music.svg +3 -3
  116. package/es6/components/Icon/assets/icon-default-video-D.svg +3 -3
  117. package/es6/components/Icon/assets/icon-default-video.svg +3 -3
  118. package/es6/components/Icon/assets/icon-deleted_file.svg +2 -2
  119. package/es6/components/Icon/assets/icon-deleted_file_D.svg +2 -2
  120. package/es6/components/Icon/assets/icon-doc-D.svg +3 -3
  121. package/es6/components/Icon/assets/icon-doc.svg +3 -3
  122. package/es6/components/Icon/assets/icon-end--answer.svg +2 -2
  123. package/es6/components/Icon/assets/icon-excel-D.svg +3 -3
  124. package/es6/components/Icon/assets/icon-excel.svg +3 -3
  125. package/es6/components/Icon/assets/icon-font-color.svg +2 -2
  126. package/es6/components/Icon/assets/icon-gdrive-logo.svg +6 -6
  127. package/es6/components/Icon/assets/icon-gif-file-D.svg +3 -3
  128. package/es6/components/Icon/assets/icon-gif-file.svg +4 -4
  129. package/es6/components/Icon/assets/icon-gmail.svg +5 -5
  130. package/es6/components/Icon/assets/icon-google-calendar-2019.svg +6 -6
  131. package/es6/components/Icon/assets/icon-google-doc-D.svg +3 -3
  132. package/es6/components/Icon/assets/icon-google-doc.svg +3 -3
  133. package/es6/components/Icon/assets/icon-google-logo.svg +4 -4
  134. package/es6/components/Icon/assets/icon-google-sheet-D.svg +3 -3
  135. package/es6/components/Icon/assets/icon-google-sheet.svg +3 -3
  136. package/es6/components/Icon/assets/icon-google-slide-D.svg +3 -3
  137. package/es6/components/Icon/assets/icon-google-slide.svg +3 -3
  138. package/es6/components/Icon/assets/icon-hold-answer.svg +2 -2
  139. package/es6/components/Icon/assets/icon-image-broken-D.svg +3 -3
  140. package/es6/components/Icon/assets/icon-image-broken.svg +4 -4
  141. package/es6/components/Icon/assets/icon-image-preview-D.svg +3 -3
  142. package/es6/components/Icon/assets/icon-image-preview.svg +3 -3
  143. package/es6/components/Icon/assets/icon-item-list-selected.svg +1 -1
  144. package/es6/components/Icon/assets/icon-mac-keynote-D.svg +3 -3
  145. package/es6/components/Icon/assets/icon-mac-keynote.svg +6 -6
  146. package/es6/components/Icon/assets/icon-mac-numbers-D.svg +3 -3
  147. package/es6/components/Icon/assets/icon-mac-numbers.svg +3 -3
  148. package/es6/components/Icon/assets/icon-mac-pages-D.svg +3 -3
  149. package/es6/components/Icon/assets/icon-mac-pages.svg +3 -3
  150. package/es6/components/Icon/assets/icon-marker_m.svg +2 -2
  151. package/es6/components/Icon/assets/icon-marker_s.svg +2 -2
  152. package/es6/components/Icon/assets/icon-microsoft-logo.svg +4 -4
  153. package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +15 -15
  154. package/es6/components/Icon/assets/icon-mobile.svg +5 -0
  155. package/es6/components/Icon/assets/icon-no-connection.svg +2 -2
  156. package/es6/components/Icon/assets/icon-pdf-D.svg +3 -3
  157. package/es6/components/Icon/assets/icon-pdf.svg +3 -3
  158. package/es6/components/Icon/assets/icon-poor-connection.svg +2 -2
  159. package/es6/components/Icon/assets/icon-ppt-D.svg +3 -3
  160. package/es6/components/Icon/assets/icon-ppt.svg +3 -3
  161. package/es6/components/Icon/assets/icon-rc_contact.svg +1 -1
  162. package/es6/components/Icon/assets/icon-rcv_mic-off.svg +2 -2
  163. package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +2 -2
  164. package/es6/components/Icon/assets/icon-sort.svg +2 -2
  165. package/es6/components/Icon/assets/icon-stop-record.svg +1 -1
  166. package/es6/components/Icon/assets/icon-weak-connection.svg +2 -2
  167. package/es6/components/Icon/assets/icon-zip-D.svg +3 -3
  168. package/es6/components/Icon/assets/icon-zip.svg +3 -3
  169. package/es6/components/Icon/icon-symbol.js +1 -1
  170. package/es6/foundation/theme/ThemeProvider.js +22 -6
  171. package/es6/icon/0.js +2 -2
  172. package/es6/icon/2.js +2 -2
  173. package/es6/icon/3.js +2 -2
  174. package/es6/icon/4.js +2 -2
  175. package/es6/icon/5.js +2 -2
  176. package/es6/icon/6.js +2 -2
  177. package/es6/icon/7.js +2 -2
  178. package/es6/icon/8.js +2 -2
  179. package/es6/icon/9.js +2 -2
  180. package/es6/icon/Announcement.js +8 -0
  181. package/es6/icon/AvatarRooms.js +7 -0
  182. package/es6/icon/Box.js +1 -1
  183. package/es6/icon/Box1.js +7 -0
  184. package/es6/icon/CallQueue.js +14 -0
  185. package/es6/icon/DefaultFile.js +4 -4
  186. package/es6/icon/DefaultFileD.js +3 -3
  187. package/es6/icon/DefaultGdrive.js +5 -5
  188. package/es6/icon/DefaultGdriveD.js +4 -4
  189. package/es6/icon/DefaultMusic.js +3 -3
  190. package/es6/icon/DefaultMusicD.js +3 -3
  191. package/es6/icon/DefaultVideo.js +3 -3
  192. package/es6/icon/DefaultVideoD.js +3 -3
  193. package/es6/icon/DeletedFile.js +2 -2
  194. package/es6/icon/DeletedFileD.js +2 -2
  195. package/es6/icon/Doc.js +3 -3
  196. package/es6/icon/DocD.js +3 -3
  197. package/es6/icon/EndAnswer.js +2 -2
  198. package/es6/icon/Excel.js +3 -3
  199. package/es6/icon/ExcelD.js +3 -3
  200. package/es6/icon/FontColor.js +2 -2
  201. package/es6/icon/GdriveLogo.js +6 -6
  202. package/es6/icon/GifFile.js +4 -4
  203. package/es6/icon/GifFileD.js +3 -3
  204. package/es6/icon/Gmail.js +5 -5
  205. package/es6/icon/GoogleCalendar2019.js +6 -6
  206. package/es6/icon/GoogleDoc.js +3 -3
  207. package/es6/icon/GoogleDocD.js +3 -3
  208. package/es6/icon/GoogleLogo.js +4 -4
  209. package/es6/icon/GoogleSheet.js +3 -3
  210. package/es6/icon/GoogleSheetD.js +3 -3
  211. package/es6/icon/GoogleSlide.js +3 -3
  212. package/es6/icon/GoogleSlideD.js +3 -3
  213. package/es6/icon/HoldAnswer.js +2 -2
  214. package/es6/icon/ImageBroken.js +4 -4
  215. package/es6/icon/ImageBrokenD.js +3 -3
  216. package/es6/icon/ImagePreview.js +3 -3
  217. package/es6/icon/ImagePreviewD.js +3 -3
  218. package/es6/icon/ItemListSelected.js +1 -1
  219. package/es6/icon/Limited.js +8 -0
  220. package/es6/icon/MacKeynote.js +4 -4
  221. package/es6/icon/MacKeynoteD.js +3 -3
  222. package/es6/icon/MacNumbers.js +3 -3
  223. package/es6/icon/MacNumbersD.js +3 -3
  224. package/es6/icon/MacPages.js +3 -3
  225. package/es6/icon/MacPagesD.js +3 -3
  226. package/es6/icon/MarkerM.js +2 -2
  227. package/es6/icon/MarkerS.js +2 -2
  228. package/es6/icon/Message.js +8 -0
  229. package/es6/icon/MicrosoftLogo.js +4 -4
  230. package/es6/icon/MicrosoftOutlook2019.js +15 -15
  231. package/es6/icon/Mobile.js +7 -0
  232. package/es6/icon/NoConnection.js +2 -2
  233. package/es6/icon/Paging.js +8 -0
  234. package/es6/icon/Pdf.js +3 -3
  235. package/es6/icon/PdfD.js +3 -3
  236. package/es6/icon/PoorConnection.js +2 -2
  237. package/es6/icon/Ppt.js +3 -3
  238. package/es6/icon/PptD.js +3 -3
  239. package/es6/icon/RcContact.js +1 -1
  240. package/es6/icon/RcvMicOff.js +2 -2
  241. package/es6/icon/RcvVideocamOff.js +2 -2
  242. package/es6/icon/SharedLine.js +9 -0
  243. package/es6/icon/Sort.js +2 -2
  244. package/es6/icon/StopRecord.js +1 -1
  245. package/es6/icon/WeakConnection.js +2 -2
  246. package/es6/icon/Zip.js +3 -3
  247. package/es6/icon/ZipD.js +3 -3
  248. package/es6/icon/index.js +10 -1
  249. package/es6/icons/icon-0.svg +2 -2
  250. package/es6/icons/icon-2.svg +2 -2
  251. package/es6/icons/icon-3.svg +2 -2
  252. package/es6/icons/icon-4.svg +2 -2
  253. package/es6/icons/icon-5.svg +2 -2
  254. package/es6/icons/icon-6.svg +2 -2
  255. package/es6/icons/icon-7.svg +2 -2
  256. package/es6/icons/icon-8.svg +2 -2
  257. package/es6/icons/icon-9.svg +2 -2
  258. package/es6/icons/icon-Announcement.svg +8 -0
  259. package/es6/icons/icon-Call-queue.svg +14 -0
  260. package/es6/icons/icon-Limited.svg +7 -0
  261. package/es6/icons/icon-Message.svg +6 -0
  262. package/es6/icons/icon-Paging.svg +6 -0
  263. package/es6/icons/icon-Shared-line.svg +8 -0
  264. package/es6/icons/icon-avatar_rooms.svg +5 -0
  265. package/es6/icons/icon-box.svg +1 -1
  266. package/es6/icons/icon-box1.svg +5 -0
  267. package/es6/icons/icon-default-file-D.svg +3 -3
  268. package/es6/icons/icon-default-file.svg +4 -4
  269. package/es6/icons/icon-default-gdrive-D.svg +4 -4
  270. package/es6/icons/icon-default-gdrive.svg +5 -5
  271. package/es6/icons/icon-default-music-D.svg +3 -3
  272. package/es6/icons/icon-default-music.svg +3 -3
  273. package/es6/icons/icon-default-video-D.svg +3 -3
  274. package/es6/icons/icon-default-video.svg +3 -3
  275. package/es6/icons/icon-deleted_file.svg +2 -2
  276. package/es6/icons/icon-deleted_file_D.svg +2 -2
  277. package/es6/icons/icon-doc-D.svg +3 -3
  278. package/es6/icons/icon-doc.svg +3 -3
  279. package/es6/icons/icon-end--answer.svg +2 -2
  280. package/es6/icons/icon-excel-D.svg +3 -3
  281. package/es6/icons/icon-excel.svg +3 -3
  282. package/es6/icons/icon-font-color.svg +2 -2
  283. package/es6/icons/icon-gdrive-logo.svg +6 -6
  284. package/es6/icons/icon-gif-file-D.svg +3 -3
  285. package/es6/icons/icon-gif-file.svg +4 -4
  286. package/es6/icons/icon-gmail.svg +5 -5
  287. package/es6/icons/icon-google-calendar-2019.svg +6 -6
  288. package/es6/icons/icon-google-doc-D.svg +3 -3
  289. package/es6/icons/icon-google-doc.svg +3 -3
  290. package/es6/icons/icon-google-logo.svg +4 -4
  291. package/es6/icons/icon-google-sheet-D.svg +3 -3
  292. package/es6/icons/icon-google-sheet.svg +3 -3
  293. package/es6/icons/icon-google-slide-D.svg +3 -3
  294. package/es6/icons/icon-google-slide.svg +3 -3
  295. package/es6/icons/icon-hold-answer.svg +2 -2
  296. package/es6/icons/icon-image-broken-D.svg +3 -3
  297. package/es6/icons/icon-image-broken.svg +4 -4
  298. package/es6/icons/icon-image-preview-D.svg +3 -3
  299. package/es6/icons/icon-image-preview.svg +3 -3
  300. package/es6/icons/icon-item-list-selected.svg +1 -1
  301. package/es6/icons/icon-mac-keynote-D.svg +3 -3
  302. package/es6/icons/icon-mac-keynote.svg +6 -6
  303. package/es6/icons/icon-mac-numbers-D.svg +3 -3
  304. package/es6/icons/icon-mac-numbers.svg +3 -3
  305. package/es6/icons/icon-mac-pages-D.svg +3 -3
  306. package/es6/icons/icon-mac-pages.svg +3 -3
  307. package/es6/icons/icon-marker_m.svg +2 -2
  308. package/es6/icons/icon-marker_s.svg +2 -2
  309. package/es6/icons/icon-microsoft-logo.svg +4 -4
  310. package/es6/icons/icon-microsoft-outlook-2019.svg +15 -15
  311. package/es6/icons/icon-mobile.svg +5 -0
  312. package/es6/icons/icon-no-connection.svg +2 -2
  313. package/es6/icons/icon-pdf-D.svg +3 -3
  314. package/es6/icons/icon-pdf.svg +3 -3
  315. package/es6/icons/icon-poor-connection.svg +2 -2
  316. package/es6/icons/icon-ppt-D.svg +3 -3
  317. package/es6/icons/icon-ppt.svg +3 -3
  318. package/es6/icons/icon-rc_contact.svg +1 -1
  319. package/es6/icons/icon-rcv_mic-off.svg +2 -2
  320. package/es6/icons/icon-rcv_videocam-off.svg +2 -2
  321. package/es6/icons/icon-sort.svg +2 -2
  322. package/es6/icons/icon-stop-record.svg +1 -1
  323. package/es6/icons/icon-weak-connection.svg +2 -2
  324. package/es6/icons/icon-zip-D.svg +3 -3
  325. package/es6/icons/icon-zip.svg +3 -3
  326. package/foundation/theme/ThemeProvider.d.ts +11 -11
  327. package/foundation/theme/ThemeProvider.js +22 -6
  328. package/icon/0.js +2 -2
  329. package/icon/2.js +2 -2
  330. package/icon/3.js +2 -2
  331. package/icon/4.js +2 -2
  332. package/icon/5.js +2 -2
  333. package/icon/6.js +2 -2
  334. package/icon/7.js +2 -2
  335. package/icon/8.js +2 -2
  336. package/icon/9.js +2 -2
  337. package/icon/Announcement.d.ts +3 -0
  338. package/icon/Announcement.js +10 -0
  339. package/icon/AvatarRooms.d.ts +3 -0
  340. package/icon/AvatarRooms.js +9 -0
  341. package/icon/Box.js +1 -1
  342. package/icon/Box1.d.ts +3 -0
  343. package/icon/Box1.js +9 -0
  344. package/icon/CallQueue.d.ts +3 -0
  345. package/icon/CallQueue.js +16 -0
  346. package/icon/DefaultFile.js +4 -4
  347. package/icon/DefaultFileD.js +3 -3
  348. package/icon/DefaultGdrive.js +5 -5
  349. package/icon/DefaultGdriveD.js +4 -4
  350. package/icon/DefaultMusic.js +3 -3
  351. package/icon/DefaultMusicD.js +3 -3
  352. package/icon/DefaultVideo.js +3 -3
  353. package/icon/DefaultVideoD.js +3 -3
  354. package/icon/DeletedFile.js +2 -2
  355. package/icon/DeletedFileD.js +2 -2
  356. package/icon/Doc.js +3 -3
  357. package/icon/DocD.js +3 -3
  358. package/icon/EndAnswer.js +2 -2
  359. package/icon/Excel.js +3 -3
  360. package/icon/ExcelD.js +3 -3
  361. package/icon/FontColor.js +2 -2
  362. package/icon/GdriveLogo.js +6 -6
  363. package/icon/GifFile.js +4 -4
  364. package/icon/GifFileD.js +3 -3
  365. package/icon/Gmail.js +5 -5
  366. package/icon/GoogleCalendar2019.js +6 -6
  367. package/icon/GoogleDoc.js +3 -3
  368. package/icon/GoogleDocD.js +3 -3
  369. package/icon/GoogleLogo.js +4 -4
  370. package/icon/GoogleSheet.js +3 -3
  371. package/icon/GoogleSheetD.js +3 -3
  372. package/icon/GoogleSlide.js +3 -3
  373. package/icon/GoogleSlideD.js +3 -3
  374. package/icon/HoldAnswer.js +2 -2
  375. package/icon/ImageBroken.js +4 -4
  376. package/icon/ImageBrokenD.js +3 -3
  377. package/icon/ImagePreview.js +3 -3
  378. package/icon/ImagePreviewD.js +3 -3
  379. package/icon/ItemListSelected.js +1 -1
  380. package/icon/Limited.d.ts +3 -0
  381. package/icon/Limited.js +10 -0
  382. package/icon/MacKeynote.js +4 -4
  383. package/icon/MacKeynoteD.js +3 -3
  384. package/icon/MacNumbers.js +3 -3
  385. package/icon/MacNumbersD.js +3 -3
  386. package/icon/MacPages.js +3 -3
  387. package/icon/MacPagesD.js +3 -3
  388. package/icon/MarkerM.js +2 -2
  389. package/icon/MarkerS.js +2 -2
  390. package/icon/Message.d.ts +3 -0
  391. package/icon/Message.js +10 -0
  392. package/icon/MicrosoftLogo.js +4 -4
  393. package/icon/MicrosoftOutlook2019.js +15 -15
  394. package/icon/Mobile.d.ts +3 -0
  395. package/icon/Mobile.js +9 -0
  396. package/icon/NoConnection.js +2 -2
  397. package/icon/Paging.d.ts +3 -0
  398. package/icon/Paging.js +10 -0
  399. package/icon/Pdf.js +3 -3
  400. package/icon/PdfD.js +3 -3
  401. package/icon/PoorConnection.js +2 -2
  402. package/icon/Ppt.js +3 -3
  403. package/icon/PptD.js +3 -3
  404. package/icon/RcContact.js +1 -1
  405. package/icon/RcvMicOff.js +2 -2
  406. package/icon/RcvVideocamOff.js +2 -2
  407. package/icon/SharedLine.d.ts +3 -0
  408. package/icon/SharedLine.js +11 -0
  409. package/icon/Sort.js +2 -2
  410. package/icon/StopRecord.js +1 -1
  411. package/icon/WeakConnection.js +2 -2
  412. package/icon/Zip.js +3 -3
  413. package/icon/ZipD.js +3 -3
  414. package/icon/index.d.ts +10 -1
  415. package/icon/index.js +20 -2
  416. package/icons/icon-0.svg +2 -2
  417. package/icons/icon-2.svg +2 -2
  418. package/icons/icon-3.svg +2 -2
  419. package/icons/icon-4.svg +2 -2
  420. package/icons/icon-5.svg +2 -2
  421. package/icons/icon-6.svg +2 -2
  422. package/icons/icon-7.svg +2 -2
  423. package/icons/icon-8.svg +2 -2
  424. package/icons/icon-9.svg +2 -2
  425. package/icons/icon-Announcement.svg +8 -0
  426. package/icons/icon-Call-queue.svg +14 -0
  427. package/icons/icon-Limited.svg +7 -0
  428. package/icons/icon-Message.svg +6 -0
  429. package/icons/icon-Paging.svg +6 -0
  430. package/icons/icon-Shared-line.svg +8 -0
  431. package/icons/icon-avatar_rooms.svg +5 -0
  432. package/icons/icon-box.svg +1 -1
  433. package/icons/icon-box1.svg +5 -0
  434. package/icons/icon-default-file-D.svg +3 -3
  435. package/icons/icon-default-file.svg +4 -4
  436. package/icons/icon-default-gdrive-D.svg +4 -4
  437. package/icons/icon-default-gdrive.svg +5 -5
  438. package/icons/icon-default-music-D.svg +3 -3
  439. package/icons/icon-default-music.svg +3 -3
  440. package/icons/icon-default-video-D.svg +3 -3
  441. package/icons/icon-default-video.svg +3 -3
  442. package/icons/icon-deleted_file.svg +2 -2
  443. package/icons/icon-deleted_file_D.svg +2 -2
  444. package/icons/icon-doc-D.svg +3 -3
  445. package/icons/icon-doc.svg +3 -3
  446. package/icons/icon-end--answer.svg +2 -2
  447. package/icons/icon-excel-D.svg +3 -3
  448. package/icons/icon-excel.svg +3 -3
  449. package/icons/icon-font-color.svg +2 -2
  450. package/icons/icon-gdrive-logo.svg +6 -6
  451. package/icons/icon-gif-file-D.svg +3 -3
  452. package/icons/icon-gif-file.svg +4 -4
  453. package/icons/icon-gmail.svg +5 -5
  454. package/icons/icon-google-calendar-2019.svg +6 -6
  455. package/icons/icon-google-doc-D.svg +3 -3
  456. package/icons/icon-google-doc.svg +3 -3
  457. package/icons/icon-google-logo.svg +4 -4
  458. package/icons/icon-google-sheet-D.svg +3 -3
  459. package/icons/icon-google-sheet.svg +3 -3
  460. package/icons/icon-google-slide-D.svg +3 -3
  461. package/icons/icon-google-slide.svg +3 -3
  462. package/icons/icon-hold-answer.svg +2 -2
  463. package/icons/icon-image-broken-D.svg +3 -3
  464. package/icons/icon-image-broken.svg +4 -4
  465. package/icons/icon-image-preview-D.svg +3 -3
  466. package/icons/icon-image-preview.svg +3 -3
  467. package/icons/icon-item-list-selected.svg +1 -1
  468. package/icons/icon-mac-keynote-D.svg +3 -3
  469. package/icons/icon-mac-keynote.svg +6 -6
  470. package/icons/icon-mac-numbers-D.svg +3 -3
  471. package/icons/icon-mac-numbers.svg +3 -3
  472. package/icons/icon-mac-pages-D.svg +3 -3
  473. package/icons/icon-mac-pages.svg +3 -3
  474. package/icons/icon-marker_m.svg +2 -2
  475. package/icons/icon-marker_s.svg +2 -2
  476. package/icons/icon-microsoft-logo.svg +4 -4
  477. package/icons/icon-microsoft-outlook-2019.svg +15 -15
  478. package/icons/icon-mobile.svg +5 -0
  479. package/icons/icon-no-connection.svg +2 -2
  480. package/icons/icon-pdf-D.svg +3 -3
  481. package/icons/icon-pdf.svg +3 -3
  482. package/icons/icon-poor-connection.svg +2 -2
  483. package/icons/icon-ppt-D.svg +3 -3
  484. package/icons/icon-ppt.svg +3 -3
  485. package/icons/icon-rc_contact.svg +1 -1
  486. package/icons/icon-rcv_mic-off.svg +2 -2
  487. package/icons/icon-rcv_videocam-off.svg +2 -2
  488. package/icons/icon-sort.svg +2 -2
  489. package/icons/icon-stop-record.svg +1 -1
  490. package/icons/icon-weak-connection.svg +2 -2
  491. package/icons/icon-zip-D.svg +3 -3
  492. package/icons/icon-zip.svg +3 -3
  493. package/package.json +1 -1
package/icon/2.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon2 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M16.119 7c.381 0 .736.056 1.067.168s.616.274.857.488c.241.213.43.473.568.779s.207.654.207 1.043c0 .331-.05.638-.151.919s-.236.552-.408.811a6.033 6.033 0 01-.593.752c-.149.162-.305.325-.466.491l-2.613 2.648c.167-.046.337-.082.508-.109s.337-.04.496-.04h3.013c.121 0 .218.035.289.106s.107.162.107.273V16h-6v-.379a.647.647 0 01.201-.472l2.881-2.863c.238-.24.456-.471.653-.693s.365-.444.505-.668c.14-.224.248-.45.323-.68s.113-.475.113-.736-.042-.49-.126-.686a1.35 1.35 0 00-.86-.777 2.039 2.039 0 00-.634-.096c-.226 0-.435.033-.628.099a1.687 1.687 0 00-.888.695 1.62 1.62 0 00-.217.534c-.033.12-.084.207-.151.261s-.155.081-.264.081l-.066-.003a1.577 1.577 0 01-.078-.009l-.584-.099c.059-.406.172-.765.339-1.078s.38-.575.637-.786c.257-.211.552-.372.885-.481s.691-.165 1.076-.165z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M14.357 24h-.375c-.043 0-.078-.011-.105-.032s-.047-.049-.06-.082l-.335-.865h-1.607l-.335.865c-.012.03-.032.057-.06.08s-.063.035-.105.035H11l1.433-3.582h.492l1.433 3.582zm-2.347-1.33h1.338l-.563-1.457a2.72 2.72 0 01-.107-.337l-.054.189-.051.151-.563 1.455zm2.8 1.33v-3.582h1.143c.22 0 .41.022.569.065s.29.105.392.185c.102.08.178.178.227.294s.074.246.074.391c0 .088-.014.173-.041.255s-.069.157-.125.227c-.056.07-.126.133-.21.188s-.183.1-.296.135c.262.052.459.146.593.282s.2.317.2.54c0 .152-.028.29-.084.415s-.137.233-.245.323c-.108.09-.239.16-.395.209s-.334.074-.534.074H14.81zm.485-1.633v1.247h.775c.138 0 .257-.016.356-.047s.181-.076.245-.134c.064-.058.111-.126.141-.205s.045-.166.045-.261c0-.185-.065-.331-.196-.439s-.329-.161-.594-.161h-.773zm0-.344h.64c.137 0 .255-.015.355-.045s.183-.072.249-.125c.066-.053.115-.118.146-.194s.047-.159.047-.249c0-.21-.063-.364-.19-.462s-.323-.148-.59-.148h-.658v1.223zm5.275 1.237c.027 0 .051.011.073.032l.19.207c-.147.17-.325.302-.534.398s-.461.142-.756.142c-.258 0-.492-.045-.703-.134s-.389-.214-.538-.375c-.148-.161-.263-.354-.345-.579s-.122-.473-.122-.742c0-.27.044-.517.131-.742s.21-.418.369-.58c.158-.162.348-.287.569-.376s.465-.134.731-.134c.263 0 .49.041.681.122s.36.192.509.332l-.157.223c-.012.017-.025.03-.04.041s-.037.016-.065.016a.125.125 0 01-.069-.024l-.086-.059c-.033-.023-.073-.048-.117-.075s-.098-.052-.16-.075a1.373 1.373 0 00-.497-.083c-.192 0-.367.033-.526.099a1.19 1.19 0 00-.68.726 1.7 1.7 0 00-.096.587c0 .223.032.422.096.598s.152.323.262.444c.111.121.242.213.394.276s.315.095.49.095c.107 0 .203-.006.288-.019s.164-.032.236-.059c.073-.027.14-.06.203-.101l.094-.067.095-.079c.028-.025.056-.038.082-.038z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M16.119 7c.381 0 .736.056 1.067.168s.616.274.857.488c.241.213.43.473.568.779s.207.654.207 1.043c0 .331-.05.638-.151.919s-.236.552-.408.811a6.033 6.033 0 01-.593.752c-.149.162-.305.325-.466.491l-2.613 2.648c.167-.046.337-.082.508-.109s.337-.04.496-.04h3.013c.121 0 .218.035.289.106s.107.162.107.273V16h-6v-.379a.647.647 0 01.201-.472l2.881-2.863c.238-.24.456-.471.653-.693s.365-.444.505-.668c.14-.224.248-.45.323-.68s.113-.475.113-.736-.042-.49-.126-.686a1.35 1.35 0 00-.86-.777 2.039 2.039 0 00-.634-.096c-.226 0-.435.033-.628.099a1.687 1.687 0 00-.888.695 1.62 1.62 0 00-.217.534c-.033.12-.084.207-.151.261s-.155.081-.264.081l-.066-.003a1.577 1.577 0 01-.078-.009l-.584-.099c.059-.406.172-.765.339-1.078s.38-.575.637-.786c.257-.211.552-.372.885-.481s.691-.165 1.076-.165z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M14.357 24h-.375c-.043 0-.078-.011-.105-.032s-.047-.049-.06-.082l-.335-.865h-1.607l-.335.865c-.012.03-.032.057-.06.08s-.063.035-.105.035H11l1.433-3.582h.492l1.433 3.582zm-2.347-1.33h1.338l-.563-1.457a2.72 2.72 0 01-.107-.337l-.054.189-.051.151-.563 1.455zm2.8 1.33v-3.582h1.143c.22 0 .41.022.569.065s.29.105.392.185c.102.08.178.178.227.294s.074.246.074.391c0 .088-.014.173-.041.255s-.069.157-.125.227c-.056.07-.126.133-.21.188s-.183.1-.296.135c.262.052.459.146.593.282s.2.317.2.54c0 .152-.028.29-.084.415s-.137.233-.245.323c-.108.09-.239.16-.395.209s-.334.074-.534.074H14.81zm.485-1.633v1.247h.775c.138 0 .257-.016.356-.047s.181-.076.245-.134c.064-.058.111-.126.141-.205s.045-.166.045-.261c0-.185-.065-.331-.196-.439s-.329-.161-.594-.161h-.773zm0-.344h.64c.137 0 .255-.015.355-.045s.183-.072.249-.125c.066-.053.115-.118.146-.194s.047-.159.047-.249c0-.21-.063-.364-.19-.462s-.323-.148-.59-.148h-.658v1.223zm5.275 1.237c.027 0 .051.011.073.032l.19.207c-.147.17-.325.302-.534.398s-.461.142-.756.142c-.258 0-.492-.045-.703-.134s-.389-.214-.538-.375c-.148-.161-.263-.354-.345-.579s-.122-.473-.122-.742c0-.27.044-.517.131-.742s.21-.418.369-.58c.158-.162.348-.287.569-.376s.465-.134.731-.134c.263 0 .49.041.681.122s.36.192.509.332l-.157.223c-.012.017-.025.03-.04.041s-.037.016-.065.016a.125.125 0 01-.069-.024l-.086-.059c-.033-.023-.073-.048-.117-.075s-.098-.052-.16-.075a1.373 1.373 0 00-.497-.083c-.192 0-.367.033-.526.099a1.19 1.19 0 00-.68.726 1.7 1.7 0 00-.096.587c0 .223.032.422.096.598s.152.323.262.444c.111.121.242.213.394.276s.315.095.49.095c.107 0 .203-.006.288-.019s.164-.032.236-.059c.073-.027.14-.06.203-.101l.094-.067.095-.079c.028-.025.056-.038.082-.038z" }))); }));
8
8
  Icon2.displayName = 'Icon2';
9
9
  Icon2['iconName'] = '2';
10
10
  exports.default = Icon2;
package/icon/3.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon3 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M16.193 7c.378 0 .728.053 1.048.16s.596.258.826.455c.231.197.411.434.54.713s.193.588.193.928c0 .278-.036.527-.109.746a1.802 1.802 0 01-.802.998 2.721 2.721 0 01-.642.276c.582.152 1.02.405 1.313.762s.44.803.44 1.339c0 .405-.078.77-.234 1.094s-.369.599-.639.826c-.27.227-.585.401-.945.522s-.745.181-1.157.181c-.474 0-.879-.058-1.216-.175s-.622-.277-.854-.482c-.233-.205-.424-.447-.574-.728s-.277-.585-.38-.912l.474-.197a.666.666 0 01.262-.055c.083 0 .157.017.221.052a.31.31 0 01.108.096l.051.093.037.085c.058.119.129.253.212.402s.195.29.337.421c.141.131.317.242.527.332s.471.135.783.135c.312 0 .585-.05.82-.15s.43-.23.586-.39a1.637 1.637 0 00.471-1.118c0-.238-.032-.455-.097-.651s-.181-.367-.349-.51c-.168-.143-.401-.256-.699-.338s-.679-.123-1.145-.123v-.793c.378-.004.702-.045.97-.123s.488-.184.658-.319c.17-.135.294-.297.371-.485s.115-.397.115-.627c0-.254-.041-.475-.122-.663s-.192-.344-.334-.467c-.141-.123-.309-.215-.502-.276s-.402-.092-.627-.092c-.225 0-.432.033-.624.098s-.361.157-.508.273c-.148.117-.271.256-.371.418s-.175.337-.225.525c-.033.119-.083.205-.15.258s-.152.08-.256.08l-.066-.003a1.577 1.577 0 01-.078-.009l-.58-.098c.058-.401.17-.757.337-1.066s.377-.568.633-.777c.256-.209.549-.368.879-.476s.687-.163 1.07-.163z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M14.54 22.21c0 .268-.043.512-.127.733s-.205.408-.36.565c-.155.157-.341.278-.557.364s-.457.129-.72.129h-1.34v-3.582h1.34c.263 0 .503.043.72.129a1.587 1.587 0 01.917.931c.085.22.127.464.127.733zm-.497 0c0-.22-.03-.417-.09-.59s-.145-.32-.255-.44c-.11-.12-.243-.212-.4-.275s-.331-.095-.523-.095h-.852v2.797h.852c.192 0 .366-.032.523-.095s.29-.155.4-.274c.11-.119.195-.265.255-.439s.09-.37.09-.59zm3.364-1.792v.395h-1.72v1.19h1.393v.38h-1.393v1.223h1.72v.395H15.2v-3.582h2.207zm2.906 0v.395h-1.72v1.253h1.47v.395h-1.47v1.54h-.488v-3.582h2.207z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M16.193 7c.378 0 .728.053 1.048.16s.596.258.826.455c.231.197.411.434.54.713s.193.588.193.928c0 .278-.036.527-.109.746a1.802 1.802 0 01-.802.998 2.721 2.721 0 01-.642.276c.582.152 1.02.405 1.313.762s.44.803.44 1.339c0 .405-.078.77-.234 1.094s-.369.599-.639.826c-.27.227-.585.401-.945.522s-.745.181-1.157.181c-.474 0-.879-.058-1.216-.175s-.622-.277-.854-.482c-.233-.205-.424-.447-.574-.728s-.277-.585-.38-.912l.474-.197a.666.666 0 01.262-.055c.083 0 .157.017.221.052a.31.31 0 01.108.096l.051.093.037.085c.058.119.129.253.212.402s.195.29.337.421c.141.131.317.242.527.332s.471.135.783.135c.312 0 .585-.05.82-.15s.43-.23.586-.39a1.637 1.637 0 00.471-1.118c0-.238-.032-.455-.097-.651s-.181-.367-.349-.51c-.168-.143-.401-.256-.699-.338s-.679-.123-1.145-.123v-.793c.378-.004.702-.045.97-.123s.488-.184.658-.319c.17-.135.294-.297.371-.485s.115-.397.115-.627c0-.254-.041-.475-.122-.663s-.192-.344-.334-.467c-.141-.123-.309-.215-.502-.276s-.402-.092-.627-.092c-.225 0-.432.033-.624.098s-.361.157-.508.273c-.148.117-.271.256-.371.418s-.175.337-.225.525c-.033.119-.083.205-.15.258s-.152.08-.256.08l-.066-.003a1.577 1.577 0 01-.078-.009l-.58-.098c.058-.401.17-.757.337-1.066s.377-.568.633-.777c.256-.209.549-.368.879-.476s.687-.163 1.07-.163z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M14.54 22.21c0 .268-.043.512-.127.733s-.205.408-.36.565c-.155.157-.341.278-.557.364s-.457.129-.72.129h-1.34v-3.582h1.34c.263 0 .503.043.72.129a1.587 1.587 0 01.917.931c.085.22.127.464.127.733zm-.497 0c0-.22-.03-.417-.09-.59s-.145-.32-.255-.44c-.11-.12-.243-.212-.4-.275s-.331-.095-.523-.095h-.852v2.797h.852c.192 0 .366-.032.523-.095s.29-.155.4-.274c.11-.119.195-.265.255-.439s.09-.37.09-.59zm3.364-1.792v.395h-1.72v1.19h1.393v.38h-1.393v1.223h1.72v.395H15.2v-3.582h2.207zm2.906 0v.395h-1.72v1.253h1.47v.395h-1.47v1.54h-.488v-3.582h2.207z" }))); }));
8
8
  Icon3.displayName = 'Icon3';
9
9
  Icon3['iconName'] = '3';
10
10
  exports.default = Icon3;
package/icon/4.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon4 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M17.594 7v5.753H19v.641c0 .067-.021.124-.062.17s-.105.069-.191.069h-1.154v2.368h-1.018v-2.368h-4.116c-.086 0-.161-.024-.224-.072s-.103-.108-.12-.179l-.117-.572 4.518-5.809h1.076zm-.966 1.3l-3.377 4.453h3.325V9.041c0-.109.003-.226.01-.352l.015-.192.027-.198z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M13.607 23.648c.097 0 .185-.005.266-.014a1.728 1.728 0 00.432-.107c.064-.026.127-.055.19-.089v-.79h-.555c-.032 0-.057-.009-.076-.027s-.029-.041-.029-.067v-.275h1.1v1.375a1.883 1.883 0 01-.594.291c-.111.032-.23.057-.356.073s-.264.024-.412.024c-.26 0-.498-.045-.715-.134a1.642 1.642 0 01-.926-.954 2.044 2.044 0 01-.131-.742c0-.273.043-.523.129-.747s.208-.418.367-.579c.159-.161.352-.285.578-.374s.479-.133.759-.133c.142 0 .273.01.395.031s.235.051.339.09a1.651 1.651 0 01.537.331l-.137.22c-.028.045-.065.067-.11.067a.181.181 0 01-.088-.027l-.14-.085c-.052-.033-.115-.065-.189-.096a1.545 1.545 0 00-.621-.111c-.202 0-.384.033-.547.099a1.17 1.17 0 00-.683.727 1.74 1.74 0 00-.092.586c0 .227.032.429.096.606s.155.328.271.451c.117.123.255.218.415.282s.337.098.53.098zm4.978.352h-.488v-1.63h-1.93V24h-.488v-3.582h.488v1.598h1.93v-1.598h.488V24zm1.45 0h-.485v-3.582h.485V24z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M17.594 7v5.753H19v.641c0 .067-.021.124-.062.17s-.105.069-.191.069h-1.154v2.368h-1.018v-2.368h-4.116c-.086 0-.161-.024-.224-.072s-.103-.108-.12-.179l-.117-.572 4.518-5.809h1.076zm-.966 1.3l-3.377 4.453h3.325V9.041c0-.109.003-.226.01-.352l.015-.192.027-.198z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M13.607 23.648c.097 0 .185-.005.266-.014a1.728 1.728 0 00.432-.107c.064-.026.127-.055.19-.089v-.79h-.555c-.032 0-.057-.009-.076-.027s-.029-.041-.029-.067v-.275h1.1v1.375a1.883 1.883 0 01-.594.291c-.111.032-.23.057-.356.073s-.264.024-.412.024c-.26 0-.498-.045-.715-.134a1.642 1.642 0 01-.926-.954 2.044 2.044 0 01-.131-.742c0-.273.043-.523.129-.747s.208-.418.367-.579c.159-.161.352-.285.578-.374s.479-.133.759-.133c.142 0 .273.01.395.031s.235.051.339.09a1.651 1.651 0 01.537.331l-.137.22c-.028.045-.065.067-.11.067a.181.181 0 01-.088-.027l-.14-.085c-.052-.033-.115-.065-.189-.096a1.545 1.545 0 00-.621-.111c-.202 0-.384.033-.547.099a1.17 1.17 0 00-.683.727 1.74 1.74 0 00-.092.586c0 .227.032.429.096.606s.155.328.271.451c.117.123.255.218.415.282s.337.098.53.098zm4.978.352h-.488v-1.63h-1.93V24h-.488v-3.582h.488v1.598h1.93v-1.598h.488V24zm1.45 0h-.485v-3.582h.485V24z" }))); }));
8
8
  Icon4.displayName = 'Icon4';
9
9
  Icon4['iconName'] = '4';
10
10
  exports.default = Icon4;
package/icon/5.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon5 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M18.711 7.484c0 .157-.053.287-.158.388s-.282.152-.532.152h-2.954l-.433 2.335c.49-.099.943-.149 1.359-.149.49 0 .922.068 1.297.205s.688.325.942.565c.254.24.445.524.574.851s.194.683.194 1.068a2.936 2.936 0 01-.982 2.258c-.304.271-.662.479-1.073.624s-.856.217-1.333.217c-.276 0-.54-.026-.794-.078a4.195 4.195 0 01-1.32-.506 3.542 3.542 0 01-.499-.354l.354-.472a.371.371 0 01.315-.162c.083 0 .181.032.292.096s.246.136.404.214c.158.079.342.15.555.214s.465.096.758.096c.328 0 .624-.05.886-.149s.487-.241.673-.425c.186-.184.329-.405.43-.662s.151-.544.151-.863c0-.277-.043-.528-.128-.752s-.214-.414-.387-.571c-.173-.157-.388-.28-.647-.366s-.56-.13-.906-.13a5.103 5.103 0 00-1.523.236l-.735-.205.761-4.162h4.457v.484z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M13.633 22.762c0 .2-.025.379-.074.538s-.122.292-.217.401c-.096.109-.214.193-.354.251s-.301.087-.482.087c-.162 0-.33-.023-.505-.07l.027-.285c.003-.028.014-.051.031-.069s.044-.026.079-.026c.02 0 .044.003.073.01l.047.012c.05.015.117.023.2.023.11 0 .208-.017.294-.05s.158-.085.217-.155c.059-.07.104-.16.135-.269s.046-.239.046-.389v-2.355h.482v2.345zm1.404-.774h.182c.063 0 .114-.008.151-.024s.073-.043.106-.081l1.193-1.35c.037-.042.072-.071.106-.089s.078-.026.131-.026h.413l-1.365 1.543c-.035.038-.068.071-.099.098s-.064.048-.099.065c.047.015.088.038.123.067s.072.067.11.113l1.425 1.698h-.42c-.032 0-.058-.003-.08-.008s-.04-.012-.056-.02l-.023-.014-.061-.061-1.238-1.422-.051-.051a.238.238 0 00-.127-.057l-.046-.005-.275-.002v1.64h-.482V20.42h.482v1.57zm3.358 1.605h1.55V24H17.91v-3.582h.485v3.175z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M18.711 7.484c0 .157-.053.287-.158.388s-.282.152-.532.152h-2.954l-.433 2.335c.49-.099.943-.149 1.359-.149.49 0 .922.068 1.297.205s.688.325.942.565c.254.24.445.524.574.851s.194.683.194 1.068a2.936 2.936 0 01-.982 2.258c-.304.271-.662.479-1.073.624s-.856.217-1.333.217c-.276 0-.54-.026-.794-.078a4.195 4.195 0 01-1.32-.506 3.542 3.542 0 01-.499-.354l.354-.472a.371.371 0 01.315-.162c.083 0 .181.032.292.096s.246.136.404.214c.158.079.342.15.555.214s.465.096.758.096c.328 0 .624-.05.886-.149s.487-.241.673-.425c.186-.184.329-.405.43-.662s.151-.544.151-.863c0-.277-.043-.528-.128-.752s-.214-.414-.387-.571c-.173-.157-.388-.28-.647-.366s-.56-.13-.906-.13a5.103 5.103 0 00-1.523.236l-.735-.205.761-4.162h4.457v.484z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M13.633 22.762c0 .2-.025.379-.074.538s-.122.292-.217.401c-.096.109-.214.193-.354.251s-.301.087-.482.087c-.162 0-.33-.023-.505-.07l.027-.285c.003-.028.014-.051.031-.069s.044-.026.079-.026c.02 0 .044.003.073.01l.047.012c.05.015.117.023.2.023.11 0 .208-.017.294-.05s.158-.085.217-.155c.059-.07.104-.16.135-.269s.046-.239.046-.389v-2.355h.482v2.345zm1.404-.774h.182c.063 0 .114-.008.151-.024s.073-.043.106-.081l1.193-1.35c.037-.042.072-.071.106-.089s.078-.026.131-.026h.413l-1.365 1.543c-.035.038-.068.071-.099.098s-.064.048-.099.065c.047.015.088.038.123.067s.072.067.11.113l1.425 1.698h-.42c-.032 0-.058-.003-.08-.008s-.04-.012-.056-.02l-.023-.014-.061-.061-1.238-1.422-.051-.051a.238.238 0 00-.127-.057l-.046-.005-.275-.002v1.64h-.482V20.42h.482v1.57zm3.358 1.605h1.55V24H17.91v-3.582h.485v3.175z" }))); }));
8
8
  Icon5.displayName = 'Icon5';
9
9
  Icon5['iconName'] = '5';
10
10
  exports.default = Icon5;
package/icon/6.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon6 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M17.919 7l-3.087 3.907c.211-.145.445-.258.702-.338s.534-.121.832-.121c.356 0 .694.059 1.012.177s.598.29.838.516c.24.226.431.503.571.832s.211.705.211 1.127c0 .41-.075.791-.224 1.143s-.357.658-.624.919-.589.466-.966.615-.791.224-1.242.224c-.447 0-.852-.071-1.214-.214s-.672-.346-.929-.609-.454-.582-.593-.957-.208-.794-.208-1.258c0-.389.087-.803.261-1.242s.449-.911.826-1.416l2.255-3.037c.058-.075.139-.138.242-.189s.222-.078.354-.078h.981zm-1.913 4.292c-.298 0-.567.051-.807.152s-.444.238-.612.41c-.168.172-.296.371-.385.596s-.134.461-.134.705c0 .286.041.547.124.783s.204.439.363.609c.159.17.354.301.584.394s.492.14.786.14c.298 0 .567-.048.807-.143s.446-.228.618-.398.304-.371.398-.603.14-.484.14-.758c0-.29-.046-.552-.137-.786s-.219-.433-.385-.596c-.166-.164-.364-.289-.596-.376s-.487-.13-.764-.13z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M19.94 20.378c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739c0 .268-.043.515-.128.739s-.205.417-.36.579c-.155.162-.341.287-.559.376s-.458.134-.721.134c-.263 0-.503-.045-.72-.134s-.402-.215-.558-.376c-.155-.162-.275-.355-.36-.579s-.128-.47-.128-.739c0-.268.043-.515.128-.739s.205-.418.36-.58c.155-.163.341-.289.558-.379s.457-.135.72-.135zm-9.583.04c.043 0 .077.004.1.012s.046.032.068.07l1.27 2.267.08.198.026-.068.027-.065c.018-.043.039-.085.063-.129l1.213-2.203c.022-.038.044-.062.068-.07s.057-.012.1-.012h.357V24h-.425l.001-2.687.009-.181-1.227 2.24c-.042.075-.1.113-.175.113h-.07c-.075 0-.133-.038-.175-.113l-1.255-2.247.011.128.004.115v2.633h-.425v-3.582h.357zm4.493 0c.043 0 .075.005.096.016s.045.033.071.066l2.075 2.7-.01-.126-.003-.119v-2.538h.425v3.582h-.245c-.038 0-.07-.007-.096-.02s-.051-.036-.076-.067l-2.072-2.697.01.233v2.553H14.6v-3.582h.25zm5.09.379c-.192 0-.366.032-.523.098s-.29.158-.401.279c-.111.121-.196.269-.256.444s-.09.372-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M17.919 7l-3.087 3.907c.211-.145.445-.258.702-.338s.534-.121.832-.121c.356 0 .694.059 1.012.177s.598.29.838.516c.24.226.431.503.571.832s.211.705.211 1.127c0 .41-.075.791-.224 1.143s-.357.658-.624.919-.589.466-.966.615-.791.224-1.242.224c-.447 0-.852-.071-1.214-.214s-.672-.346-.929-.609-.454-.582-.593-.957-.208-.794-.208-1.258c0-.389.087-.803.261-1.242s.449-.911.826-1.416l2.255-3.037c.058-.075.139-.138.242-.189s.222-.078.354-.078h.981zm-1.913 4.292c-.298 0-.567.051-.807.152s-.444.238-.612.41c-.168.172-.296.371-.385.596s-.134.461-.134.705c0 .286.041.547.124.783s.204.439.363.609c.159.17.354.301.584.394s.492.14.786.14c.298 0 .567-.048.807-.143s.446-.228.618-.398.304-.371.398-.603.14-.484.14-.758c0-.29-.046-.552-.137-.786s-.219-.433-.385-.596c-.166-.164-.364-.289-.596-.376s-.487-.13-.764-.13z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M19.94 20.378c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739c0 .268-.043.515-.128.739s-.205.417-.36.579c-.155.162-.341.287-.559.376s-.458.134-.721.134c-.263 0-.503-.045-.72-.134s-.402-.215-.558-.376c-.155-.162-.275-.355-.36-.579s-.128-.47-.128-.739c0-.268.043-.515.128-.739s.205-.418.36-.58c.155-.163.341-.289.558-.379s.457-.135.72-.135zm-9.583.04c.043 0 .077.004.1.012s.046.032.068.07l1.27 2.267.08.198.026-.068.027-.065c.018-.043.039-.085.063-.129l1.213-2.203c.022-.038.044-.062.068-.07s.057-.012.1-.012h.357V24h-.425l.001-2.687.009-.181-1.227 2.24c-.042.075-.1.113-.175.113h-.07c-.075 0-.133-.038-.175-.113l-1.255-2.247.011.128.004.115v2.633h-.425v-3.582h.357zm4.493 0c.043 0 .075.005.096.016s.045.033.071.066l2.075 2.7-.01-.126-.003-.119v-2.538h.425v3.582h-.245c-.038 0-.07-.007-.096-.02s-.051-.036-.076-.067l-2.072-2.697.01.233v2.553H14.6v-3.582h.25zm5.09.379c-.192 0-.366.032-.523.098s-.29.158-.401.279c-.111.121-.196.269-.256.444s-.09.372-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098z" }))); }));
8
8
  Icon6.displayName = 'Icon6';
9
9
  Icon6['iconName'] = '6';
10
10
  exports.default = Icon6;
package/icon/7.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon7 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M19 7v.502c0 .142-.015.26-.046.352s-.063.17-.095.232l-3.653 7.518c-.053.109-.127.202-.222.279s-.222.116-.382.116h-.782l3.708-7.424c.053-.105.108-.201.163-.289s.118-.172.188-.251h-4.608c-.07 0-.132-.028-.188-.085S13 7.83 13 7.758v-.76h6z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M10.482 22.66V24H10v-3.582h1.058c.227 0 .424.026.591.079s.306.127.416.224c.11.097.192.213.246.35s.081.289.081.457c0 .167-.029.319-.088.457s-.144.258-.256.358c-.113.1-.252.178-.419.234s-.357.084-.572.084h-.575zm0-.385h.575c.138 0 .26-.018.366-.055s.195-.088.266-.154c.072-.066.126-.145.162-.236s.055-.192.055-.302c0-.228-.07-.407-.211-.535s-.354-.192-.639-.192h-.575v1.475zm5.85-.065c0 .168-.017.328-.051.48s-.084.293-.149.424a1.615 1.615 0 01-.553.633l.92.992h-.4c-.06 0-.113-.008-.16-.025s-.089-.046-.127-.087l-.63-.685a1.96 1.96 0 01-.617.095c-.263 0-.503-.045-.72-.134a1.613 1.613 0 01-.917-.955 2.066 2.066 0 01-.127-.739c0-.268.043-.515.127-.739s.205-.418.36-.58c.155-.163.341-.289.557-.379s.457-.135.72-.135c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739zm-.497 0c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098c-.192 0-.366.032-.522.098a1.136 1.136 0 00-.657.723 1.82 1.82 0 00-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591zm1.692.295V24h-.483v-3.582h1.012c.227 0 .422.023.587.069s.301.112.409.199c.108.087.187.191.239.314s.078.26.078.411c0 .127-.02.245-.06.355s-.098.209-.174.296c-.076.087-.168.162-.277.224s-.233.108-.371.14c.06.035.113.086.16.152L19.692 24h-.43c-.088 0-.153-.034-.195-.102l-.93-1.28c-.028-.04-.059-.069-.093-.086s-.083-.026-.15-.026h-.367zm0-.353h.508c.142 0 .266-.017.374-.051s.198-.082.27-.145c.073-.063.127-.137.164-.224s.055-.183.055-.288c0-.213-.07-.374-.211-.483s-.35-.163-.629-.163h-.53v1.352zm4.523-1.175c-.015.025-.031.044-.047.056s-.038.019-.065.019a.129.129 0 01-.063-.019l-.036-.024a1.223 1.223 0 00-.349-.188.903.903 0 00-.294-.043c-.108 0-.204.015-.288.044s-.153.069-.209.119c-.056.05-.098.109-.126.176s-.043.14-.043.219c0 .1.025.183.074.249s.114.122.195.169c.081.047.172.087.275.121l.315.106c.108.037.212.078.315.124s.194.104.275.174c.081.07.146.156.195.258s.074.227.074.375c0 .157-.027.304-.08.441s-.131.257-.234.359c-.102.102-.228.182-.378.24s-.319.087-.509.087c-.232 0-.443-.042-.634-.126s-.354-.198-.489-.341l.14-.23c.013-.018.03-.034.049-.046s.04-.019.064-.019a.15.15 0 01.077.025l.148.111.064.044c.067.045.149.086.245.124s.213.056.351.056c.115 0 .218-.016.308-.047s.166-.076.229-.134c.063-.058.11-.126.144-.206s.05-.169.05-.267c0-.108-.025-.197-.074-.266s-.114-.127-.194-.174a1.354 1.354 0 00-.274-.119l-.315-.1c-.108-.034-.212-.074-.315-.119s-.194-.103-.274-.175c-.08-.072-.145-.161-.194-.269s-.074-.24-.074-.399a.947.947 0 01.288-.682c.093-.092.209-.165.346-.22s.295-.082.474-.082c.2 0 .383.032.547.095s.309.155.433.275l-.117.23z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M19 7v.502c0 .142-.015.26-.046.352s-.063.17-.095.232l-3.653 7.518c-.053.109-.127.202-.222.279s-.222.116-.382.116h-.782l3.708-7.424c.053-.105.108-.201.163-.289s.118-.172.188-.251h-4.608c-.07 0-.132-.028-.188-.085S13 7.83 13 7.758v-.76h6z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M10.482 22.66V24H10v-3.582h1.058c.227 0 .424.026.591.079s.306.127.416.224c.11.097.192.213.246.35s.081.289.081.457c0 .167-.029.319-.088.457s-.144.258-.256.358c-.113.1-.252.178-.419.234s-.357.084-.572.084h-.575zm0-.385h.575c.138 0 .26-.018.366-.055s.195-.088.266-.154c.072-.066.126-.145.162-.236s.055-.192.055-.302c0-.228-.07-.407-.211-.535s-.354-.192-.639-.192h-.575v1.475zm5.85-.065c0 .168-.017.328-.051.48s-.084.293-.149.424a1.615 1.615 0 01-.553.633l.92.992h-.4c-.06 0-.113-.008-.16-.025s-.089-.046-.127-.087l-.63-.685a1.96 1.96 0 01-.617.095c-.263 0-.503-.045-.72-.134a1.613 1.613 0 01-.917-.955 2.066 2.066 0 01-.127-.739c0-.268.043-.515.127-.739s.205-.418.36-.58c.155-.163.341-.289.557-.379s.457-.135.72-.135c.263 0 .504.045.721.135s.404.216.559.379c.155.163.275.356.36.58s.128.47.128.739zm-.497 0c0-.22-.03-.418-.09-.593s-.145-.323-.255-.444c-.11-.121-.243-.214-.4-.279s-.332-.098-.525-.098c-.192 0-.366.032-.522.098a1.136 1.136 0 00-.657.723 1.82 1.82 0 00-.09.593c0 .22.03.417.09.591s.145.322.256.442c.111.121.245.213.401.277s.331.096.523.096c.193 0 .368-.032.525-.096s.29-.157.4-.277c.11-.121.195-.268.255-.442s.09-.371.09-.591zm1.692.295V24h-.483v-3.582h1.012c.227 0 .422.023.587.069s.301.112.409.199c.108.087.187.191.239.314s.078.26.078.411c0 .127-.02.245-.06.355s-.098.209-.174.296c-.076.087-.168.162-.277.224s-.233.108-.371.14c.06.035.113.086.16.152L19.692 24h-.43c-.088 0-.153-.034-.195-.102l-.93-1.28c-.028-.04-.059-.069-.093-.086s-.083-.026-.15-.026h-.367zm0-.353h.508c.142 0 .266-.017.374-.051s.198-.082.27-.145c.073-.063.127-.137.164-.224s.055-.183.055-.288c0-.213-.07-.374-.211-.483s-.35-.163-.629-.163h-.53v1.352zm4.523-1.175c-.015.025-.031.044-.047.056s-.038.019-.065.019a.129.129 0 01-.063-.019l-.036-.024a1.223 1.223 0 00-.349-.188.903.903 0 00-.294-.043c-.108 0-.204.015-.288.044s-.153.069-.209.119c-.056.05-.098.109-.126.176s-.043.14-.043.219c0 .1.025.183.074.249s.114.122.195.169c.081.047.172.087.275.121l.315.106c.108.037.212.078.315.124s.194.104.275.174c.081.07.146.156.195.258s.074.227.074.375c0 .157-.027.304-.08.441s-.131.257-.234.359c-.102.102-.228.182-.378.24s-.319.087-.509.087c-.232 0-.443-.042-.634-.126s-.354-.198-.489-.341l.14-.23c.013-.018.03-.034.049-.046s.04-.019.064-.019a.15.15 0 01.077.025l.148.111.064.044c.067.045.149.086.245.124s.213.056.351.056c.115 0 .218-.016.308-.047s.166-.076.229-.134c.063-.058.11-.126.144-.206s.05-.169.05-.267c0-.108-.025-.197-.074-.266s-.114-.127-.194-.174a1.354 1.354 0 00-.274-.119l-.315-.1c-.108-.034-.212-.074-.315-.119s-.194-.103-.274-.175c-.08-.072-.145-.161-.194-.269s-.074-.24-.074-.399a.947.947 0 01.288-.682c.093-.092.209-.165.346-.22s.295-.082.474-.082c.2 0 .383.032.547.095s.309.155.433.275l-.117.23z" }))); }));
8
8
  Icon7.displayName = 'Icon7';
9
9
  Icon7['iconName'] = '7';
10
10
  exports.default = Icon7;
package/icon/8.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon8 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M16 7c.402 0 .768.059 1.099.178s.615.283.851.491a2.162 2.162 0 01.74 1.646c0 .475-.12.884-.36 1.226s-.592.599-1.056.771c.555.156.981.417 1.279.783s.447.832.447 1.398a2.293 2.293 0 01-.836 1.83c-.263.217-.579.384-.947.501s-.774.175-1.217.175c-.443 0-.849-.058-1.217-.175s-.685-.284-.95-.501c-.265-.217-.47-.48-.615-.789s-.217-.656-.217-1.041c0-.565.149-1.031.447-1.398s.725-.628 1.28-.783c-.468-.172-.821-.429-1.059-.771s-.357-.751-.357-1.226a2.159 2.159 0 01.74-1.646c.236-.209.519-.373.848-.491S15.597 7 16.003 7zm0 4.78c-.244 0-.478.032-.702.095s-.421.163-.593.298c-.172.135-.309.31-.41.525s-.152.474-.152.777c0 .246.042.47.127.673s.207.377.366.522c.159.145.354.258.584.338s.49.12.78.12c.29 0 .55-.04.779-.12s.424-.193.584-.338c.159-.145.282-.319.366-.522s.127-.427.127-.673c0-.303-.051-.562-.152-.777s-.238-.39-.41-.525-.37-.234-.593-.298-.458-.095-.702-.095zm0-3.932c-.265 0-.498.039-.699.117s-.369.184-.503.319c-.135.135-.236.293-.304.473s-.102.373-.102.577c0 .201.029.395.087.584s.151.355.28.501c.128.145.295.262.5.35s.452.132.742.132.537-.044.742-.132.372-.205.5-.35.222-.312.279-.501.087-.383.087-.584c0-.205-.034-.397-.102-.577a1.335 1.335 0 00-.807-.792 1.946 1.946 0 00-.699-.117z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M13.875 20.418v.407h-1.158V24h-.485v-3.175H11.07v-.407h2.805zm1.902 3.197c.148 0 .281-.025.398-.075s.215-.12.296-.21c.081-.09.142-.198.185-.323s.064-.262.064-.413v-2.177h.483v2.178c0 .207-.033.398-.099.575s-.16.33-.282.459c-.122.129-.272.23-.449.304s-.375.11-.595.11c-.22 0-.418-.037-.595-.11a1.297 1.297 0 01-.734-.763 1.63 1.63 0 01-.099-.575v-2.178h.482v2.175c0 .15.021.288.064.413s.104.233.185.323.18.16.297.211.25.076.399.076zm1.843-3.197h.387c.043 0 .078.011.105.032s.047.049.06.082l1.012 2.527.033.089.03.096c.019.067.038.136.056.207.015-.072.031-.141.049-.207s.038-.128.061-.185l1.008-2.527c.012-.028.032-.055.06-.079s.063-.036.105-.036h.39l-1.46 3.582h-.438l-1.46-3.582z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M16 7c.402 0 .768.059 1.099.178s.615.283.851.491a2.162 2.162 0 01.74 1.646c0 .475-.12.884-.36 1.226s-.592.599-1.056.771c.555.156.981.417 1.279.783s.447.832.447 1.398a2.293 2.293 0 01-.836 1.83c-.263.217-.579.384-.947.501s-.774.175-1.217.175c-.443 0-.849-.058-1.217-.175s-.685-.284-.95-.501c-.265-.217-.47-.48-.615-.789s-.217-.656-.217-1.041c0-.565.149-1.031.447-1.398s.725-.628 1.28-.783c-.468-.172-.821-.429-1.059-.771s-.357-.751-.357-1.226a2.159 2.159 0 01.74-1.646c.236-.209.519-.373.848-.491S15.597 7 16.003 7zm0 4.78c-.244 0-.478.032-.702.095s-.421.163-.593.298c-.172.135-.309.31-.41.525s-.152.474-.152.777c0 .246.042.47.127.673s.207.377.366.522c.159.145.354.258.584.338s.49.12.78.12c.29 0 .55-.04.779-.12s.424-.193.584-.338c.159-.145.282-.319.366-.522s.127-.427.127-.673c0-.303-.051-.562-.152-.777s-.238-.39-.41-.525-.37-.234-.593-.298-.458-.095-.702-.095zm0-3.932c-.265 0-.498.039-.699.117s-.369.184-.503.319c-.135.135-.236.293-.304.473s-.102.373-.102.577c0 .201.029.395.087.584s.151.355.28.501c.128.145.295.262.5.35s.452.132.742.132.537-.044.742-.132.372-.205.5-.35.222-.312.279-.501.087-.383.087-.584c0-.205-.034-.397-.102-.577a1.335 1.335 0 00-.807-.792 1.946 1.946 0 00-.699-.117z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M13.875 20.418v.407h-1.158V24h-.485v-3.175H11.07v-.407h2.805zm1.902 3.197c.148 0 .281-.025.398-.075s.215-.12.296-.21c.081-.09.142-.198.185-.323s.064-.262.064-.413v-2.177h.483v2.178c0 .207-.033.398-.099.575s-.16.33-.282.459c-.122.129-.272.23-.449.304s-.375.11-.595.11c-.22 0-.418-.037-.595-.11a1.297 1.297 0 01-.734-.763 1.63 1.63 0 01-.099-.575v-2.178h.482v2.175c0 .15.021.288.064.413s.104.233.185.323.18.16.297.211.25.076.399.076zm1.843-3.197h.387c.043 0 .078.011.105.032s.047.049.06.082l1.012 2.527.033.089.03.096c.019.067.038.136.056.207.015-.072.031-.141.049-.207s.038-.128.061-.185l1.008-2.527c.012-.028.032-.055.06-.079s.063-.036.105-.036h.39l-1.46 3.582h-.438l-1.46-3.582z" }))); }));
8
8
  Icon8.displayName = 'Icon8';
9
9
  Icon8['iconName'] = '8';
10
10
  exports.default = Icon8;
package/icon/9.js CHANGED
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Icon9 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color15, #000)", d: "M16.058 7c.443 0 .845.07 1.206.211s.671.337.929.59c.258.253.457.555.597.907s.21.741.21 1.168a3.494 3.494 0 01-.29 1.404c-.095.219-.208.438-.339.655s-.281.442-.448.674l-2.252 3.13c-.056.079-.135.142-.239.189s-.222.071-.355.071h-1.058l2.813-3.547.265-.342c.082-.108.159-.215.232-.323-.237.182-.503.321-.8.416s-.611.143-.942.143c-.348 0-.678-.056-.99-.168s-.586-.276-.823-.494c-.237-.217-.425-.484-.565-.801s-.21-.68-.21-1.09c0-.389.075-.754.226-1.093s.361-.636.632-.888c.271-.253.594-.451.968-.596s.785-.217 1.232-.217zm-.013.925c-.284 0-.543.045-.777.134s-.434.212-.6.37c-.166.157-.294.346-.384.565s-.135.46-.135.72c0 .282.042.533.126.755s.204.409.361.562c.157.153.348.269.574.348s.479.118.758.118c.31 0 .584-.049.823-.146s.44-.227.603-.388c.163-.162.288-.348.374-.559s.129-.431.129-.658c0-.277-.046-.529-.139-.755s-.22-.417-.384-.575c-.163-.157-.358-.278-.584-.363s-.474-.127-.745-.127z" }),
7
- react_1.default.createElement("path", { fill: "var(--color81, #9e9e9e)", d: "M8.8 20.418h.402c.043 0 .079.011.107.032s.047.049.057.082l.74 2.49.019.07.048.238.054-.239.864-2.558c.01-.028.03-.055.059-.079s.065-.036.106-.036h.14c.043 0 .079.011.106.032s.047.049.059.082l.838 2.49c.03.087.057.186.08.297l.042-.23.761-2.558a.167.167 0 01.162-.115h.377l-1.117 3.582h-.435l-.908-2.733a1.618 1.618 0 01-.05-.18l-.035.14-.925 2.772h-.435l-1.117-3.582zm6.327 1.742l-1.182-1.742h.482c.035 0 .061.006.078.017s.032.028.045.05l.935 1.435a.67.67 0 01.053-.115l.883-1.31c.015-.023.031-.042.049-.056s.039-.021.064-.021h.462l-1.188 1.72 1.227 1.863h-.48c-.037 0-.065-.01-.086-.029s-.038-.04-.051-.064l-.96-1.503a.6.6 0 01-.045.1l-.935 1.402c-.015.023-.032.045-.051.064s-.046.029-.081.029h-.45l1.232-1.84zm3.763.415V24h-.483v-1.425l-1.313-2.157h.425c.043 0 .078.011.102.032s.047.048.065.08l.82 1.393c.033.058.061.113.084.165l.061.152.06-.155c.022-.052.049-.106.082-.163l.817-1.393c.015-.027.035-.052.061-.076s.06-.036.101-.036h.43l-1.315 2.157zm4.26-2.157v.18c0 .057-.017.11-.052.16l-2.027 2.848h2.045v.395h-2.68v-.19c0-.05.016-.098.047-.142l2.03-2.855H20.53v-.395h2.62z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color18, #000)", d: "M16.058 7c.443 0 .845.07 1.206.211s.671.337.929.59c.258.253.457.555.597.907s.21.741.21 1.168a3.494 3.494 0 01-.29 1.404c-.095.219-.208.438-.339.655s-.281.442-.448.674l-2.252 3.13c-.056.079-.135.142-.239.189s-.222.071-.355.071h-1.058l2.813-3.547.265-.342c.082-.108.159-.215.232-.323-.237.182-.503.321-.8.416s-.611.143-.942.143c-.348 0-.678-.056-.99-.168s-.586-.276-.823-.494c-.237-.217-.425-.484-.565-.801s-.21-.68-.21-1.09c0-.389.075-.754.226-1.093s.361-.636.632-.888c.271-.253.594-.451.968-.596s.785-.217 1.232-.217zm-.013.925c-.284 0-.543.045-.777.134s-.434.212-.6.37c-.166.157-.294.346-.384.565s-.135.46-.135.72c0 .282.042.533.126.755s.204.409.361.562c.157.153.348.269.574.348s.479.118.758.118c.31 0 .584-.049.823-.146s.44-.227.603-.388c.163-.162.288-.348.374-.559s.129-.431.129-.658c0-.277-.046-.529-.139-.755s-.22-.417-.384-.575c-.163-.157-.358-.278-.584-.363s-.474-.127-.745-.127z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color83, #9e9e9e)", d: "M8.8 20.418h.402c.043 0 .079.011.107.032s.047.049.057.082l.74 2.49.019.07.048.238.054-.239.864-2.558c.01-.028.03-.055.059-.079s.065-.036.106-.036h.14c.043 0 .079.011.106.032s.047.049.059.082l.838 2.49c.03.087.057.186.08.297l.042-.23.761-2.558a.167.167 0 01.162-.115h.377l-1.117 3.582h-.435l-.908-2.733a1.618 1.618 0 01-.05-.18l-.035.14-.925 2.772h-.435l-1.117-3.582zm6.327 1.742l-1.182-1.742h.482c.035 0 .061.006.078.017s.032.028.045.05l.935 1.435a.67.67 0 01.053-.115l.883-1.31c.015-.023.031-.042.049-.056s.039-.021.064-.021h.462l-1.188 1.72 1.227 1.863h-.48c-.037 0-.065-.01-.086-.029s-.038-.04-.051-.064l-.96-1.503a.6.6 0 01-.045.1l-.935 1.402c-.015.023-.032.045-.051.064s-.046.029-.081.029h-.45l1.232-1.84zm3.763.415V24h-.483v-1.425l-1.313-2.157h.425c.043 0 .078.011.102.032s.047.048.065.08l.82 1.393c.033.058.061.113.084.165l.061.152.06-.155c.022-.052.049-.106.082-.163l.817-1.393c.015-.027.035-.052.061-.076s.06-.036.101-.036h.43l-1.315 2.157zm4.26-2.157v.18c0 .057-.017.11-.052.16l-2.027 2.848h2.045v.395h-2.68v-.19c0-.05.016-.098.047-.142l2.03-2.855H20.53v-.395h2.62z" }))); }));
8
8
  Icon9.displayName = 'Icon9';
9
9
  Icon9['iconName'] = '9';
10
10
  exports.default = Icon9;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const Announcement: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
3
+ export default Announcement;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var react_1 = tslib_1.__importStar(require("react"));
5
+ var Announcement = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
+ react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M17.024 11.159c.559 0 1.012.435 1.012.971v7.765c0 .536-.453.971-1.012.971L7.92 18.278c-.598-.145-1.012-.471-1.012-.971v-2.588c0-.468.412-.793 1.012-.971l9.104-2.588zm-7.418 7.117h1.349v3.208a.674.674 0 01-1.348 0v-3.208zm8.767-.144v-4.206c0-.163 1.535.647 1.535 2.103s-1.535 2.259-1.535 2.103zM23.066 14.108a3.222 3.222 0 01-.017 3.176.357.357 0 11-.623-.352 2.516 2.516 0 00.014-2.47.36.36 0 01.626-.355zM24.329 12.788c.596.837.919 1.842.914 2.896s-.338 2.062-.943 2.906a.354.354 0 11-.578-.412c.518-.723.803-1.585.808-2.49s-.272-1.764-.783-2.482c-.114-.16-.076-.383.085-.498s.384-.079.497.08z" }))); }));
8
+ Announcement.displayName = 'Announcement';
9
+ Announcement['iconName'] = 'Announcement';
10
+ exports.default = Announcement;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AvatarRooms: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
3
+ export default AvatarRooms;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var react_1 = tslib_1.__importStar(require("react"));
5
+ var AvatarRooms = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
+ react_1.default.createElement("path", { d: "M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm3.024 22.814h-6.047a.442.442 0 00-.442.441v.441c0 .244.198.441.442.441h6.047a.442.442 0 00.442-.441v-.441a.441.441 0 00-.442-.441zM16 19.137c-.774 0-1.401.625-1.401 1.397s.627 1.397 1.401 1.397 1.401-.625 1.401-1.397-.627-1.397-1.401-1.397zm6.858-8.97H9.141a1.476 1.476 0 00-1.475 1.471v7.353a1.478 1.478 0 001.475 1.471h.434a.315.315 0 00.316-.294c.195-3.222 2.872-5.735 6.109-5.735s5.914 2.513 6.109 5.735a.315.315 0 00.316.294h.434a1.476 1.476 0 001.475-1.471v-7.353a1.478 1.478 0 00-1.475-1.471zM16 16.049a4.494 4.494 0 00-4.476 4.044.338.338 0 00.341.368h.8a.342.342 0 00.338-.303c.189-1.507 1.474-2.638 2.997-2.638s2.808 1.131 2.997 2.638c.02.172.165.302.338.303h.8a.34.34 0 00.34-.368 4.493 4.493 0 00-4.476-4.044z" }))); }));
7
+ AvatarRooms.displayName = 'AvatarRooms';
8
+ AvatarRooms['iconName'] = 'avatar_rooms';
9
+ exports.default = AvatarRooms;
package/icon/Box.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var Box = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { d: "M21.826 10.318l-.738-1.65c-1.25-2.192-3.377-3.59-6.918-3.339a5.687 5.687 0 00-1.788.55c-1.657.766-3.495 2.398-3.809 4.479l-1.982.629c-1.228.578-2.535 1.542-3.264 2.632a10.995 10.995 0 00-1.399 2.985c-.519 1.739.01 3.767.505 5.029 1.011 2.579 3.214 4.354 6.218 4.911l2.682.078h4.741c2.567 0 5.827.355 8.006-.235 2.808-.761 4.999-2.79 5.83-5.54 1.744-5.775-2.875-10.593-8.084-10.529zm-5.07 13.454c-1.532 0-2.845-.901-3.482-2.201-.638 1.3-1.95 2.201-3.482 2.201-2.154 0-3.9-1.765-3.9-3.943v-.048V13.282c0-.466.374-.845.835-.845s.836.379.836.845v3.312a3.857 3.857 0 012.229-.706c1.532 0 2.844.901 3.482 2.2.638-1.299 1.95-2.2 3.482-2.2 2.153 0 3.899 1.765 3.899 3.942s-1.746 3.943-3.899 3.943zm9.302-1.213c.278.372.205.903-.163 1.183s-.893.208-1.17-.165l-1.701-2.276-1.701 2.276c-.278.373-.802.446-1.17.165s-.442-.811-.164-1.183l1.987-2.658-1.987-2.659c-.278-.372-.205-.902.164-1.183s.892-.207 1.17.165l1.701 2.276 1.701-2.276c.277-.372.801-.446 1.17-.165s.441.811.163 1.183l-1.987 2.659 1.987 2.658zm-9.302-4.982c1.231 0 2.228 1.008 2.228 2.252s-.997 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252zm-6.964 0c1.231 0 2.228 1.008 2.228 2.252s-.998 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color1, #0061d5)", d: "M1.279 7.364C.559 7.364 0 7.924 0 8.563v10.065a6.122 6.122 0 006.119 5.992h.034-.002a6.288 6.288 0 005.497-3.244l.016-.032c1.039 1.917 3.116 3.276 5.432 3.276 3.436 0 6.232-2.716 6.232-6.151.08-3.276-2.716-5.993-6.151-5.993-2.317 0-4.393 1.279-5.432 3.196-1.04-1.917-3.117-3.196-5.513-3.196-1.439 0-2.717.48-3.756 1.199V8.563A1.227 1.227 0 001.28 7.364h-.002zm22.19 4.983a1.265 1.265 0 00-.943.213l.004-.003c-.48.4-.639 1.199-.24 1.757l3.196 4.155-3.195 4.153c-.4.56-.32 1.28.24 1.68.559.4 1.355.397 1.755-.163l2.719-3.515L29.8 24.22c.4.48 1.199.559 1.757.16.48-.4.56-1.12.161-1.679l-3.117-4.153 3.117-4.076c.4-.559.397-1.357-.161-1.757-.64-.4-1.359-.32-1.757.24l-2.795 3.435-2.72-3.593c-.199-.24-.497-.4-.816-.451zM6.151 14.872c2.077 0 3.756 1.68 3.756 3.677 0 2.077-1.679 3.675-3.756 3.675s-3.755-1.597-3.755-3.675c0-1.997 1.677-3.677 3.755-3.677zm11.026 0c2.077 0 3.755 1.68 3.755 3.677-.08 2.077-1.757 3.675-3.755 3.675-2.077 0-3.756-1.597-3.756-3.675 0-1.997 1.679-3.677 3.756-3.677z" }))); }));
7
7
  Box.displayName = 'Box';
8
8
  Box['iconName'] = 'box';
9
9
  exports.default = Box;
package/icon/Box1.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const Box1: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
3
+ export default Box1;
package/icon/Box1.js ADDED
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var react_1 = tslib_1.__importStar(require("react"));
5
+ var Box1 = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
+ react_1.default.createElement("path", { d: "M21.826 10.318l-.738-1.65c-1.25-2.192-3.377-3.59-6.918-3.339a5.687 5.687 0 00-1.788.55c-1.657.766-3.495 2.398-3.809 4.479l-1.982.629c-1.228.578-2.535 1.542-3.264 2.632a10.995 10.995 0 00-1.399 2.985c-.519 1.739.01 3.767.505 5.029 1.011 2.579 3.214 4.354 6.218 4.911l2.682.078h4.741c2.567 0 5.827.355 8.006-.235 2.808-.761 4.999-2.79 5.83-5.54 1.744-5.775-2.875-10.593-8.084-10.529zm-5.07 13.454c-1.532 0-2.845-.901-3.482-2.201-.638 1.3-1.95 2.201-3.482 2.201-2.154 0-3.9-1.765-3.9-3.943v-.048V13.282c0-.466.374-.845.835-.845s.836.379.836.845v3.312a3.857 3.857 0 012.229-.706c1.532 0 2.844.901 3.482 2.2.638-1.299 1.95-2.2 3.482-2.2 2.153 0 3.899 1.765 3.899 3.942s-1.746 3.943-3.899 3.943zm9.302-1.213c.278.372.205.903-.163 1.183s-.893.208-1.17-.165l-1.701-2.276-1.701 2.276c-.278.373-.802.446-1.17.165s-.442-.811-.164-1.183l1.987-2.658-1.987-2.659c-.278-.372-.205-.902.164-1.183s.892-.207 1.17.165l1.701 2.276 1.701-2.276c.277-.372.801-.446 1.17-.165s.441.811.163 1.183l-1.987 2.659 1.987 2.658zm-9.302-4.982c1.231 0 2.228 1.008 2.228 2.252s-.997 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252zm-6.964 0c1.231 0 2.228 1.008 2.228 2.252s-.998 2.253-2.228 2.253c-1.231 0-2.229-1.009-2.229-2.253s.998-2.252 2.229-2.252z" }))); }));
7
+ Box1.displayName = 'Box1';
8
+ Box1['iconName'] = 'box1';
9
+ exports.default = Box1;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const CallQueue: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>>;
3
+ export default CallQueue;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var react_1 = tslib_1.__importStar(require("react"));
5
+ var CallQueue = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
+ react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M18.5 5c3.333 0 6.036 2.737 6.036 6.113l-.934.001c.003-.075.005-.151.005-.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 .076.002.152.005.227l-.934-.001C12.464 7.737 15.166 5 18.5 5z" }),
8
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M18.5 17c3.333 0 6.036-2.737 6.036-6.113h-.934c.003.075.005.151.005.226 0 2.751-2.287 4.981-5.107 4.981-.337 0-.505.145-.505.436s.168.447.505.469zm-5.107-5.887c0-.076.002-.151.005-.226h-.934z" }),
9
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M13.393 10.923c0 .839.198 1.634.55 2.341h-1.496a.449.449 0 01-.448-.448V9.184c0-.247.201-.448.448-.448l1.423-.002a5.227 5.227 0 00-.477 2.189zm11.159-2.187c.247 0 .448.201.448.448v3.632a.449.449 0 01-.448.448h-.709c.352-.707.55-1.502.55-2.341 0-.78-.171-1.521-.477-2.189l.636.002zM22.505 10.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z" }),
10
+ react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M22 21.5c0 5.247-4.253 9.5-9.5 9.5S3 26.747 3 21.5 7.253 12 12.5 12s9.5 4.253 9.5 9.5z" }),
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M12.5 14c3.333 0 6.036 2.737 6.036 6.113l-.934.001c.003-.075.005-.151.005-.227 0-2.751-2.287-4.981-5.107-4.981s-5.107 2.23-5.107 4.981c0 .076.002.152.005.227l-.934-.001C6.464 16.737 9.166 14 12.5 14z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M12.5 26c3.333 0 6.036-2.737 6.036-6.113h-.934c.003.075.005.151.005.226 0 2.751-2.287 4.981-5.107 4.981-.337 0-.505.145-.505.436s.168.447.505.469zm-5.107-5.887c0-.076.002-.151.005-.226h-.934z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M7.393 19.923c0 .839.198 1.634.55 2.341H6.447a.449.449 0 01-.448-.448v-3.632c0-.247.201-.448.448-.448l1.423-.002a5.227 5.227 0 00-.477 2.189zm11.159-2.187c.247 0 .448.201.448.448v3.632a.449.449 0 01-.448.448h-.709c.352-.707.55-1.502.55-2.341 0-.78-.171-1.521-.477-2.189l.636.002zM16.505 19.929c0 2.155-1.791 3.901-4 3.901s-4-1.747-4-3.901c0-2.155 1.791-3.901 4-3.901s4 1.747 4 3.901z" }))); }));
14
+ CallQueue.displayName = 'CallQueue';
15
+ CallQueue['iconName'] = 'Call-queue';
16
+ exports.default = CallQueue;
@@ -8,10 +8,10 @@ var DefaultFile = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DefaultFileD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color29, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color52, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
- react_1.default.createElement("path", { fill: "var(--color36, #2f51b1)", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 00.136-.052.933.933 0 01.522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 00.182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" }),
14
- react_1.default.createElement("path", { fill: "var(--color53, #4b77f1)", d: "M23.965 13.314a1.879 1.879 0 00-.928-.242h-8.563a1.113 1.113 0 01-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 00-.907.232 1.779 1.779 0 00-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 00-.924-1.55z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color54, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color38, #2f51b1)", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 00.136-.052.933.933 0 01.522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 00.182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" }),
14
+ react_1.default.createElement("path", { fill: "var(--color55, #4b77f1)", d: "M23.965 13.314a1.879 1.879 0 00-.928-.242h-8.563a1.113 1.113 0 01-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 00-.907.232 1.779 1.779 0 00-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 00-.924-1.55z" })));
15
15
  }));
16
16
  DefaultFile.displayName = 'DefaultFile';
17
17
  DefaultFile['iconName'] = 'default-file';
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var DefaultFileD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color18, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
- react_1.default.createElement("path", { fill: "var(--color36, #2f51b1)", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 00.136-.052.933.933 0 01.522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 00.182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" }),
8
- react_1.default.createElement("path", { fill: "var(--color35, #356afd)", d: "M23.965 13.314a1.879 1.879 0 00-.928-.242h-8.563a1.113 1.113 0 01-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 00-.907.232 1.779 1.779 0 00-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 00-.924-1.55z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color21, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color38, #2f51b1)", d: "M22.105 8.889H9.893c-.989-.002-1.793.902-1.794 2.018 0 .091.005.182.016.272.025.222.206.379.402.35a.343.343 0 00.136-.052.933.933 0 01.522-.156h2.557c.462.001.872.333 1.021.825l.061.222c.247.825.932 1.382 1.705 1.384h8.304c.188 0 .373.056.537.162a.332.332 0 00.182.055c.198 0 .359-.181.359-.405v-2.648c0-1.119-.804-2.026-1.796-2.026z" }),
8
+ react_1.default.createElement("path", { fill: "var(--color37, #356afd)", d: "M23.965 13.314a1.879 1.879 0 00-.928-.242h-8.563a1.113 1.113 0 01-1.053-.73l-.063-.196c-.255-.73-.962-1.223-1.758-1.225H8.963a1.818 1.818 0 00-.907.232 1.779 1.779 0 00-.945 1.561v8.605c0 .99.829 1.793 1.852 1.793h14.074c1.023 0 1.852-.803 1.852-1.793v-6.454a1.77 1.77 0 00-.924-1.55z" }))); }));
9
9
  DefaultFileD.displayName = 'DefaultFileD';
10
10
  DefaultFileD['iconName'] = 'default-file-D';
11
11
  exports.default = DefaultFileD;
@@ -8,11 +8,11 @@ var DefaultGdrive = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DefaultGdriveD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color29, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color55, #a7aaae)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
- react_1.default.createElement("path", { fill: "var(--color19, #ffc107)", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" }),
14
- react_1.default.createElement("path", { fill: "var(--color20, #1976d2)", d: "M9.778 24l3.039-5.333h12.072L21.878 24z" }),
15
- react_1.default.createElement("path", { fill: "var(--color21, #4caf50)", d: "M7.111 19.015L10.021 24 16 13.926l-2.963-5.037z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color57, #a7aaae)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color22, #ffc107)", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" }),
14
+ react_1.default.createElement("path", { fill: "var(--color23, #1976d2)", d: "M9.778 24l3.039-5.333h12.072L21.878 24z" }),
15
+ react_1.default.createElement("path", { fill: "var(--color24, #4caf50)", d: "M7.111 19.015L10.021 24 16 13.926l-2.963-5.037z" })));
16
16
  }));
17
17
  DefaultGdrive.displayName = 'DefaultGdrive';
18
18
  DefaultGdrive['iconName'] = 'default-gdrive';
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var DefaultGdriveD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color18, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
- react_1.default.createElement("path", { fill: "var(--color19, #ffc107)", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" }),
8
- react_1.default.createElement("path", { fill: "var(--color20, #1976d2)", d: "M9.778 24l3.038-5.333h12.073L21.877 24z" }),
9
- react_1.default.createElement("path", { fill: "var(--color21, #4caf50)", d: "M7.111 19.015L10.021 24 16 13.926l-2.963-5.037z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color21, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color22, #ffc107)", d: "M13.333 8.889h5.778l5.778 9.778h-5.778z" }),
8
+ react_1.default.createElement("path", { fill: "var(--color23, #1976d2)", d: "M9.778 24l3.038-5.333h12.073L21.877 24z" }),
9
+ react_1.default.createElement("path", { fill: "var(--color24, #4caf50)", d: "M7.111 19.015L10.021 24 16 13.926l-2.963-5.037z" }))); }));
10
10
  DefaultGdriveD.displayName = 'DefaultGdriveD';
11
11
  DefaultGdriveD['iconName'] = 'default-gdrive-D';
12
12
  exports.default = DefaultGdriveD;
@@ -8,9 +8,9 @@ var DefaultMusic = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DefaultMusicD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color29, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color52, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
- react_1.default.createElement("path", { fill: "var(--color53, #4b77f1)", d: "M22.222 7.111a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667h12.444zm-1.429 2.676l-8 1.778a.444.444 0 00-.348.434v7.032a2.567 2.567 0 00-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 00-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 00-.54-.434z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color54, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color55, #4b77f1)", d: "M22.222 7.111a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667h12.444zm-1.429 2.676l-8 1.778a.444.444 0 00-.348.434v7.032a2.567 2.567 0 00-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 00-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 00-.54-.434z" })));
14
14
  }));
15
15
  DefaultMusic.displayName = 'DefaultMusic';
16
16
  DefaultMusic['iconName'] = 'default-music';
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var DefaultMusicD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color18, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
- react_1.default.createElement("path", { fill: "var(--color35, #356afd)", d: "M22.222 7.111a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667h12.444z" }),
8
- react_1.default.createElement("path", { fill: "var(--color24, #f1f1f1)", d: "M20.793 9.787l-8 1.778a.444.444 0 00-.348.434v7.032a2.567 2.567 0 00-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 00-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 00-.54-.434z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color21, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color37, #356afd)", d: "M22.222 7.111a2.667 2.667 0 012.667 2.667v12.444a2.667 2.667 0 01-2.667 2.667H9.778a2.667 2.667 0 01-2.667-2.667V9.778a2.667 2.667 0 012.667-2.667h12.444z" }),
8
+ react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M20.793 9.787l-8 1.778a.444.444 0 00-.348.434v7.032a2.567 2.567 0 00-1.333-.364c-1.225 0-2.222.797-2.222 1.778s.997 1.778 2.222 1.778 2.222-.797 2.222-1.778v-5.422l7.111-1.581v3.811a2.567 2.567 0 00-1.333-.364c-1.226 0-2.222.797-2.222 1.778s.996 1.778 2.222 1.778 2.222-.797 2.222-1.778v-8.445a.443.443 0 00-.54-.434z" }))); }));
9
9
  DefaultMusicD.displayName = 'DefaultMusicD';
10
10
  DefaultMusicD['iconName'] = 'default-music-D';
11
11
  exports.default = DefaultMusicD;
@@ -8,9 +8,9 @@ var DefaultVideo = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DefaultVideoD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color29, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color52, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
- react_1.default.createElement("path", { fill: "var(--color53, #4b77f1)", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778zm3.497 9.66l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color54, #4975ed)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color55, #4b77f1)", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778zm3.497 9.66l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" })));
14
14
  }));
15
15
  DefaultVideo.displayName = 'DefaultVideo';
16
16
  DefaultVideo['iconName'] = 'default-video';
@@ -3,9 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var DefaultVideoD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color18, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
- react_1.default.createElement("path", { fill: "var(--color35, #356afd)", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778z" }),
8
- react_1.default.createElement("path", { fill: "var(--color24, #f1f1f1)", d: "M19.497 16.771l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color21, #222b42)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color37, #356afd)", d: "M16 7.111c-4.91 0-8.889 3.98-8.889 8.889S11.09 24.889 16 24.889a8.89 8.89 0 000-17.778z" }),
8
+ react_1.default.createElement("path", { fill: "var(--color27, #f1f1f1)", d: "M19.497 16.771l-4.918 3.394c-.614.424-1.119.155-1.119-.597v-7.136c0-.752.505-1.021 1.119-.597l4.916 3.394c.614.424.615 1.118.002 1.542z" }))); }));
9
9
  DefaultVideoD.displayName = 'DefaultVideoD';
10
10
  DefaultVideoD['iconName'] = 'default-video-D';
11
11
  exports.default = DefaultVideoD;
@@ -8,8 +8,8 @@ var DeletedFile = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DeletedFileD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color16, #e8e9ed)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color17, #81899d)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color19, #e8e9ed)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color20, #81899d)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.556zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" })));
13
13
  }));
14
14
  DeletedFile.displayName = 'DeletedFile';
15
15
  DeletedFile['iconName'] = 'deleted_file';
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
4
  var react_1 = tslib_1.__importStar(require("react"));
5
5
  var DeletedFileD = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color11, #30323a)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
- react_1.default.createElement("path", { fill: "var(--color12, #8f9199)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" }))); }));
6
+ react_1.default.createElement("path", { fill: "var(--color14, #30323a)", d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
7
+ react_1.default.createElement("path", { fill: "var(--color15, #8f9199)", d: "M17.778 8c.982 0 1.778.796 1.778 1.778v.889h3.556a.889.889 0 110 1.778h-.889v9.778c0 .982-.796 1.778-1.778 1.778h-8.889a1.778 1.778 0 01-1.778-1.778v-9.778h-.889a.889.889 0 110-1.778h3.556v-.889c0-.982.796-1.778 1.778-1.778h3.555zm0 6.222a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm-3.556 0a.889.889 0 00-.883.785l-.006.104v5.333a.889.889 0 001.772.104l.006-.104v-5.333a.889.889 0 00-.889-.889zm3.556-4.444h-3.556v.889h3.556v-.889z" }))); }));
8
8
  DeletedFileD.displayName = 'DeletedFileD';
9
9
  DeletedFileD['iconName'] = 'deleted_file_D';
10
10
  exports.default = DeletedFileD;
package/icon/Doc.js CHANGED
@@ -8,9 +8,9 @@ var Doc = react_1.memo(react_1.forwardRef(function (inProps, svgRef) {
8
8
  var theme = core_1.useTheme();
9
9
  var _a = inProps.themeType, themeType = _a === void 0 ? theme.palette.type : _a, props = tslib_1.__rest(inProps, ["themeType"]);
10
10
  return themeType === 'dark' ? (react_1.default.createElement(DocD_1.default, tslib_1.__assign({}, props, { ref: svgRef }))) : (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
11
- react_1.default.createElement("path", { fill: "var(--color29, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
- react_1.default.createElement("path", { fill: "var(--color44, #4169a1)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
- react_1.default.createElement("path", { fill: "var(--color44, #4169a1)", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm5.09 12.53l-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z" })));
11
+ react_1.default.createElement("path", { fill: "var(--color3, #fff)", opacity: 0.992, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
12
+ react_1.default.createElement("path", { fill: "var(--color46, #4169a1)", opacity: 0.16, d: "M3.556 0h24.889a3.556 3.556 0 013.556 3.556v24.889a3.556 3.556 0 01-3.556 3.556H3.556A3.556 3.556 0 010 28.445V3.556A3.556 3.556 0 013.556 0z" }),
13
+ react_1.default.createElement("path", { fill: "var(--color46, #4169a1)", d: "M11.919 8c-.601 0-1.108.208-1.522.624s-.62.927-.62 1.532v11.688c0 .605.207 1.116.62 1.532s.921.624 1.522.624h8.161c.601 0 1.108-.208 1.522-.624s.62-.927.62-1.532v-9.059L16.671 8h-4.752zm5.09 12.53l-1.202-4.842h-.038l-1.24 4.842h-1.052l-1.954-6.128h1.09l1.39 5.031 1.24-5.031h1.09l1.277 5.031L19 14.402h1.014l-1.916 6.128h-1.09z" })));
14
14
  }));
15
15
  Doc.displayName = 'Doc';
16
16
  Doc['iconName'] = 'doc';