@ringcentral/juno 1.12.6-beta.5916-2d2126cc → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3078) hide show
  1. package/README.md +5 -4
  2. package/components/Accordion/AccordionSummary/AccordionSummary.js +2 -2
  3. package/components/AppBar/AppBar.js +1 -2
  4. package/components/Avatar/Avatar.js +36 -32
  5. package/components/Avatar/styles/StyledMask.js +2 -2
  6. package/components/Buttons/Button/Button.js +11 -7
  7. package/components/Buttons/IconButton/IconButton.d.ts +1 -1
  8. package/components/Buttons/IconButton/IconButton.js +5 -3
  9. package/components/Buttons/SplitButton/SplitButton.js +2 -1
  10. package/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
  11. package/components/Card/CardSelectionArea/CardSelectionArea.js +2 -2
  12. package/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.d.ts +1 -1
  13. package/components/Chip/Chip.js +3 -3
  14. package/components/DetachedWindow/DetachedWindow.d.ts +1 -7
  15. package/components/DetachedWindow/DetachedWindow.js +8 -6
  16. package/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
  17. package/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
  18. package/components/Dialog/Dialog.js +11 -7
  19. package/components/Dialog/DialogActions/DialogActions.d.ts +1 -1
  20. package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
  21. package/components/Dialog/DialogContentText/DialogContentText.d.ts +1 -1
  22. package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
  23. package/components/Divider/Divider.d.ts +2 -2
  24. package/components/DnD/DragHandle/DragHandle.js +2 -2
  25. package/components/Downshift/Downshift.js +117 -111
  26. package/components/Downshift/SuggestionList/SuggestionList.d.ts +1 -1
  27. package/components/Downshift/SuggestionList/SuggestionList.js +2 -2
  28. package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +1 -1
  29. package/components/Downshift/styles/DownshiftStyle.d.ts +1 -1
  30. package/components/Downshift/utils/DownshiftUtils.d.ts +1 -1
  31. package/components/Downshift/utils/useDownshift.d.ts +2 -2
  32. package/components/Downshift/utils/useDownshiftError.js +2 -1
  33. package/components/Downshift/utils/useDownshiftTag.d.ts +2 -2
  34. package/components/Forms/Checkbox/Checkbox.d.ts +1 -1
  35. package/components/Forms/Checkbox/Checkbox.js +15 -13
  36. package/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
  37. package/components/Forms/Picker/DatePicker/DatePickerHeader.js +3 -4
  38. package/components/Forms/Picker/DatePicker/Day.js +4 -4
  39. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +1 -1
  40. package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -1
  41. package/components/Forms/Picker/TimePicker/NumberPicker.js +3 -4
  42. package/components/Forms/Picker/TimePicker/TimePicker.d.ts +4 -4
  43. package/components/Forms/Picker/TimePicker/TimePicker.js +23 -59
  44. package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +2 -25
  45. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -1
  46. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -1
  47. package/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +8 -3
  48. package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.d.ts +5 -9
  49. package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
  50. package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
  51. package/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +2 -2
  52. package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
  53. package/components/Forms/Select/PlainSelect/PlainSelect.js +25 -21
  54. package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +1 -1
  55. package/components/Forms/Select/styles/SelectArrowDownIcon.js +2 -2
  56. package/components/Forms/TextField/TextField.js +28 -24
  57. package/components/Forms/TextField/styles/ClearIconButton.d.ts +3 -3
  58. package/components/Forms/TextField/styles/ClearIconButton.js +2 -2
  59. package/components/Icon/Icon.js +41 -37
  60. package/components/Icon/utils/IconUtils.js +24 -16
  61. package/components/ImageView/ImageView.d.ts +1 -1
  62. package/components/ImageView/ImageView.js +3 -3
  63. package/components/Link/Link.d.ts +1 -1
  64. package/components/Link/Link.js +16 -12
  65. package/components/List/ListItem/ListItem.js +16 -12
  66. package/components/List/ListItemText/ListItemText.js +21 -17
  67. package/components/Loading/Loading.js +6 -4
  68. package/components/Menu/MenuItem/MenuItem.js +8 -6
  69. package/components/Menu/SubMenu/SubMenu.js +2 -2
  70. package/components/PortalHost/PortalManager/PortalManager.js +24 -16
  71. package/components/Rating/Rating.js +3 -4
  72. package/components/Snackbar/SnackbarContent/SnackbarContent.js +11 -7
  73. package/components/Stepper/StepIcon/StepIcon.js +3 -4
  74. package/components/TablePagination/styles/TablePaginationActions.js +3 -4
  75. package/components/Tables/TableHeadCell.js +2 -3
  76. package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +2 -2
  77. package/components/Tag/Tag.js +11 -7
  78. package/components/Text/Text.js +1 -2
  79. package/components/Text/TextWithEllipsis.js +7 -4
  80. package/components/TextWithHighlight/TextWithHighlight.js +7 -4
  81. package/components/TextWithLink/TextWithLink.js +7 -4
  82. package/components/TextWithTooltip/TextWithTooltip.js +7 -4
  83. package/components/Thumbnail/Thumbnail.js +16 -12
  84. package/components/Tooltip/Tooltip.js +17 -11
  85. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +2 -2
  86. package/components/VirtualizedMenu/VirtualizedMenuList.js +8 -10
  87. package/components/Virtuoso/react-virtuoso/Grid.d.ts +1 -1
  88. package/components/Virtuoso/react-virtuoso/List.d.ts +1 -1
  89. package/es6/README.md +66 -0
  90. package/es6/components/Accordion/AccordionSummary/AccordionSummary.js +1 -1
  91. package/es6/components/AppBar/AppBar.js +1 -2
  92. package/es6/components/Avatar/Avatar.js +37 -33
  93. package/es6/components/Avatar/styles/StyledMask.js +1 -1
  94. package/es6/components/Buttons/Button/Button.js +12 -8
  95. package/es6/components/Buttons/IconButton/IconButton.js +6 -4
  96. package/es6/components/Buttons/SplitButton/SplitButton.js +3 -2
  97. package/es6/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
  98. package/es6/components/Card/CardSelectionArea/CardSelectionArea.js +1 -1
  99. package/es6/components/Chip/Chip.js +2 -2
  100. package/es6/components/DetachedWindow/DetachedWindow.js +8 -6
  101. package/es6/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
  102. package/es6/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
  103. package/es6/components/Dialog/Dialog.js +12 -8
  104. package/es6/components/DnD/DragHandle/DragHandle.js +1 -1
  105. package/es6/components/Downshift/Downshift.js +117 -111
  106. package/es6/components/Downshift/SuggestionList/SuggestionList.js +1 -1
  107. package/es6/components/Downshift/utils/useDownshiftError.js +3 -2
  108. package/es6/components/Forms/Checkbox/Checkbox.js +13 -11
  109. package/es6/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
  110. package/es6/components/Forms/Picker/DatePicker/DatePickerHeader.js +1 -2
  111. package/es6/components/Forms/Picker/DatePicker/Day.js +2 -2
  112. package/es6/components/Forms/Picker/TimePicker/NumberPicker.js +1 -2
  113. package/es6/components/Forms/Picker/TimePicker/TimePicker.js +22 -58
  114. package/es6/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +9 -4
  115. package/es6/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +23 -11
  116. package/es6/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +1 -1
  117. package/es6/components/Forms/Select/PlainSelect/PlainSelect.js +27 -23
  118. package/es6/components/Forms/Select/styles/SelectArrowDownIcon.js +1 -1
  119. package/es6/components/Forms/TextField/TextField.js +28 -24
  120. package/es6/components/Forms/TextField/styles/ClearIconButton.js +1 -1
  121. package/es6/components/Icon/Icon.js +42 -38
  122. package/es6/components/Icon/utils/IconUtils.js +24 -16
  123. package/es6/components/ImageView/ImageView.js +2 -2
  124. package/es6/components/Link/Link.js +17 -13
  125. package/es6/components/List/ListItem/ListItem.js +17 -13
  126. package/es6/components/List/ListItemText/ListItemText.js +22 -18
  127. package/es6/components/Loading/Loading.js +6 -4
  128. package/es6/components/Menu/MenuItem/MenuItem.js +7 -5
  129. package/es6/components/Menu/SubMenu/SubMenu.js +1 -1
  130. package/es6/components/PortalHost/PortalManager/PortalManager.js +24 -16
  131. package/es6/components/Rating/Rating.js +1 -2
  132. package/es6/components/Snackbar/SnackbarContent/SnackbarContent.js +12 -8
  133. package/es6/components/Stepper/StepIcon/StepIcon.js +1 -2
  134. package/es6/components/TablePagination/styles/TablePaginationActions.js +2 -3
  135. package/es6/components/Tables/TableHeadCell.js +1 -2
  136. package/es6/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +1 -1
  137. package/es6/components/Tag/Tag.js +12 -8
  138. package/es6/components/Text/Text.js +1 -2
  139. package/es6/components/Text/TextWithEllipsis.js +7 -4
  140. package/es6/components/TextWithHighlight/TextWithHighlight.js +7 -4
  141. package/es6/components/TextWithLink/TextWithLink.js +7 -4
  142. package/es6/components/TextWithTooltip/TextWithTooltip.js +7 -4
  143. package/es6/components/Thumbnail/Thumbnail.js +17 -13
  144. package/es6/components/Tooltip/Tooltip.js +18 -12
  145. package/es6/components/VirtualizedMenu/VirtualizedMenuList.js +9 -11
  146. package/es6/foundation/config.js +77 -57
  147. package/es6/foundation/hooks/useInterval/useInterval.js +1 -1
  148. package/es6/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
  149. package/es6/foundation/styles/opacity.js +6 -4
  150. package/es6/foundation/theme/ThemeProvider.js +2 -2
  151. package/es6/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
  152. package/es6/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
  153. package/es6/foundation/theme/assets/breakpoints.json +1 -7
  154. package/es6/foundation/utils/clearReactReferencesInNode.js +9 -7
  155. package/es6/foundation/utils/hasValue.js +1 -1
  156. package/es6/foundation/utils/index.js +0 -1
  157. package/es6/foundation/utils/isShowJunoWarning.js +0 -2
  158. package/es6/foundation/utils/withDeprecatedCheck.js +14 -15
  159. package/foundation/config.d.ts +23 -13
  160. package/foundation/config.js +78 -58
  161. package/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
  162. package/foundation/styles/opacity.js +6 -4
  163. package/foundation/theme/ThemeProvider.js +1 -1
  164. package/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
  165. package/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
  166. package/foundation/theme/assets/breakpoints.json +1 -7
  167. package/foundation/utils/clearReactReferencesInNode.js +9 -7
  168. package/foundation/utils/hasValue.js +1 -1
  169. package/foundation/utils/index.d.ts +0 -1
  170. package/foundation/utils/index.js +0 -1
  171. package/foundation/utils/isShowJunoWarning.d.ts +0 -1
  172. package/foundation/utils/isShowJunoWarning.js +0 -4
  173. package/foundation/utils/withDeprecatedCheck.d.ts +2 -2
  174. package/foundation/utils/withDeprecatedCheck.js +14 -15
  175. package/package.json +7 -9
  176. package/components/Icon/assets/icon-0.svg +0 -6
  177. package/components/Icon/assets/icon-1.svg +0 -5
  178. package/components/Icon/assets/icon-2.svg +0 -6
  179. package/components/Icon/assets/icon-3.svg +0 -6
  180. package/components/Icon/assets/icon-4.svg +0 -6
  181. package/components/Icon/assets/icon-5.svg +0 -6
  182. package/components/Icon/assets/icon-6.svg +0 -6
  183. package/components/Icon/assets/icon-7.svg +0 -6
  184. package/components/Icon/assets/icon-8.svg +0 -6
  185. package/components/Icon/assets/icon-9.svg +0 -6
  186. package/components/Icon/assets/icon-Announcement.svg +0 -8
  187. package/components/Icon/assets/icon-Call-queue.svg +0 -14
  188. package/components/Icon/assets/icon-Company-setup.svg +0 -5
  189. package/components/Icon/assets/icon-Company-setup_border.svg +0 -5
  190. package/components/Icon/assets/icon-Description.svg +0 -5
  191. package/components/Icon/assets/icon-HUD.svg +0 -5
  192. package/components/Icon/assets/icon-Limited.svg +0 -7
  193. package/components/Icon/assets/icon-Logout.svg +0 -5
  194. package/components/Icon/assets/icon-Message.svg +0 -6
  195. package/components/Icon/assets/icon-New-email.svg +0 -5
  196. package/components/Icon/assets/icon-Paging.svg +0 -6
  197. package/components/Icon/assets/icon-Shared-line.svg +0 -8
  198. package/components/Icon/assets/icon-active-call.svg +0 -7
  199. package/components/Icon/assets/icon-activecall_border.svg +0 -5
  200. package/components/Icon/assets/icon-add-emoji-more.svg +0 -5
  201. package/components/Icon/assets/icon-add-event.svg +0 -5
  202. package/components/Icon/assets/icon-add-integration.svg +0 -6
  203. package/components/Icon/assets/icon-add-member.svg +0 -5
  204. package/components/Icon/assets/icon-add-member_border.svg +0 -5
  205. package/components/Icon/assets/icon-add-park-location.svg +0 -5
  206. package/components/Icon/assets/icon-add-reactions.svg +0 -9
  207. package/components/Icon/assets/icon-add-task.svg +0 -5
  208. package/components/Icon/assets/icon-add-team.svg +0 -5
  209. package/components/Icon/assets/icon-add-team_border.svg +0 -5
  210. package/components/Icon/assets/icon-add.svg +0 -5
  211. package/components/Icon/assets/icon-add_border.svg +0 -5
  212. package/components/Icon/assets/icon-add_field.svg +0 -5
  213. package/components/Icon/assets/icon-add_new_folder.svg +0 -5
  214. package/components/Icon/assets/icon-address.svg +0 -5
  215. package/components/Icon/assets/icon-admin.svg +0 -5
  216. package/components/Icon/assets/icon-admin_border.svg +0 -5
  217. package/components/Icon/assets/icon-advanced.svg +0 -5
  218. package/components/Icon/assets/icon-align-center.svg +0 -5
  219. package/components/Icon/assets/icon-align-justify.svg +0 -5
  220. package/components/Icon/assets/icon-align-left.svg +0 -5
  221. package/components/Icon/assets/icon-align-right.svg +0 -5
  222. package/components/Icon/assets/icon-analytics.svg +0 -5
  223. package/components/Icon/assets/icon-analytics_border.svg +0 -5
  224. package/components/Icon/assets/icon-apple-logo.svg +0 -5
  225. package/components/Icon/assets/icon-apps.svg +0 -5
  226. package/components/Icon/assets/icon-archive.svg +0 -5
  227. package/components/Icon/assets/icon-arrow-down.svg +0 -5
  228. package/components/Icon/assets/icon-arrow-left.svg +0 -5
  229. package/components/Icon/assets/icon-arrow-up.svg +0 -5
  230. package/components/Icon/assets/icon-arrow_down.svg +0 -5
  231. package/components/Icon/assets/icon-arrow_left.svg +0 -5
  232. package/components/Icon/assets/icon-arrow_right.svg +0 -5
  233. package/components/Icon/assets/icon-arrow_right1.svg +0 -5
  234. package/components/Icon/assets/icon-arrow_up.svg +0 -5
  235. package/components/Icon/assets/icon-askfirst.svg +0 -5
  236. package/components/Icon/assets/icon-assignment.svg +0 -5
  237. package/components/Icon/assets/icon-asterisk.svg +0 -5
  238. package/components/Icon/assets/icon-attachment.svg +0 -5
  239. package/components/Icon/assets/icon-audio.svg +0 -5
  240. package/components/Icon/assets/icon-avatar_rooms.svg +0 -5
  241. package/components/Icon/assets/icon-barge.svg +0 -5
  242. package/components/Icon/assets/icon-birthday.svg +0 -5
  243. package/components/Icon/assets/icon-blocked.svg +0 -5
  244. package/components/Icon/assets/icon-bold.svg +0 -5
  245. package/components/Icon/assets/icon-bookmark.svg +0 -5
  246. package/components/Icon/assets/icon-bookmark_border.svg +0 -5
  247. package/components/Icon/assets/icon-box-new.svg +0 -5
  248. package/components/Icon/assets/icon-box.svg +0 -5
  249. package/components/Icon/assets/icon-box1.svg +0 -5
  250. package/components/Icon/assets/icon-bubble_lines.svg +0 -5
  251. package/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
  252. package/components/Icon/assets/icon-call-add.svg +0 -5
  253. package/components/Icon/assets/icon-call-list.svg +0 -5
  254. package/components/Icon/assets/icon-call-more.svg +0 -5
  255. package/components/Icon/assets/icon-call_on_behalf.svg +0 -5
  256. package/components/Icon/assets/icon-chat_bubble.svg +0 -5
  257. package/components/Icon/assets/icon-check.svg +0 -5
  258. package/components/Icon/assets/icon-chevron_left.svg +0 -5
  259. package/components/Icon/assets/icon-chevron_right.svg +0 -5
  260. package/components/Icon/assets/icon-close.svg +0 -5
  261. package/components/Icon/assets/icon-cloud_contact.svg +0 -5
  262. package/components/Icon/assets/icon-code_snippets.svg +0 -5
  263. package/components/Icon/assets/icon-comments.svg +0 -5
  264. package/components/Icon/assets/icon-computer.svg +0 -5
  265. package/components/Icon/assets/icon-conference.svg +0 -5
  266. package/components/Icon/assets/icon-conference_border.svg +0 -5
  267. package/components/Icon/assets/icon-connect.svg +0 -5
  268. package/components/Icon/assets/icon-contacts.svg +0 -5
  269. package/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
  270. package/components/Icon/assets/icon-contacts_border.svg +0 -5
  271. package/components/Icon/assets/icon-copy.svg +0 -5
  272. package/components/Icon/assets/icon-customize-tabs.svg +0 -5
  273. package/components/Icon/assets/icon-dashboard.svg +0 -5
  274. package/components/Icon/assets/icon-dashboard_border.svg +0 -5
  275. package/components/Icon/assets/icon-date.svg +0 -5
  276. package/components/Icon/assets/icon-date_border.svg +0 -5
  277. package/components/Icon/assets/icon-default-avatar.svg +0 -5
  278. package/components/Icon/assets/icon-default-file-D.svg +0 -7
  279. package/components/Icon/assets/icon-default-file.svg +0 -8
  280. package/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
  281. package/components/Icon/assets/icon-default-gdrive.svg +0 -9
  282. package/components/Icon/assets/icon-default-group-avatar.svg +0 -5
  283. package/components/Icon/assets/icon-default-integration.svg +0 -5
  284. package/components/Icon/assets/icon-default-integration_border.svg +0 -5
  285. package/components/Icon/assets/icon-default-music-D.svg +0 -7
  286. package/components/Icon/assets/icon-default-music.svg +0 -7
  287. package/components/Icon/assets/icon-default-team-avatar.svg +0 -5
  288. package/components/Icon/assets/icon-default-video-D.svg +0 -7
  289. package/components/Icon/assets/icon-default-video.svg +0 -7
  290. package/components/Icon/assets/icon-delete.svg +0 -5
  291. package/components/Icon/assets/icon-delete_circle.svg +0 -5
  292. package/components/Icon/assets/icon-deleted_file.svg +0 -6
  293. package/components/Icon/assets/icon-deleted_file_D.svg +0 -6
  294. package/components/Icon/assets/icon-deletenumber.svg +0 -5
  295. package/components/Icon/assets/icon-department.svg +0 -5
  296. package/components/Icon/assets/icon-dial.svg +0 -5
  297. package/components/Icon/assets/icon-dialer.svg +0 -5
  298. package/components/Icon/assets/icon-doc-D.svg +0 -7
  299. package/components/Icon/assets/icon-doc.svg +0 -7
  300. package/components/Icon/assets/icon-dock_border.svg +0 -5
  301. package/components/Icon/assets/icon-double-chevron_left.svg +0 -5
  302. package/components/Icon/assets/icon-double-chevron_right.svg +0 -5
  303. package/components/Icon/assets/icon-download.svg +0 -5
  304. package/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  305. package/components/Icon/assets/icon-draft.svg +0 -5
  306. package/components/Icon/assets/icon-dragable_area.svg +0 -5
  307. package/components/Icon/assets/icon-dropbox.svg +0 -5
  308. package/components/Icon/assets/icon-edit.svg +0 -5
  309. package/components/Icon/assets/icon-email.svg +0 -5
  310. package/components/Icon/assets/icon-emoji.svg +0 -5
  311. package/components/Icon/assets/icon-end--answer.svg +0 -6
  312. package/components/Icon/assets/icon-event-new.svg +0 -5
  313. package/components/Icon/assets/icon-event-new_border.svg +0 -5
  314. package/components/Icon/assets/icon-evernote.svg +0 -5
  315. package/components/Icon/assets/icon-excel-D.svg +0 -7
  316. package/components/Icon/assets/icon-excel.svg +0 -7
  317. package/components/Icon/assets/icon-expand.svg +0 -5
  318. package/components/Icon/assets/icon-external_link.svg +0 -5
  319. package/components/Icon/assets/icon-failed-fax.svg +0 -5
  320. package/components/Icon/assets/icon-failed-fax_border.svg +0 -5
  321. package/components/Icon/assets/icon-fax.svg +0 -5
  322. package/components/Icon/assets/icon-fax_border.svg +0 -5
  323. package/components/Icon/assets/icon-feedback.svg +0 -5
  324. package/components/Icon/assets/icon-file.svg +0 -5
  325. package/components/Icon/assets/icon-file_border.svg +0 -5
  326. package/components/Icon/assets/icon-filter.svg +0 -5
  327. package/components/Icon/assets/icon-foldercreated.svg +0 -5
  328. package/components/Icon/assets/icon-font-color.svg +0 -6
  329. package/components/Icon/assets/icon-forward.svg +0 -5
  330. package/components/Icon/assets/icon-forwardcall.svg +0 -5
  331. package/components/Icon/assets/icon-forwarding.svg +0 -5
  332. package/components/Icon/assets/icon-forwarding_border.svg +0 -5
  333. package/components/Icon/assets/icon-gdrive-logo.svg +0 -10
  334. package/components/Icon/assets/icon-gif-file-D.svg +0 -7
  335. package/components/Icon/assets/icon-gif-file.svg +0 -8
  336. package/components/Icon/assets/icon-gif.svg +0 -5
  337. package/components/Icon/assets/icon-gmail.svg +0 -9
  338. package/components/Icon/assets/icon-good-connection.svg +0 -5
  339. package/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
  340. package/components/Icon/assets/icon-google-doc-D.svg +0 -7
  341. package/components/Icon/assets/icon-google-doc.svg +0 -7
  342. package/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
  343. package/components/Icon/assets/icon-google-logo.svg +0 -8
  344. package/components/Icon/assets/icon-google-sheet-D.svg +0 -7
  345. package/components/Icon/assets/icon-google-sheet.svg +0 -7
  346. package/components/Icon/assets/icon-google-slide-D.svg +0 -7
  347. package/components/Icon/assets/icon-google-slide.svg +0 -7
  348. package/components/Icon/assets/icon-google.svg +0 -5
  349. package/components/Icon/assets/icon-group-default.svg +0 -5
  350. package/components/Icon/assets/icon-hand-up.svg +0 -5
  351. package/components/Icon/assets/icon-hash.svg +0 -5
  352. package/components/Icon/assets/icon-hd.svg +0 -5
  353. package/components/Icon/assets/icon-help.svg +0 -5
  354. package/components/Icon/assets/icon-help_border.svg +0 -5
  355. package/components/Icon/assets/icon-hide_border.svg +0 -5
  356. package/components/Icon/assets/icon-hold-answer.svg +0 -6
  357. package/components/Icon/assets/icon-hold.svg +0 -5
  358. package/components/Icon/assets/icon-holdcall_border.svg +0 -5
  359. package/components/Icon/assets/icon-horizontal-line.svg +0 -5
  360. package/components/Icon/assets/icon-ignore.svg +0 -5
  361. package/components/Icon/assets/icon-image-broken-D.svg +0 -7
  362. package/components/Icon/assets/icon-image-broken.svg +0 -8
  363. package/components/Icon/assets/icon-image-preview-D.svg +0 -7
  364. package/components/Icon/assets/icon-image-preview.svg +0 -7
  365. package/components/Icon/assets/icon-in-progress.svg +0 -5
  366. package/components/Icon/assets/icon-inbound-fax.svg +0 -5
  367. package/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
  368. package/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
  369. package/components/Icon/assets/icon-inbox.svg +0 -5
  370. package/components/Icon/assets/icon-incall.svg +0 -5
  371. package/components/Icon/assets/icon-incall_border.svg +0 -5
  372. package/components/Icon/assets/icon-indent.svg +0 -5
  373. package/components/Icon/assets/icon-indeterminate.svg +0 -5
  374. package/components/Icon/assets/icon-info.svg +0 -5
  375. package/components/Icon/assets/icon-info_border.svg +0 -5
  376. package/components/Icon/assets/icon-insert-code.svg +0 -5
  377. package/components/Icon/assets/icon-insert-image.svg +0 -5
  378. package/components/Icon/assets/icon-insert-link.svg +0 -5
  379. package/components/Icon/assets/icon-insert-table.svg +0 -5
  380. package/components/Icon/assets/icon-insert-video.svg +0 -5
  381. package/components/Icon/assets/icon-italic.svg +0 -5
  382. package/components/Icon/assets/icon-item-list-selected.svg +0 -5
  383. package/components/Icon/assets/icon-join-audio-poc.svg +0 -5
  384. package/components/Icon/assets/icon-join.svg +0 -7
  385. package/components/Icon/assets/icon-join_meeting.svg +0 -5
  386. package/components/Icon/assets/icon-jump-to-latest.svg +0 -5
  387. package/components/Icon/assets/icon-jump-to-unread.svg +0 -5
  388. package/components/Icon/assets/icon-keypad.svg +0 -5
  389. package/components/Icon/assets/icon-leave-meeting.svg +0 -5
  390. package/components/Icon/assets/icon-leave.svg +0 -5
  391. package/components/Icon/assets/icon-list-bullet.svg +0 -5
  392. package/components/Icon/assets/icon-list-ordered.svg +0 -5
  393. package/components/Icon/assets/icon-list-view.svg +0 -5
  394. package/components/Icon/assets/icon-location.svg +0 -5
  395. package/components/Icon/assets/icon-location_border.svg +0 -5
  396. package/components/Icon/assets/icon-lock.svg +0 -5
  397. package/components/Icon/assets/icon-lock_border.svg +0 -5
  398. package/components/Icon/assets/icon-login.svg +0 -5
  399. package/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
  400. package/components/Icon/assets/icon-mac-keynote.svg +0 -10
  401. package/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
  402. package/components/Icon/assets/icon-mac-numbers.svg +0 -7
  403. package/components/Icon/assets/icon-mac-pages-D.svg +0 -7
  404. package/components/Icon/assets/icon-mac-pages.svg +0 -7
  405. package/components/Icon/assets/icon-marker_m.svg +0 -6
  406. package/components/Icon/assets/icon-marker_s.svg +0 -6
  407. package/components/Icon/assets/icon-member_border.svg +0 -5
  408. package/components/Icon/assets/icon-mention.svg +0 -5
  409. package/components/Icon/assets/icon-mention_border.svg +0 -5
  410. package/components/Icon/assets/icon-merge.svg +0 -5
  411. package/components/Icon/assets/icon-mic-off.svg +0 -5
  412. package/components/Icon/assets/icon-mic-off_border.svg +0 -5
  413. package/components/Icon/assets/icon-mic.svg +0 -5
  414. package/components/Icon/assets/icon-mic_border.svg +0 -5
  415. package/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
  416. package/components/Icon/assets/icon-microsoft-logo.svg +0 -8
  417. package/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
  418. package/components/Icon/assets/icon-minimize.svg +0 -5
  419. package/components/Icon/assets/icon-missedcall.svg +0 -5
  420. package/components/Icon/assets/icon-missedcall_border.svg +0 -5
  421. package/components/Icon/assets/icon-mobile.svg +0 -5
  422. package/components/Icon/assets/icon-monitor_call.svg +0 -5
  423. package/components/Icon/assets/icon-more_horiz.svg +0 -5
  424. package/components/Icon/assets/icon-more_vert.svg +0 -5
  425. package/components/Icon/assets/icon-mute-notification.svg +0 -5
  426. package/components/Icon/assets/icon-mute-notification_border.svg +0 -5
  427. package/components/Icon/assets/icon-new-action.svg +0 -5
  428. package/components/Icon/assets/icon-new-fax.svg +0 -5
  429. package/components/Icon/assets/icon-new-file.svg +0 -5
  430. package/components/Icon/assets/icon-new-note.svg +0 -5
  431. package/components/Icon/assets/icon-nickname.svg +0 -5
  432. package/components/Icon/assets/icon-no-audio.svg +0 -5
  433. package/components/Icon/assets/icon-no-connection.svg +0 -6
  434. package/components/Icon/assets/icon-non-edit.svg +0 -5
  435. package/components/Icon/assets/icon-note.svg +0 -5
  436. package/components/Icon/assets/icon-note_border.svg +0 -5
  437. package/components/Icon/assets/icon-notification.svg +0 -5
  438. package/components/Icon/assets/icon-notification_border.svg +0 -5
  439. package/components/Icon/assets/icon-onedrive.svg +0 -5
  440. package/components/Icon/assets/icon-open-folder.svg +0 -5
  441. package/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
  442. package/components/Icon/assets/icon-outbound-fax.svg +0 -5
  443. package/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
  444. package/components/Icon/assets/icon-outcall.svg +0 -5
  445. package/components/Icon/assets/icon-outcall_border.svg +0 -5
  446. package/components/Icon/assets/icon-outdent.svg +0 -5
  447. package/components/Icon/assets/icon-park-call-message.svg +0 -5
  448. package/components/Icon/assets/icon-park-call-text.svg +0 -5
  449. package/components/Icon/assets/icon-park-call.svg +0 -5
  450. package/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
  451. package/components/Icon/assets/icon-pause.svg +0 -5
  452. package/components/Icon/assets/icon-pause_border.svg +0 -5
  453. package/components/Icon/assets/icon-pause_circle.svg +0 -5
  454. package/components/Icon/assets/icon-pause_circle_border.svg +0 -5
  455. package/components/Icon/assets/icon-pdf-D.svg +0 -7
  456. package/components/Icon/assets/icon-pdf.svg +0 -7
  457. package/components/Icon/assets/icon-people.svg +0 -5
  458. package/components/Icon/assets/icon-phone-off.svg +0 -5
  459. package/components/Icon/assets/icon-phone-off_border.svg +0 -5
  460. package/components/Icon/assets/icon-phone.svg +0 -5
  461. package/components/Icon/assets/icon-phone_border.svg +0 -5
  462. package/components/Icon/assets/icon-pick_up_call.svg +0 -5
  463. package/components/Icon/assets/icon-pin.svg +0 -5
  464. package/components/Icon/assets/icon-play.svg +0 -5
  465. package/components/Icon/assets/icon-play_border.svg +0 -5
  466. package/components/Icon/assets/icon-play_circle.svg +0 -5
  467. package/components/Icon/assets/icon-play_circle_border.svg +0 -5
  468. package/components/Icon/assets/icon-poll.svg +0 -5
  469. package/components/Icon/assets/icon-poll_border.svg +0 -5
  470. package/components/Icon/assets/icon-poor-connection.svg +0 -6
  471. package/components/Icon/assets/icon-ppt-D.svg +0 -7
  472. package/components/Icon/assets/icon-ppt.svg +0 -7
  473. package/components/Icon/assets/icon-previous.svg +0 -5
  474. package/components/Icon/assets/icon-quote.svg +0 -5
  475. package/components/Icon/assets/icon-radio.svg +0 -5
  476. package/components/Icon/assets/icon-radio_unselect.svg +0 -5
  477. package/components/Icon/assets/icon-rc_blog.svg +0 -5
  478. package/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
  479. package/components/Icon/assets/icon-rc_contact.svg +0 -5
  480. package/components/Icon/assets/icon-rc_help.svg +0 -5
  481. package/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
  482. package/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
  483. package/components/Icon/assets/icon-read.svg +0 -5
  484. package/components/Icon/assets/icon-record.svg +0 -5
  485. package/components/Icon/assets/icon-refresh.svg +0 -5
  486. package/components/Icon/assets/icon-remove.svg +0 -5
  487. package/components/Icon/assets/icon-remove_border.svg +0 -5
  488. package/components/Icon/assets/icon-remove_field.svg +0 -5
  489. package/components/Icon/assets/icon-repeat.svg +0 -5
  490. package/components/Icon/assets/icon-reply.svg +0 -5
  491. package/components/Icon/assets/icon-resend-fax.svg +0 -5
  492. package/components/Icon/assets/icon-reset-zoom.svg +0 -5
  493. package/components/Icon/assets/icon-rich_text_editor.svg +0 -5
  494. package/components/Icon/assets/icon-roll-ap.svg +0 -5
  495. package/components/Icon/assets/icon-save-draft.svg +0 -5
  496. package/components/Icon/assets/icon-schedule.svg +0 -13
  497. package/components/Icon/assets/icon-schedule_meeting.svg +0 -5
  498. package/components/Icon/assets/icon-screenshare.svg +0 -5
  499. package/components/Icon/assets/icon-screenshare_border.svg +0 -5
  500. package/components/Icon/assets/icon-search.svg +0 -5
  501. package/components/Icon/assets/icon-search_nav.svg +0 -5
  502. package/components/Icon/assets/icon-selects.svg +0 -5
  503. package/components/Icon/assets/icon-send.svg +0 -5
  504. package/components/Icon/assets/icon-send_filled.svg +0 -5
  505. package/components/Icon/assets/icon-settings.svg +0 -5
  506. package/components/Icon/assets/icon-settings_border.svg +0 -5
  507. package/components/Icon/assets/icon-share.svg +0 -5
  508. package/components/Icon/assets/icon-sharepoint.svg +0 -5
  509. package/components/Icon/assets/icon-shortcut.svg +0 -5
  510. package/components/Icon/assets/icon-shortcut_border.svg +0 -5
  511. package/components/Icon/assets/icon-signal-0.svg +0 -5
  512. package/components/Icon/assets/icon-signal-1.svg +0 -5
  513. package/components/Icon/assets/icon-signal-2.svg +0 -5
  514. package/components/Icon/assets/icon-signal-3.svg +0 -7
  515. package/components/Icon/assets/icon-sms-default.svg +0 -5
  516. package/components/Icon/assets/icon-sms.svg +0 -5
  517. package/components/Icon/assets/icon-sms_border.svg +0 -5
  518. package/components/Icon/assets/icon-sms_invite_border.svg +0 -5
  519. package/components/Icon/assets/icon-sort.svg +0 -6
  520. package/components/Icon/assets/icon-speaker-down.svg +0 -5
  521. package/components/Icon/assets/icon-speaker-mute.svg +0 -5
  522. package/components/Icon/assets/icon-speaker-up.svg +0 -5
  523. package/components/Icon/assets/icon-star.svg +0 -5
  524. package/components/Icon/assets/icon-star_border.svg +0 -5
  525. package/components/Icon/assets/icon-start.svg +0 -7
  526. package/components/Icon/assets/icon-start_meeting.svg +0 -5
  527. package/components/Icon/assets/icon-stop-record.svg +0 -5
  528. package/components/Icon/assets/icon-stop.svg +0 -5
  529. package/components/Icon/assets/icon-stop_border.svg +0 -5
  530. package/components/Icon/assets/icon-stop_circle.svg +0 -5
  531. package/components/Icon/assets/icon-stop_circle_border.svg +0 -5
  532. package/components/Icon/assets/icon-strike.svg +0 -5
  533. package/components/Icon/assets/icon-take_over.svg +0 -5
  534. package/components/Icon/assets/icon-task-new.svg +0 -5
  535. package/components/Icon/assets/icon-task-new_border.svg +0 -5
  536. package/components/Icon/assets/icon-team-default.svg +0 -5
  537. package/components/Icon/assets/icon-team.svg +0 -5
  538. package/components/Icon/assets/icon-team_border.svg +0 -5
  539. package/components/Icon/assets/icon-text.svg +0 -5
  540. package/components/Icon/assets/icon-theme.svg +0 -5
  541. package/components/Icon/assets/icon-thumbup.svg +0 -5
  542. package/components/Icon/assets/icon-thumbup_border.svg +0 -5
  543. package/components/Icon/assets/icon-time.svg +0 -5
  544. package/components/Icon/assets/icon-time_border.svg +0 -5
  545. package/components/Icon/assets/icon-transcription.svg +0 -5
  546. package/components/Icon/assets/icon-transfer-call.svg +0 -5
  547. package/components/Icon/assets/icon-transfer_call_border.svg +0 -5
  548. package/components/Icon/assets/icon-unblocked.svg +0 -5
  549. package/components/Icon/assets/icon-underline.svg +0 -5
  550. package/components/Icon/assets/icon-undock.svg +0 -5
  551. package/components/Icon/assets/icon-undock_border.svg +0 -5
  552. package/components/Icon/assets/icon-unfold_less.svg +0 -5
  553. package/components/Icon/assets/icon-unfold_more.svg +0 -5
  554. package/components/Icon/assets/icon-unlock.svg +0 -5
  555. package/components/Icon/assets/icon-unpin-slash.svg +0 -5
  556. package/components/Icon/assets/icon-unpin.svg +0 -5
  557. package/components/Icon/assets/icon-unread.svg +0 -5
  558. package/components/Icon/assets/icon-unselect.svg +0 -5
  559. package/components/Icon/assets/icon-user-default.svg +0 -5
  560. package/components/Icon/assets/icon-video_and_message.svg +0 -5
  561. package/components/Icon/assets/icon-video_meeting.svg +0 -5
  562. package/components/Icon/assets/icon-videocam-off.svg +0 -5
  563. package/components/Icon/assets/icon-videocam-off_border.svg +0 -5
  564. package/components/Icon/assets/icon-videocam.svg +0 -5
  565. package/components/Icon/assets/icon-videocam_border.svg +0 -5
  566. package/components/Icon/assets/icon-view-log_border.svg +0 -5
  567. package/components/Icon/assets/icon-view.svg +0 -5
  568. package/components/Icon/assets/icon-view_border.svg +0 -5
  569. package/components/Icon/assets/icon-voicemail.svg +0 -5
  570. package/components/Icon/assets/icon-warning.svg +0 -5
  571. package/components/Icon/assets/icon-watch-video.svg +0 -5
  572. package/components/Icon/assets/icon-weak-connection.svg +0 -6
  573. package/components/Icon/assets/icon-webinar.svg +0 -5
  574. package/components/Icon/assets/icon-webinar_border.svg +0 -5
  575. package/components/Icon/assets/icon-webpage.svg +0 -5
  576. package/components/Icon/assets/icon-whisper.svg +0 -5
  577. package/components/Icon/assets/icon-work.svg +0 -5
  578. package/components/Icon/assets/icon-workspace.svg +0 -5
  579. package/components/Icon/assets/icon-workspace_border.svg +0 -5
  580. package/components/Icon/assets/icon-zip-D.svg +0 -7
  581. package/components/Icon/assets/icon-zip.svg +0 -7
  582. package/components/Icon/assets/icon-zoom-in.svg +0 -5
  583. package/components/Icon/assets/icon-zoom-out.svg +0 -5
  584. package/components/Icon/icon-symbol.d.ts +0 -2
  585. package/components/Icon/icon-symbol.js +0 -3
  586. package/es6/components/Icon/assets/icon-0.svg +0 -6
  587. package/es6/components/Icon/assets/icon-1.svg +0 -5
  588. package/es6/components/Icon/assets/icon-2.svg +0 -6
  589. package/es6/components/Icon/assets/icon-3.svg +0 -6
  590. package/es6/components/Icon/assets/icon-4.svg +0 -6
  591. package/es6/components/Icon/assets/icon-5.svg +0 -6
  592. package/es6/components/Icon/assets/icon-6.svg +0 -6
  593. package/es6/components/Icon/assets/icon-7.svg +0 -6
  594. package/es6/components/Icon/assets/icon-8.svg +0 -6
  595. package/es6/components/Icon/assets/icon-9.svg +0 -6
  596. package/es6/components/Icon/assets/icon-Announcement.svg +0 -8
  597. package/es6/components/Icon/assets/icon-Call-queue.svg +0 -14
  598. package/es6/components/Icon/assets/icon-Company-setup.svg +0 -5
  599. package/es6/components/Icon/assets/icon-Company-setup_border.svg +0 -5
  600. package/es6/components/Icon/assets/icon-Description.svg +0 -5
  601. package/es6/components/Icon/assets/icon-HUD.svg +0 -5
  602. package/es6/components/Icon/assets/icon-Limited.svg +0 -7
  603. package/es6/components/Icon/assets/icon-Logout.svg +0 -5
  604. package/es6/components/Icon/assets/icon-Message.svg +0 -6
  605. package/es6/components/Icon/assets/icon-New-email.svg +0 -5
  606. package/es6/components/Icon/assets/icon-Paging.svg +0 -6
  607. package/es6/components/Icon/assets/icon-Shared-line.svg +0 -8
  608. package/es6/components/Icon/assets/icon-active-call.svg +0 -7
  609. package/es6/components/Icon/assets/icon-activecall_border.svg +0 -5
  610. package/es6/components/Icon/assets/icon-add-emoji-more.svg +0 -5
  611. package/es6/components/Icon/assets/icon-add-event.svg +0 -5
  612. package/es6/components/Icon/assets/icon-add-integration.svg +0 -6
  613. package/es6/components/Icon/assets/icon-add-member.svg +0 -5
  614. package/es6/components/Icon/assets/icon-add-member_border.svg +0 -5
  615. package/es6/components/Icon/assets/icon-add-park-location.svg +0 -5
  616. package/es6/components/Icon/assets/icon-add-reactions.svg +0 -9
  617. package/es6/components/Icon/assets/icon-add-task.svg +0 -5
  618. package/es6/components/Icon/assets/icon-add-team.svg +0 -5
  619. package/es6/components/Icon/assets/icon-add-team_border.svg +0 -5
  620. package/es6/components/Icon/assets/icon-add.svg +0 -5
  621. package/es6/components/Icon/assets/icon-add_border.svg +0 -5
  622. package/es6/components/Icon/assets/icon-add_field.svg +0 -5
  623. package/es6/components/Icon/assets/icon-add_new_folder.svg +0 -5
  624. package/es6/components/Icon/assets/icon-address.svg +0 -5
  625. package/es6/components/Icon/assets/icon-admin.svg +0 -5
  626. package/es6/components/Icon/assets/icon-admin_border.svg +0 -5
  627. package/es6/components/Icon/assets/icon-advanced.svg +0 -5
  628. package/es6/components/Icon/assets/icon-align-center.svg +0 -5
  629. package/es6/components/Icon/assets/icon-align-justify.svg +0 -5
  630. package/es6/components/Icon/assets/icon-align-left.svg +0 -5
  631. package/es6/components/Icon/assets/icon-align-right.svg +0 -5
  632. package/es6/components/Icon/assets/icon-analytics.svg +0 -5
  633. package/es6/components/Icon/assets/icon-analytics_border.svg +0 -5
  634. package/es6/components/Icon/assets/icon-apple-logo.svg +0 -5
  635. package/es6/components/Icon/assets/icon-apps.svg +0 -5
  636. package/es6/components/Icon/assets/icon-archive.svg +0 -5
  637. package/es6/components/Icon/assets/icon-arrow-down.svg +0 -5
  638. package/es6/components/Icon/assets/icon-arrow-left.svg +0 -5
  639. package/es6/components/Icon/assets/icon-arrow-up.svg +0 -5
  640. package/es6/components/Icon/assets/icon-arrow_down.svg +0 -5
  641. package/es6/components/Icon/assets/icon-arrow_left.svg +0 -5
  642. package/es6/components/Icon/assets/icon-arrow_right.svg +0 -5
  643. package/es6/components/Icon/assets/icon-arrow_right1.svg +0 -5
  644. package/es6/components/Icon/assets/icon-arrow_up.svg +0 -5
  645. package/es6/components/Icon/assets/icon-askfirst.svg +0 -5
  646. package/es6/components/Icon/assets/icon-assignment.svg +0 -5
  647. package/es6/components/Icon/assets/icon-asterisk.svg +0 -5
  648. package/es6/components/Icon/assets/icon-attachment.svg +0 -5
  649. package/es6/components/Icon/assets/icon-audio.svg +0 -5
  650. package/es6/components/Icon/assets/icon-avatar_rooms.svg +0 -5
  651. package/es6/components/Icon/assets/icon-barge.svg +0 -5
  652. package/es6/components/Icon/assets/icon-birthday.svg +0 -5
  653. package/es6/components/Icon/assets/icon-blocked.svg +0 -5
  654. package/es6/components/Icon/assets/icon-bold.svg +0 -5
  655. package/es6/components/Icon/assets/icon-bookmark.svg +0 -5
  656. package/es6/components/Icon/assets/icon-bookmark_border.svg +0 -5
  657. package/es6/components/Icon/assets/icon-box-new.svg +0 -5
  658. package/es6/components/Icon/assets/icon-box.svg +0 -5
  659. package/es6/components/Icon/assets/icon-box1.svg +0 -5
  660. package/es6/components/Icon/assets/icon-bubble_lines.svg +0 -5
  661. package/es6/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
  662. package/es6/components/Icon/assets/icon-call-add.svg +0 -5
  663. package/es6/components/Icon/assets/icon-call-list.svg +0 -5
  664. package/es6/components/Icon/assets/icon-call-more.svg +0 -5
  665. package/es6/components/Icon/assets/icon-call_on_behalf.svg +0 -5
  666. package/es6/components/Icon/assets/icon-chat_bubble.svg +0 -5
  667. package/es6/components/Icon/assets/icon-check.svg +0 -5
  668. package/es6/components/Icon/assets/icon-chevron_left.svg +0 -5
  669. package/es6/components/Icon/assets/icon-chevron_right.svg +0 -5
  670. package/es6/components/Icon/assets/icon-close.svg +0 -5
  671. package/es6/components/Icon/assets/icon-cloud_contact.svg +0 -5
  672. package/es6/components/Icon/assets/icon-code_snippets.svg +0 -5
  673. package/es6/components/Icon/assets/icon-comments.svg +0 -5
  674. package/es6/components/Icon/assets/icon-computer.svg +0 -5
  675. package/es6/components/Icon/assets/icon-conference.svg +0 -5
  676. package/es6/components/Icon/assets/icon-conference_border.svg +0 -5
  677. package/es6/components/Icon/assets/icon-connect.svg +0 -5
  678. package/es6/components/Icon/assets/icon-contacts.svg +0 -5
  679. package/es6/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
  680. package/es6/components/Icon/assets/icon-contacts_border.svg +0 -5
  681. package/es6/components/Icon/assets/icon-copy.svg +0 -5
  682. package/es6/components/Icon/assets/icon-customize-tabs.svg +0 -5
  683. package/es6/components/Icon/assets/icon-dashboard.svg +0 -5
  684. package/es6/components/Icon/assets/icon-dashboard_border.svg +0 -5
  685. package/es6/components/Icon/assets/icon-date.svg +0 -5
  686. package/es6/components/Icon/assets/icon-date_border.svg +0 -5
  687. package/es6/components/Icon/assets/icon-default-avatar.svg +0 -5
  688. package/es6/components/Icon/assets/icon-default-file-D.svg +0 -7
  689. package/es6/components/Icon/assets/icon-default-file.svg +0 -8
  690. package/es6/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
  691. package/es6/components/Icon/assets/icon-default-gdrive.svg +0 -9
  692. package/es6/components/Icon/assets/icon-default-group-avatar.svg +0 -5
  693. package/es6/components/Icon/assets/icon-default-integration.svg +0 -5
  694. package/es6/components/Icon/assets/icon-default-integration_border.svg +0 -5
  695. package/es6/components/Icon/assets/icon-default-music-D.svg +0 -7
  696. package/es6/components/Icon/assets/icon-default-music.svg +0 -7
  697. package/es6/components/Icon/assets/icon-default-team-avatar.svg +0 -5
  698. package/es6/components/Icon/assets/icon-default-video-D.svg +0 -7
  699. package/es6/components/Icon/assets/icon-default-video.svg +0 -7
  700. package/es6/components/Icon/assets/icon-delete.svg +0 -5
  701. package/es6/components/Icon/assets/icon-delete_circle.svg +0 -5
  702. package/es6/components/Icon/assets/icon-deleted_file.svg +0 -6
  703. package/es6/components/Icon/assets/icon-deleted_file_D.svg +0 -6
  704. package/es6/components/Icon/assets/icon-deletenumber.svg +0 -5
  705. package/es6/components/Icon/assets/icon-department.svg +0 -5
  706. package/es6/components/Icon/assets/icon-dial.svg +0 -5
  707. package/es6/components/Icon/assets/icon-dialer.svg +0 -5
  708. package/es6/components/Icon/assets/icon-doc-D.svg +0 -7
  709. package/es6/components/Icon/assets/icon-doc.svg +0 -7
  710. package/es6/components/Icon/assets/icon-dock_border.svg +0 -5
  711. package/es6/components/Icon/assets/icon-double-chevron_left.svg +0 -5
  712. package/es6/components/Icon/assets/icon-double-chevron_right.svg +0 -5
  713. package/es6/components/Icon/assets/icon-download.svg +0 -5
  714. package/es6/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  715. package/es6/components/Icon/assets/icon-draft.svg +0 -5
  716. package/es6/components/Icon/assets/icon-dragable_area.svg +0 -5
  717. package/es6/components/Icon/assets/icon-dropbox.svg +0 -5
  718. package/es6/components/Icon/assets/icon-edit.svg +0 -5
  719. package/es6/components/Icon/assets/icon-email.svg +0 -5
  720. package/es6/components/Icon/assets/icon-emoji.svg +0 -5
  721. package/es6/components/Icon/assets/icon-end--answer.svg +0 -6
  722. package/es6/components/Icon/assets/icon-event-new.svg +0 -5
  723. package/es6/components/Icon/assets/icon-event-new_border.svg +0 -5
  724. package/es6/components/Icon/assets/icon-evernote.svg +0 -5
  725. package/es6/components/Icon/assets/icon-excel-D.svg +0 -7
  726. package/es6/components/Icon/assets/icon-excel.svg +0 -7
  727. package/es6/components/Icon/assets/icon-expand.svg +0 -5
  728. package/es6/components/Icon/assets/icon-external_link.svg +0 -5
  729. package/es6/components/Icon/assets/icon-failed-fax.svg +0 -5
  730. package/es6/components/Icon/assets/icon-failed-fax_border.svg +0 -5
  731. package/es6/components/Icon/assets/icon-fax.svg +0 -5
  732. package/es6/components/Icon/assets/icon-fax_border.svg +0 -5
  733. package/es6/components/Icon/assets/icon-feedback.svg +0 -5
  734. package/es6/components/Icon/assets/icon-file.svg +0 -5
  735. package/es6/components/Icon/assets/icon-file_border.svg +0 -5
  736. package/es6/components/Icon/assets/icon-filter.svg +0 -5
  737. package/es6/components/Icon/assets/icon-foldercreated.svg +0 -5
  738. package/es6/components/Icon/assets/icon-font-color.svg +0 -6
  739. package/es6/components/Icon/assets/icon-forward.svg +0 -5
  740. package/es6/components/Icon/assets/icon-forwardcall.svg +0 -5
  741. package/es6/components/Icon/assets/icon-forwarding.svg +0 -5
  742. package/es6/components/Icon/assets/icon-forwarding_border.svg +0 -5
  743. package/es6/components/Icon/assets/icon-gdrive-logo.svg +0 -10
  744. package/es6/components/Icon/assets/icon-gif-file-D.svg +0 -7
  745. package/es6/components/Icon/assets/icon-gif-file.svg +0 -8
  746. package/es6/components/Icon/assets/icon-gif.svg +0 -5
  747. package/es6/components/Icon/assets/icon-gmail.svg +0 -9
  748. package/es6/components/Icon/assets/icon-good-connection.svg +0 -5
  749. package/es6/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
  750. package/es6/components/Icon/assets/icon-google-doc-D.svg +0 -7
  751. package/es6/components/Icon/assets/icon-google-doc.svg +0 -7
  752. package/es6/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
  753. package/es6/components/Icon/assets/icon-google-logo.svg +0 -8
  754. package/es6/components/Icon/assets/icon-google-sheet-D.svg +0 -7
  755. package/es6/components/Icon/assets/icon-google-sheet.svg +0 -7
  756. package/es6/components/Icon/assets/icon-google-slide-D.svg +0 -7
  757. package/es6/components/Icon/assets/icon-google-slide.svg +0 -7
  758. package/es6/components/Icon/assets/icon-google.svg +0 -5
  759. package/es6/components/Icon/assets/icon-group-default.svg +0 -5
  760. package/es6/components/Icon/assets/icon-hand-up.svg +0 -5
  761. package/es6/components/Icon/assets/icon-hash.svg +0 -5
  762. package/es6/components/Icon/assets/icon-hd.svg +0 -5
  763. package/es6/components/Icon/assets/icon-help.svg +0 -5
  764. package/es6/components/Icon/assets/icon-help_border.svg +0 -5
  765. package/es6/components/Icon/assets/icon-hide_border.svg +0 -5
  766. package/es6/components/Icon/assets/icon-hold-answer.svg +0 -6
  767. package/es6/components/Icon/assets/icon-hold.svg +0 -5
  768. package/es6/components/Icon/assets/icon-holdcall_border.svg +0 -5
  769. package/es6/components/Icon/assets/icon-horizontal-line.svg +0 -5
  770. package/es6/components/Icon/assets/icon-ignore.svg +0 -5
  771. package/es6/components/Icon/assets/icon-image-broken-D.svg +0 -7
  772. package/es6/components/Icon/assets/icon-image-broken.svg +0 -8
  773. package/es6/components/Icon/assets/icon-image-preview-D.svg +0 -7
  774. package/es6/components/Icon/assets/icon-image-preview.svg +0 -7
  775. package/es6/components/Icon/assets/icon-in-progress.svg +0 -5
  776. package/es6/components/Icon/assets/icon-inbound-fax.svg +0 -5
  777. package/es6/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
  778. package/es6/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
  779. package/es6/components/Icon/assets/icon-inbox.svg +0 -5
  780. package/es6/components/Icon/assets/icon-incall.svg +0 -5
  781. package/es6/components/Icon/assets/icon-incall_border.svg +0 -5
  782. package/es6/components/Icon/assets/icon-indent.svg +0 -5
  783. package/es6/components/Icon/assets/icon-indeterminate.svg +0 -5
  784. package/es6/components/Icon/assets/icon-info.svg +0 -5
  785. package/es6/components/Icon/assets/icon-info_border.svg +0 -5
  786. package/es6/components/Icon/assets/icon-insert-code.svg +0 -5
  787. package/es6/components/Icon/assets/icon-insert-image.svg +0 -5
  788. package/es6/components/Icon/assets/icon-insert-link.svg +0 -5
  789. package/es6/components/Icon/assets/icon-insert-table.svg +0 -5
  790. package/es6/components/Icon/assets/icon-insert-video.svg +0 -5
  791. package/es6/components/Icon/assets/icon-italic.svg +0 -5
  792. package/es6/components/Icon/assets/icon-item-list-selected.svg +0 -5
  793. package/es6/components/Icon/assets/icon-join-audio-poc.svg +0 -5
  794. package/es6/components/Icon/assets/icon-join.svg +0 -7
  795. package/es6/components/Icon/assets/icon-join_meeting.svg +0 -5
  796. package/es6/components/Icon/assets/icon-jump-to-latest.svg +0 -5
  797. package/es6/components/Icon/assets/icon-jump-to-unread.svg +0 -5
  798. package/es6/components/Icon/assets/icon-keypad.svg +0 -5
  799. package/es6/components/Icon/assets/icon-leave-meeting.svg +0 -5
  800. package/es6/components/Icon/assets/icon-leave.svg +0 -5
  801. package/es6/components/Icon/assets/icon-list-bullet.svg +0 -5
  802. package/es6/components/Icon/assets/icon-list-ordered.svg +0 -5
  803. package/es6/components/Icon/assets/icon-list-view.svg +0 -5
  804. package/es6/components/Icon/assets/icon-location.svg +0 -5
  805. package/es6/components/Icon/assets/icon-location_border.svg +0 -5
  806. package/es6/components/Icon/assets/icon-lock.svg +0 -5
  807. package/es6/components/Icon/assets/icon-lock_border.svg +0 -5
  808. package/es6/components/Icon/assets/icon-login.svg +0 -5
  809. package/es6/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
  810. package/es6/components/Icon/assets/icon-mac-keynote.svg +0 -10
  811. package/es6/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
  812. package/es6/components/Icon/assets/icon-mac-numbers.svg +0 -7
  813. package/es6/components/Icon/assets/icon-mac-pages-D.svg +0 -7
  814. package/es6/components/Icon/assets/icon-mac-pages.svg +0 -7
  815. package/es6/components/Icon/assets/icon-marker_m.svg +0 -6
  816. package/es6/components/Icon/assets/icon-marker_s.svg +0 -6
  817. package/es6/components/Icon/assets/icon-member_border.svg +0 -5
  818. package/es6/components/Icon/assets/icon-mention.svg +0 -5
  819. package/es6/components/Icon/assets/icon-mention_border.svg +0 -5
  820. package/es6/components/Icon/assets/icon-merge.svg +0 -5
  821. package/es6/components/Icon/assets/icon-mic-off.svg +0 -5
  822. package/es6/components/Icon/assets/icon-mic-off_border.svg +0 -5
  823. package/es6/components/Icon/assets/icon-mic.svg +0 -5
  824. package/es6/components/Icon/assets/icon-mic_border.svg +0 -5
  825. package/es6/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
  826. package/es6/components/Icon/assets/icon-microsoft-logo.svg +0 -8
  827. package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
  828. package/es6/components/Icon/assets/icon-minimize.svg +0 -5
  829. package/es6/components/Icon/assets/icon-missedcall.svg +0 -5
  830. package/es6/components/Icon/assets/icon-missedcall_border.svg +0 -5
  831. package/es6/components/Icon/assets/icon-mobile.svg +0 -5
  832. package/es6/components/Icon/assets/icon-monitor_call.svg +0 -5
  833. package/es6/components/Icon/assets/icon-more_horiz.svg +0 -5
  834. package/es6/components/Icon/assets/icon-more_vert.svg +0 -5
  835. package/es6/components/Icon/assets/icon-mute-notification.svg +0 -5
  836. package/es6/components/Icon/assets/icon-mute-notification_border.svg +0 -5
  837. package/es6/components/Icon/assets/icon-new-action.svg +0 -5
  838. package/es6/components/Icon/assets/icon-new-fax.svg +0 -5
  839. package/es6/components/Icon/assets/icon-new-file.svg +0 -5
  840. package/es6/components/Icon/assets/icon-new-note.svg +0 -5
  841. package/es6/components/Icon/assets/icon-nickname.svg +0 -5
  842. package/es6/components/Icon/assets/icon-no-audio.svg +0 -5
  843. package/es6/components/Icon/assets/icon-no-connection.svg +0 -6
  844. package/es6/components/Icon/assets/icon-non-edit.svg +0 -5
  845. package/es6/components/Icon/assets/icon-note.svg +0 -5
  846. package/es6/components/Icon/assets/icon-note_border.svg +0 -5
  847. package/es6/components/Icon/assets/icon-notification.svg +0 -5
  848. package/es6/components/Icon/assets/icon-notification_border.svg +0 -5
  849. package/es6/components/Icon/assets/icon-onedrive.svg +0 -5
  850. package/es6/components/Icon/assets/icon-open-folder.svg +0 -5
  851. package/es6/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
  852. package/es6/components/Icon/assets/icon-outbound-fax.svg +0 -5
  853. package/es6/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
  854. package/es6/components/Icon/assets/icon-outcall.svg +0 -5
  855. package/es6/components/Icon/assets/icon-outcall_border.svg +0 -5
  856. package/es6/components/Icon/assets/icon-outdent.svg +0 -5
  857. package/es6/components/Icon/assets/icon-park-call-message.svg +0 -5
  858. package/es6/components/Icon/assets/icon-park-call-text.svg +0 -5
  859. package/es6/components/Icon/assets/icon-park-call.svg +0 -5
  860. package/es6/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
  861. package/es6/components/Icon/assets/icon-pause.svg +0 -5
  862. package/es6/components/Icon/assets/icon-pause_border.svg +0 -5
  863. package/es6/components/Icon/assets/icon-pause_circle.svg +0 -5
  864. package/es6/components/Icon/assets/icon-pause_circle_border.svg +0 -5
  865. package/es6/components/Icon/assets/icon-pdf-D.svg +0 -7
  866. package/es6/components/Icon/assets/icon-pdf.svg +0 -7
  867. package/es6/components/Icon/assets/icon-people.svg +0 -5
  868. package/es6/components/Icon/assets/icon-phone-off.svg +0 -5
  869. package/es6/components/Icon/assets/icon-phone-off_border.svg +0 -5
  870. package/es6/components/Icon/assets/icon-phone.svg +0 -5
  871. package/es6/components/Icon/assets/icon-phone_border.svg +0 -5
  872. package/es6/components/Icon/assets/icon-pick_up_call.svg +0 -5
  873. package/es6/components/Icon/assets/icon-pin.svg +0 -5
  874. package/es6/components/Icon/assets/icon-play.svg +0 -5
  875. package/es6/components/Icon/assets/icon-play_border.svg +0 -5
  876. package/es6/components/Icon/assets/icon-play_circle.svg +0 -5
  877. package/es6/components/Icon/assets/icon-play_circle_border.svg +0 -5
  878. package/es6/components/Icon/assets/icon-poll.svg +0 -5
  879. package/es6/components/Icon/assets/icon-poll_border.svg +0 -5
  880. package/es6/components/Icon/assets/icon-poor-connection.svg +0 -6
  881. package/es6/components/Icon/assets/icon-ppt-D.svg +0 -7
  882. package/es6/components/Icon/assets/icon-ppt.svg +0 -7
  883. package/es6/components/Icon/assets/icon-previous.svg +0 -5
  884. package/es6/components/Icon/assets/icon-quote.svg +0 -5
  885. package/es6/components/Icon/assets/icon-radio.svg +0 -5
  886. package/es6/components/Icon/assets/icon-radio_unselect.svg +0 -5
  887. package/es6/components/Icon/assets/icon-rc_blog.svg +0 -5
  888. package/es6/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
  889. package/es6/components/Icon/assets/icon-rc_contact.svg +0 -5
  890. package/es6/components/Icon/assets/icon-rc_help.svg +0 -5
  891. package/es6/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
  892. package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
  893. package/es6/components/Icon/assets/icon-read.svg +0 -5
  894. package/es6/components/Icon/assets/icon-record.svg +0 -5
  895. package/es6/components/Icon/assets/icon-refresh.svg +0 -5
  896. package/es6/components/Icon/assets/icon-remove.svg +0 -5
  897. package/es6/components/Icon/assets/icon-remove_border.svg +0 -5
  898. package/es6/components/Icon/assets/icon-remove_field.svg +0 -5
  899. package/es6/components/Icon/assets/icon-repeat.svg +0 -5
  900. package/es6/components/Icon/assets/icon-reply.svg +0 -5
  901. package/es6/components/Icon/assets/icon-resend-fax.svg +0 -5
  902. package/es6/components/Icon/assets/icon-reset-zoom.svg +0 -5
  903. package/es6/components/Icon/assets/icon-rich_text_editor.svg +0 -5
  904. package/es6/components/Icon/assets/icon-roll-ap.svg +0 -5
  905. package/es6/components/Icon/assets/icon-save-draft.svg +0 -5
  906. package/es6/components/Icon/assets/icon-schedule.svg +0 -13
  907. package/es6/components/Icon/assets/icon-schedule_meeting.svg +0 -5
  908. package/es6/components/Icon/assets/icon-screenshare.svg +0 -5
  909. package/es6/components/Icon/assets/icon-screenshare_border.svg +0 -5
  910. package/es6/components/Icon/assets/icon-search.svg +0 -5
  911. package/es6/components/Icon/assets/icon-search_nav.svg +0 -5
  912. package/es6/components/Icon/assets/icon-selects.svg +0 -5
  913. package/es6/components/Icon/assets/icon-send.svg +0 -5
  914. package/es6/components/Icon/assets/icon-send_filled.svg +0 -5
  915. package/es6/components/Icon/assets/icon-settings.svg +0 -5
  916. package/es6/components/Icon/assets/icon-settings_border.svg +0 -5
  917. package/es6/components/Icon/assets/icon-share.svg +0 -5
  918. package/es6/components/Icon/assets/icon-sharepoint.svg +0 -5
  919. package/es6/components/Icon/assets/icon-shortcut.svg +0 -5
  920. package/es6/components/Icon/assets/icon-shortcut_border.svg +0 -5
  921. package/es6/components/Icon/assets/icon-signal-0.svg +0 -5
  922. package/es6/components/Icon/assets/icon-signal-1.svg +0 -5
  923. package/es6/components/Icon/assets/icon-signal-2.svg +0 -5
  924. package/es6/components/Icon/assets/icon-signal-3.svg +0 -7
  925. package/es6/components/Icon/assets/icon-sms-default.svg +0 -5
  926. package/es6/components/Icon/assets/icon-sms.svg +0 -5
  927. package/es6/components/Icon/assets/icon-sms_border.svg +0 -5
  928. package/es6/components/Icon/assets/icon-sms_invite_border.svg +0 -5
  929. package/es6/components/Icon/assets/icon-sort.svg +0 -6
  930. package/es6/components/Icon/assets/icon-speaker-down.svg +0 -5
  931. package/es6/components/Icon/assets/icon-speaker-mute.svg +0 -5
  932. package/es6/components/Icon/assets/icon-speaker-up.svg +0 -5
  933. package/es6/components/Icon/assets/icon-star.svg +0 -5
  934. package/es6/components/Icon/assets/icon-star_border.svg +0 -5
  935. package/es6/components/Icon/assets/icon-start.svg +0 -7
  936. package/es6/components/Icon/assets/icon-start_meeting.svg +0 -5
  937. package/es6/components/Icon/assets/icon-stop-record.svg +0 -5
  938. package/es6/components/Icon/assets/icon-stop.svg +0 -5
  939. package/es6/components/Icon/assets/icon-stop_border.svg +0 -5
  940. package/es6/components/Icon/assets/icon-stop_circle.svg +0 -5
  941. package/es6/components/Icon/assets/icon-stop_circle_border.svg +0 -5
  942. package/es6/components/Icon/assets/icon-strike.svg +0 -5
  943. package/es6/components/Icon/assets/icon-take_over.svg +0 -5
  944. package/es6/components/Icon/assets/icon-task-new.svg +0 -5
  945. package/es6/components/Icon/assets/icon-task-new_border.svg +0 -5
  946. package/es6/components/Icon/assets/icon-team-default.svg +0 -5
  947. package/es6/components/Icon/assets/icon-team.svg +0 -5
  948. package/es6/components/Icon/assets/icon-team_border.svg +0 -5
  949. package/es6/components/Icon/assets/icon-text.svg +0 -5
  950. package/es6/components/Icon/assets/icon-theme.svg +0 -5
  951. package/es6/components/Icon/assets/icon-thumbup.svg +0 -5
  952. package/es6/components/Icon/assets/icon-thumbup_border.svg +0 -5
  953. package/es6/components/Icon/assets/icon-time.svg +0 -5
  954. package/es6/components/Icon/assets/icon-time_border.svg +0 -5
  955. package/es6/components/Icon/assets/icon-transcription.svg +0 -5
  956. package/es6/components/Icon/assets/icon-transfer-call.svg +0 -5
  957. package/es6/components/Icon/assets/icon-transfer_call_border.svg +0 -5
  958. package/es6/components/Icon/assets/icon-unblocked.svg +0 -5
  959. package/es6/components/Icon/assets/icon-underline.svg +0 -5
  960. package/es6/components/Icon/assets/icon-undock.svg +0 -5
  961. package/es6/components/Icon/assets/icon-undock_border.svg +0 -5
  962. package/es6/components/Icon/assets/icon-unfold_less.svg +0 -5
  963. package/es6/components/Icon/assets/icon-unfold_more.svg +0 -5
  964. package/es6/components/Icon/assets/icon-unlock.svg +0 -5
  965. package/es6/components/Icon/assets/icon-unpin-slash.svg +0 -5
  966. package/es6/components/Icon/assets/icon-unpin.svg +0 -5
  967. package/es6/components/Icon/assets/icon-unread.svg +0 -5
  968. package/es6/components/Icon/assets/icon-unselect.svg +0 -5
  969. package/es6/components/Icon/assets/icon-user-default.svg +0 -5
  970. package/es6/components/Icon/assets/icon-video_and_message.svg +0 -5
  971. package/es6/components/Icon/assets/icon-video_meeting.svg +0 -5
  972. package/es6/components/Icon/assets/icon-videocam-off.svg +0 -5
  973. package/es6/components/Icon/assets/icon-videocam-off_border.svg +0 -5
  974. package/es6/components/Icon/assets/icon-videocam.svg +0 -5
  975. package/es6/components/Icon/assets/icon-videocam_border.svg +0 -5
  976. package/es6/components/Icon/assets/icon-view-log_border.svg +0 -5
  977. package/es6/components/Icon/assets/icon-view.svg +0 -5
  978. package/es6/components/Icon/assets/icon-view_border.svg +0 -5
  979. package/es6/components/Icon/assets/icon-voicemail.svg +0 -5
  980. package/es6/components/Icon/assets/icon-warning.svg +0 -5
  981. package/es6/components/Icon/assets/icon-watch-video.svg +0 -5
  982. package/es6/components/Icon/assets/icon-weak-connection.svg +0 -6
  983. package/es6/components/Icon/assets/icon-webinar.svg +0 -5
  984. package/es6/components/Icon/assets/icon-webinar_border.svg +0 -5
  985. package/es6/components/Icon/assets/icon-webpage.svg +0 -5
  986. package/es6/components/Icon/assets/icon-whisper.svg +0 -5
  987. package/es6/components/Icon/assets/icon-work.svg +0 -5
  988. package/es6/components/Icon/assets/icon-workspace.svg +0 -5
  989. package/es6/components/Icon/assets/icon-workspace_border.svg +0 -5
  990. package/es6/components/Icon/assets/icon-zip-D.svg +0 -7
  991. package/es6/components/Icon/assets/icon-zip.svg +0 -7
  992. package/es6/components/Icon/assets/icon-zoom-in.svg +0 -5
  993. package/es6/components/Icon/assets/icon-zoom-out.svg +0 -5
  994. package/es6/components/Icon/icon-symbol.js +0 -1
  995. package/es6/icon/0.js +0 -8
  996. package/es6/icon/1.js +0 -7
  997. package/es6/icon/2.js +0 -8
  998. package/es6/icon/3.js +0 -8
  999. package/es6/icon/4.js +0 -8
  1000. package/es6/icon/5.js +0 -8
  1001. package/es6/icon/6.js +0 -8
  1002. package/es6/icon/7.js +0 -8
  1003. package/es6/icon/8.js +0 -8
  1004. package/es6/icon/9.js +0 -8
  1005. package/es6/icon/ActiveCall.js +0 -9
  1006. package/es6/icon/ActivecallBorder.js +0 -7
  1007. package/es6/icon/Add.js +0 -7
  1008. package/es6/icon/AddBorder.js +0 -7
  1009. package/es6/icon/AddEmojiMore.js +0 -7
  1010. package/es6/icon/AddEvent.js +0 -7
  1011. package/es6/icon/AddField.js +0 -7
  1012. package/es6/icon/AddIntegration.js +0 -8
  1013. package/es6/icon/AddMember.js +0 -7
  1014. package/es6/icon/AddMemberBorder.js +0 -7
  1015. package/es6/icon/AddNewFolder.js +0 -7
  1016. package/es6/icon/AddParkLocation.js +0 -7
  1017. package/es6/icon/AddReactions.js +0 -9
  1018. package/es6/icon/AddTask.js +0 -7
  1019. package/es6/icon/AddTeam.js +0 -7
  1020. package/es6/icon/AddTeamBorder.js +0 -7
  1021. package/es6/icon/Address.js +0 -7
  1022. package/es6/icon/Admin.js +0 -7
  1023. package/es6/icon/AdminBorder.js +0 -7
  1024. package/es6/icon/Advanced.js +0 -7
  1025. package/es6/icon/AlignCenter.js +0 -7
  1026. package/es6/icon/AlignJustify.js +0 -7
  1027. package/es6/icon/AlignLeft.js +0 -7
  1028. package/es6/icon/AlignRight.js +0 -7
  1029. package/es6/icon/Analytics.js +0 -7
  1030. package/es6/icon/AnalyticsBorder.js +0 -7
  1031. package/es6/icon/Announcement.js +0 -8
  1032. package/es6/icon/AppleLogo.js +0 -7
  1033. package/es6/icon/Apps.js +0 -7
  1034. package/es6/icon/Archive.js +0 -7
  1035. package/es6/icon/ArrowDown.js +0 -7
  1036. package/es6/icon/ArrowDown2.js +0 -7
  1037. package/es6/icon/ArrowLeft.js +0 -7
  1038. package/es6/icon/ArrowLeft2.js +0 -7
  1039. package/es6/icon/ArrowRight.js +0 -7
  1040. package/es6/icon/ArrowRight1.js +0 -7
  1041. package/es6/icon/ArrowUp.js +0 -7
  1042. package/es6/icon/ArrowUp2.js +0 -7
  1043. package/es6/icon/Askfirst.js +0 -7
  1044. package/es6/icon/Assignment.js +0 -7
  1045. package/es6/icon/Asterisk.js +0 -7
  1046. package/es6/icon/Attachment.js +0 -7
  1047. package/es6/icon/Audio.js +0 -7
  1048. package/es6/icon/AvatarRooms.js +0 -7
  1049. package/es6/icon/Barge.js +0 -7
  1050. package/es6/icon/Birthday.js +0 -7
  1051. package/es6/icon/Blocked.js +0 -7
  1052. package/es6/icon/Bold.js +0 -7
  1053. package/es6/icon/Bookmark.js +0 -7
  1054. package/es6/icon/BookmarkBorder.js +0 -7
  1055. package/es6/icon/Box.js +0 -7
  1056. package/es6/icon/Box1.js +0 -7
  1057. package/es6/icon/BoxNew.js +0 -7
  1058. package/es6/icon/BubbleLines.js +0 -7
  1059. package/es6/icon/BubbleLinesBorder.js +0 -7
  1060. package/es6/icon/CallAdd.js +0 -7
  1061. package/es6/icon/CallList.js +0 -7
  1062. package/es6/icon/CallMore.js +0 -7
  1063. package/es6/icon/CallOnBehalf.js +0 -7
  1064. package/es6/icon/CallQueue.js +0 -14
  1065. package/es6/icon/ChatBubble.js +0 -7
  1066. package/es6/icon/Check.js +0 -7
  1067. package/es6/icon/ChevronLeft.js +0 -7
  1068. package/es6/icon/ChevronRight.js +0 -7
  1069. package/es6/icon/Close.js +0 -7
  1070. package/es6/icon/CloudContact.js +0 -7
  1071. package/es6/icon/CodeSnippets.js +0 -7
  1072. package/es6/icon/Comments.js +0 -7
  1073. package/es6/icon/CompanySetup.js +0 -7
  1074. package/es6/icon/CompanySetupBorder.js +0 -7
  1075. package/es6/icon/Computer.js +0 -7
  1076. package/es6/icon/Conference.js +0 -7
  1077. package/es6/icon/ConferenceBorder.js +0 -7
  1078. package/es6/icon/Connect.js +0 -7
  1079. package/es6/icon/Contacts.js +0 -7
  1080. package/es6/icon/ContactsAndCalendars.js +0 -7
  1081. package/es6/icon/ContactsBorder.js +0 -7
  1082. package/es6/icon/Copy.js +0 -7
  1083. package/es6/icon/CustomizeTabs.js +0 -7
  1084. package/es6/icon/Dashboard.js +0 -7
  1085. package/es6/icon/DashboardBorder.js +0 -7
  1086. package/es6/icon/Date.js +0 -7
  1087. package/es6/icon/DateBorder.js +0 -7
  1088. package/es6/icon/DefaultAvatar.js +0 -7
  1089. package/es6/icon/DefaultFile.js +0 -16
  1090. package/es6/icon/DefaultFileD.js +0 -9
  1091. package/es6/icon/DefaultGdrive.js +0 -17
  1092. package/es6/icon/DefaultGdriveD.js +0 -10
  1093. package/es6/icon/DefaultGroupAvatar.js +0 -7
  1094. package/es6/icon/DefaultIntegration.js +0 -7
  1095. package/es6/icon/DefaultIntegrationBorder.js +0 -7
  1096. package/es6/icon/DefaultMusic.js +0 -15
  1097. package/es6/icon/DefaultMusicD.js +0 -9
  1098. package/es6/icon/DefaultTeamAvatar.js +0 -7
  1099. package/es6/icon/DefaultVideo.js +0 -15
  1100. package/es6/icon/DefaultVideoD.js +0 -9
  1101. package/es6/icon/Delete.js +0 -7
  1102. package/es6/icon/DeleteCircle.js +0 -7
  1103. package/es6/icon/DeletedFile.js +0 -14
  1104. package/es6/icon/DeletedFileD.js +0 -8
  1105. package/es6/icon/Deletenumber.js +0 -7
  1106. package/es6/icon/Department.js +0 -7
  1107. package/es6/icon/Description.js +0 -7
  1108. package/es6/icon/Dial.js +0 -7
  1109. package/es6/icon/Dialer.js +0 -7
  1110. package/es6/icon/Doc.js +0 -15
  1111. package/es6/icon/DocD.js +0 -9
  1112. package/es6/icon/DockBorder.js +0 -7
  1113. package/es6/icon/DoubleChevronLeft.js +0 -7
  1114. package/es6/icon/DoubleChevronRight.js +0 -7
  1115. package/es6/icon/Download.js +0 -7
  1116. package/es6/icon/DownwardsArrowWithTipRightwards.js +0 -8
  1117. package/es6/icon/Draft.js +0 -7
  1118. package/es6/icon/DragableArea.js +0 -7
  1119. package/es6/icon/Dropbox.js +0 -7
  1120. package/es6/icon/Edit.js +0 -7
  1121. package/es6/icon/Email.js +0 -7
  1122. package/es6/icon/Emoji.js +0 -7
  1123. package/es6/icon/EndAnswer.js +0 -8
  1124. package/es6/icon/EventNew.js +0 -7
  1125. package/es6/icon/EventNewBorder.js +0 -7
  1126. package/es6/icon/Evernote.js +0 -7
  1127. package/es6/icon/Excel.js +0 -15
  1128. package/es6/icon/ExcelD.js +0 -9
  1129. package/es6/icon/Expand.js +0 -7
  1130. package/es6/icon/ExternalLink.js +0 -7
  1131. package/es6/icon/FailedFax.js +0 -7
  1132. package/es6/icon/FailedFaxBorder.js +0 -7
  1133. package/es6/icon/Fax.js +0 -7
  1134. package/es6/icon/FaxBorder.js +0 -7
  1135. package/es6/icon/Feedback.js +0 -7
  1136. package/es6/icon/File.js +0 -7
  1137. package/es6/icon/FileBorder.js +0 -7
  1138. package/es6/icon/Filter.js +0 -7
  1139. package/es6/icon/Foldercreated.js +0 -7
  1140. package/es6/icon/FontColor.js +0 -8
  1141. package/es6/icon/Forward.js +0 -7
  1142. package/es6/icon/Forwardcall.js +0 -7
  1143. package/es6/icon/Forwarding.js +0 -7
  1144. package/es6/icon/ForwardingBorder.js +0 -7
  1145. package/es6/icon/GdriveLogo.js +0 -12
  1146. package/es6/icon/Gif.js +0 -7
  1147. package/es6/icon/GifFile.js +0 -16
  1148. package/es6/icon/GifFileD.js +0 -9
  1149. package/es6/icon/Gmail.js +0 -11
  1150. package/es6/icon/GoodConnection.js +0 -7
  1151. package/es6/icon/Google.js +0 -7
  1152. package/es6/icon/GoogleCalendar2019.js +0 -12
  1153. package/es6/icon/GoogleDoc.js +0 -15
  1154. package/es6/icon/GoogleDocD.js +0 -9
  1155. package/es6/icon/GoogleLogo.js +0 -10
  1156. package/es6/icon/GoogleLogoDisabled.js +0 -7
  1157. package/es6/icon/GoogleSheet.js +0 -15
  1158. package/es6/icon/GoogleSheetD.js +0 -9
  1159. package/es6/icon/GoogleSlide.js +0 -15
  1160. package/es6/icon/GoogleSlideD.js +0 -9
  1161. package/es6/icon/GroupDefault.js +0 -7
  1162. package/es6/icon/HandUp.js +0 -7
  1163. package/es6/icon/Hash.js +0 -7
  1164. package/es6/icon/Hd.js +0 -7
  1165. package/es6/icon/Help.js +0 -7
  1166. package/es6/icon/HelpBorder.js +0 -7
  1167. package/es6/icon/HideBorder.js +0 -7
  1168. package/es6/icon/Hold.js +0 -7
  1169. package/es6/icon/HoldAnswer.js +0 -8
  1170. package/es6/icon/HoldcallBorder.js +0 -7
  1171. package/es6/icon/HorizontalLine.js +0 -7
  1172. package/es6/icon/Hud.js +0 -7
  1173. package/es6/icon/Ignore.js +0 -7
  1174. package/es6/icon/ImageBroken.js +0 -16
  1175. package/es6/icon/ImageBrokenD.js +0 -9
  1176. package/es6/icon/ImagePreview.js +0 -15
  1177. package/es6/icon/ImagePreviewD.js +0 -9
  1178. package/es6/icon/InProgress.js +0 -7
  1179. package/es6/icon/InboundCallOnBehalf.js +0 -7
  1180. package/es6/icon/InboundFax.js +0 -7
  1181. package/es6/icon/InboundFaxBorder.js +0 -7
  1182. package/es6/icon/Inbox.js +0 -7
  1183. package/es6/icon/Incall.js +0 -7
  1184. package/es6/icon/IncallBorder.js +0 -7
  1185. package/es6/icon/Indent.js +0 -7
  1186. package/es6/icon/Indeterminate.js +0 -7
  1187. package/es6/icon/Info.js +0 -7
  1188. package/es6/icon/InfoBorder.js +0 -7
  1189. package/es6/icon/InsertCode.js +0 -7
  1190. package/es6/icon/InsertImage.js +0 -7
  1191. package/es6/icon/InsertLink.js +0 -7
  1192. package/es6/icon/InsertTable.js +0 -7
  1193. package/es6/icon/InsertVideo.js +0 -7
  1194. package/es6/icon/Italic.js +0 -7
  1195. package/es6/icon/ItemListSelected.js +0 -7
  1196. package/es6/icon/Join.js +0 -8
  1197. package/es6/icon/JoinAudioPoc.js +0 -7
  1198. package/es6/icon/JoinMeeting.js +0 -7
  1199. package/es6/icon/JumpToLatest.js +0 -7
  1200. package/es6/icon/JumpToUnread.js +0 -7
  1201. package/es6/icon/Keypad.js +0 -7
  1202. package/es6/icon/Leave.js +0 -7
  1203. package/es6/icon/LeaveMeeting.js +0 -7
  1204. package/es6/icon/Limited.js +0 -8
  1205. package/es6/icon/ListBullet.js +0 -7
  1206. package/es6/icon/ListOrdered.js +0 -7
  1207. package/es6/icon/ListView.js +0 -7
  1208. package/es6/icon/Location.js +0 -7
  1209. package/es6/icon/LocationBorder.js +0 -7
  1210. package/es6/icon/Lock.js +0 -7
  1211. package/es6/icon/LockBorder.js +0 -7
  1212. package/es6/icon/Login.js +0 -7
  1213. package/es6/icon/Logout.js +0 -7
  1214. package/es6/icon/MacKeynote.js +0 -16
  1215. package/es6/icon/MacKeynoteD.js +0 -9
  1216. package/es6/icon/MacNumbers.js +0 -15
  1217. package/es6/icon/MacNumbersD.js +0 -9
  1218. package/es6/icon/MacPages.js +0 -15
  1219. package/es6/icon/MacPagesD.js +0 -9
  1220. package/es6/icon/MarkerM.js +0 -8
  1221. package/es6/icon/MarkerS.js +0 -8
  1222. package/es6/icon/MemberBorder.js +0 -7
  1223. package/es6/icon/Mention.js +0 -7
  1224. package/es6/icon/MentionBorder.js +0 -7
  1225. package/es6/icon/Merge.js +0 -7
  1226. package/es6/icon/Message.js +0 -8
  1227. package/es6/icon/Mic.js +0 -7
  1228. package/es6/icon/MicBorder.js +0 -7
  1229. package/es6/icon/MicOff.js +0 -7
  1230. package/es6/icon/MicOffBorder.js +0 -7
  1231. package/es6/icon/MicrosoftLogo.js +0 -10
  1232. package/es6/icon/MicrosoftLogoDisabled.js +0 -7
  1233. package/es6/icon/MicrosoftOutlook2019.js +0 -21
  1234. package/es6/icon/Minimize.js +0 -7
  1235. package/es6/icon/Missedcall.js +0 -7
  1236. package/es6/icon/MissedcallBorder.js +0 -7
  1237. package/es6/icon/Mobile.js +0 -7
  1238. package/es6/icon/MonitorCall.js +0 -7
  1239. package/es6/icon/MoreHoriz.js +0 -7
  1240. package/es6/icon/MoreVert.js +0 -7
  1241. package/es6/icon/MuteNotification.js +0 -7
  1242. package/es6/icon/MuteNotificationBorder.js +0 -7
  1243. package/es6/icon/NewAction.js +0 -7
  1244. package/es6/icon/NewEmail.js +0 -7
  1245. package/es6/icon/NewFax.js +0 -7
  1246. package/es6/icon/NewFile.js +0 -7
  1247. package/es6/icon/NewNote.js +0 -7
  1248. package/es6/icon/Nickname.js +0 -7
  1249. package/es6/icon/NoAudio.js +0 -7
  1250. package/es6/icon/NoConnection.js +0 -8
  1251. package/es6/icon/NonEdit.js +0 -7
  1252. package/es6/icon/Note.js +0 -7
  1253. package/es6/icon/NoteBorder.js +0 -7
  1254. package/es6/icon/Notification.js +0 -7
  1255. package/es6/icon/NotificationBorder.js +0 -7
  1256. package/es6/icon/Onedrive.js +0 -7
  1257. package/es6/icon/OpenFolder.js +0 -7
  1258. package/es6/icon/OuboundCallOnBehalf.js +0 -7
  1259. package/es6/icon/OutboundFax.js +0 -7
  1260. package/es6/icon/OutboundFaxBorder.js +0 -7
  1261. package/es6/icon/Outcall.js +0 -7
  1262. package/es6/icon/OutcallBorder.js +0 -7
  1263. package/es6/icon/Outdent.js +0 -7
  1264. package/es6/icon/Paging.js +0 -8
  1265. package/es6/icon/ParkCall.js +0 -7
  1266. package/es6/icon/ParkCallMessage.js +0 -7
  1267. package/es6/icon/ParkCallText.js +0 -7
  1268. package/es6/icon/PartnerCloudContact.js +0 -7
  1269. package/es6/icon/Pause.js +0 -7
  1270. package/es6/icon/PauseBorder.js +0 -7
  1271. package/es6/icon/PauseCircle.js +0 -7
  1272. package/es6/icon/PauseCircleBorder.js +0 -7
  1273. package/es6/icon/Pdf.js +0 -15
  1274. package/es6/icon/PdfD.js +0 -9
  1275. package/es6/icon/People.js +0 -7
  1276. package/es6/icon/Phone.js +0 -7
  1277. package/es6/icon/PhoneBorder.js +0 -7
  1278. package/es6/icon/PhoneOff.js +0 -7
  1279. package/es6/icon/PhoneOffBorder.js +0 -7
  1280. package/es6/icon/PickUpCall.js +0 -7
  1281. package/es6/icon/Pin.js +0 -7
  1282. package/es6/icon/Play.js +0 -7
  1283. package/es6/icon/PlayBorder.js +0 -7
  1284. package/es6/icon/PlayCircle.js +0 -7
  1285. package/es6/icon/PlayCircleBorder.js +0 -7
  1286. package/es6/icon/Poll.js +0 -7
  1287. package/es6/icon/PollBorder.js +0 -7
  1288. package/es6/icon/PoorConnection.js +0 -8
  1289. package/es6/icon/Ppt.js +0 -15
  1290. package/es6/icon/PptD.js +0 -9
  1291. package/es6/icon/Previous.js +0 -7
  1292. package/es6/icon/Quote.js +0 -7
  1293. package/es6/icon/Radio.js +0 -7
  1294. package/es6/icon/RadioUnselect.js +0 -7
  1295. package/es6/icon/RcBlog.js +0 -7
  1296. package/es6/icon/RcCloudContact.js +0 -7
  1297. package/es6/icon/RcContact.js +0 -7
  1298. package/es6/icon/RcHelp.js +0 -7
  1299. package/es6/icon/RcvMicOff.js +0 -8
  1300. package/es6/icon/RcvVideocamOff.js +0 -8
  1301. package/es6/icon/Read.js +0 -7
  1302. package/es6/icon/Record.js +0 -7
  1303. package/es6/icon/Refresh.js +0 -7
  1304. package/es6/icon/Remove.js +0 -7
  1305. package/es6/icon/RemoveBorder.js +0 -7
  1306. package/es6/icon/RemoveField.js +0 -7
  1307. package/es6/icon/Repeat.js +0 -7
  1308. package/es6/icon/Reply.js +0 -7
  1309. package/es6/icon/ResendFax.js +0 -7
  1310. package/es6/icon/ResetZoom.js +0 -7
  1311. package/es6/icon/RichTextEditor.js +0 -7
  1312. package/es6/icon/RollAp.js +0 -7
  1313. package/es6/icon/SaveDraft.js +0 -7
  1314. package/es6/icon/Schedule.js +0 -10
  1315. package/es6/icon/ScheduleMeeting.js +0 -7
  1316. package/es6/icon/Screenshare.js +0 -7
  1317. package/es6/icon/ScreenshareBorder.js +0 -7
  1318. package/es6/icon/Search.js +0 -7
  1319. package/es6/icon/SearchNav.js +0 -7
  1320. package/es6/icon/Selects.js +0 -7
  1321. package/es6/icon/Send.js +0 -7
  1322. package/es6/icon/SendFilled.js +0 -7
  1323. package/es6/icon/Settings.js +0 -7
  1324. package/es6/icon/SettingsBorder.js +0 -7
  1325. package/es6/icon/Share.js +0 -7
  1326. package/es6/icon/SharedLine.js +0 -9
  1327. package/es6/icon/Sharepoint.js +0 -7
  1328. package/es6/icon/Shortcut.js +0 -7
  1329. package/es6/icon/ShortcutBorder.js +0 -7
  1330. package/es6/icon/Signal0.js +0 -7
  1331. package/es6/icon/Signal1.js +0 -7
  1332. package/es6/icon/Signal2.js +0 -7
  1333. package/es6/icon/Signal3.js +0 -7
  1334. package/es6/icon/Sms.js +0 -7
  1335. package/es6/icon/SmsBorder.js +0 -7
  1336. package/es6/icon/SmsDefault.js +0 -7
  1337. package/es6/icon/SmsInviteBorder.js +0 -7
  1338. package/es6/icon/Sort.js +0 -8
  1339. package/es6/icon/SpeakerDown.js +0 -7
  1340. package/es6/icon/SpeakerMute.js +0 -7
  1341. package/es6/icon/SpeakerUp.js +0 -7
  1342. package/es6/icon/Star.js +0 -7
  1343. package/es6/icon/StarBorder.js +0 -7
  1344. package/es6/icon/Start.js +0 -8
  1345. package/es6/icon/StartMeeting.js +0 -7
  1346. package/es6/icon/Stop.js +0 -7
  1347. package/es6/icon/StopBorder.js +0 -7
  1348. package/es6/icon/StopCircle.js +0 -7
  1349. package/es6/icon/StopCircleBorder.js +0 -7
  1350. package/es6/icon/StopRecord.js +0 -7
  1351. package/es6/icon/Strike.js +0 -7
  1352. package/es6/icon/TakeOver.js +0 -7
  1353. package/es6/icon/TaskNew.js +0 -7
  1354. package/es6/icon/TaskNewBorder.js +0 -7
  1355. package/es6/icon/Team.js +0 -7
  1356. package/es6/icon/TeamBorder.js +0 -7
  1357. package/es6/icon/TeamDefault.js +0 -7
  1358. package/es6/icon/Text.js +0 -7
  1359. package/es6/icon/Theme.js +0 -7
  1360. package/es6/icon/Thumbup.js +0 -7
  1361. package/es6/icon/ThumbupBorder.js +0 -7
  1362. package/es6/icon/Time.js +0 -7
  1363. package/es6/icon/TimeBorder.js +0 -7
  1364. package/es6/icon/Transcription.js +0 -7
  1365. package/es6/icon/TransferCall.js +0 -7
  1366. package/es6/icon/TransferCallBorder.js +0 -7
  1367. package/es6/icon/Unblocked.js +0 -7
  1368. package/es6/icon/Underline.js +0 -7
  1369. package/es6/icon/Undock.js +0 -7
  1370. package/es6/icon/UndockBorder.js +0 -7
  1371. package/es6/icon/UnfoldLess.js +0 -7
  1372. package/es6/icon/UnfoldMore.js +0 -7
  1373. package/es6/icon/Unlock.js +0 -7
  1374. package/es6/icon/Unpin.js +0 -7
  1375. package/es6/icon/UnpinSlash.js +0 -7
  1376. package/es6/icon/Unread.js +0 -7
  1377. package/es6/icon/Unselect.js +0 -7
  1378. package/es6/icon/UserDefault.js +0 -7
  1379. package/es6/icon/VideoAndMessage.js +0 -7
  1380. package/es6/icon/VideoMeeting.js +0 -7
  1381. package/es6/icon/Videocam.js +0 -7
  1382. package/es6/icon/VideocamBorder.js +0 -7
  1383. package/es6/icon/VideocamOff.js +0 -7
  1384. package/es6/icon/VideocamOffBorder.js +0 -7
  1385. package/es6/icon/View.js +0 -7
  1386. package/es6/icon/ViewBorder.js +0 -7
  1387. package/es6/icon/ViewLogBorder.js +0 -7
  1388. package/es6/icon/Voicemail.js +0 -7
  1389. package/es6/icon/Warning.js +0 -7
  1390. package/es6/icon/WatchVideo.js +0 -7
  1391. package/es6/icon/WeakConnection.js +0 -8
  1392. package/es6/icon/Webinar.js +0 -7
  1393. package/es6/icon/WebinarBorder.js +0 -7
  1394. package/es6/icon/Webpage.js +0 -7
  1395. package/es6/icon/Whisper.js +0 -7
  1396. package/es6/icon/Work.js +0 -7
  1397. package/es6/icon/Workspace.js +0 -7
  1398. package/es6/icon/WorkspaceBorder.js +0 -7
  1399. package/es6/icon/Zip.js +0 -15
  1400. package/es6/icon/ZipD.js +0 -9
  1401. package/es6/icon/ZoomIn.js +0 -7
  1402. package/es6/icon/ZoomOut.js +0 -7
  1403. package/es6/icon/index.js +0 -408
  1404. package/es6/icons/icon-0.svg +0 -6
  1405. package/es6/icons/icon-1.svg +0 -5
  1406. package/es6/icons/icon-2.svg +0 -6
  1407. package/es6/icons/icon-3.svg +0 -6
  1408. package/es6/icons/icon-4.svg +0 -6
  1409. package/es6/icons/icon-5.svg +0 -6
  1410. package/es6/icons/icon-6.svg +0 -6
  1411. package/es6/icons/icon-7.svg +0 -6
  1412. package/es6/icons/icon-8.svg +0 -6
  1413. package/es6/icons/icon-9.svg +0 -6
  1414. package/es6/icons/icon-Announcement.svg +0 -8
  1415. package/es6/icons/icon-Call-queue.svg +0 -14
  1416. package/es6/icons/icon-Company-setup.svg +0 -5
  1417. package/es6/icons/icon-Company-setup_border.svg +0 -5
  1418. package/es6/icons/icon-Description.svg +0 -5
  1419. package/es6/icons/icon-HUD.svg +0 -5
  1420. package/es6/icons/icon-Limited.svg +0 -7
  1421. package/es6/icons/icon-Logout.svg +0 -5
  1422. package/es6/icons/icon-Message.svg +0 -6
  1423. package/es6/icons/icon-New-email.svg +0 -5
  1424. package/es6/icons/icon-Paging.svg +0 -6
  1425. package/es6/icons/icon-Shared-line.svg +0 -8
  1426. package/es6/icons/icon-active-call.svg +0 -7
  1427. package/es6/icons/icon-activecall_border.svg +0 -5
  1428. package/es6/icons/icon-add-emoji-more.svg +0 -5
  1429. package/es6/icons/icon-add-event.svg +0 -5
  1430. package/es6/icons/icon-add-integration.svg +0 -6
  1431. package/es6/icons/icon-add-member.svg +0 -5
  1432. package/es6/icons/icon-add-member_border.svg +0 -5
  1433. package/es6/icons/icon-add-park-location.svg +0 -5
  1434. package/es6/icons/icon-add-reactions.svg +0 -9
  1435. package/es6/icons/icon-add-task.svg +0 -5
  1436. package/es6/icons/icon-add-team.svg +0 -5
  1437. package/es6/icons/icon-add-team_border.svg +0 -5
  1438. package/es6/icons/icon-add.svg +0 -5
  1439. package/es6/icons/icon-add_border.svg +0 -5
  1440. package/es6/icons/icon-add_field.svg +0 -5
  1441. package/es6/icons/icon-add_new_folder.svg +0 -5
  1442. package/es6/icons/icon-address.svg +0 -5
  1443. package/es6/icons/icon-admin.svg +0 -5
  1444. package/es6/icons/icon-admin_border.svg +0 -5
  1445. package/es6/icons/icon-advanced.svg +0 -5
  1446. package/es6/icons/icon-align-center.svg +0 -5
  1447. package/es6/icons/icon-align-justify.svg +0 -5
  1448. package/es6/icons/icon-align-left.svg +0 -5
  1449. package/es6/icons/icon-align-right.svg +0 -5
  1450. package/es6/icons/icon-analytics.svg +0 -5
  1451. package/es6/icons/icon-analytics_border.svg +0 -5
  1452. package/es6/icons/icon-apple-logo.svg +0 -5
  1453. package/es6/icons/icon-apps.svg +0 -5
  1454. package/es6/icons/icon-archive.svg +0 -5
  1455. package/es6/icons/icon-arrow-down.svg +0 -5
  1456. package/es6/icons/icon-arrow-left.svg +0 -5
  1457. package/es6/icons/icon-arrow-up.svg +0 -5
  1458. package/es6/icons/icon-arrow_down.svg +0 -5
  1459. package/es6/icons/icon-arrow_left.svg +0 -5
  1460. package/es6/icons/icon-arrow_right.svg +0 -5
  1461. package/es6/icons/icon-arrow_right1.svg +0 -5
  1462. package/es6/icons/icon-arrow_up.svg +0 -5
  1463. package/es6/icons/icon-askfirst.svg +0 -5
  1464. package/es6/icons/icon-assignment.svg +0 -5
  1465. package/es6/icons/icon-asterisk.svg +0 -5
  1466. package/es6/icons/icon-attachment.svg +0 -5
  1467. package/es6/icons/icon-audio.svg +0 -5
  1468. package/es6/icons/icon-avatar_rooms.svg +0 -5
  1469. package/es6/icons/icon-barge.svg +0 -5
  1470. package/es6/icons/icon-birthday.svg +0 -5
  1471. package/es6/icons/icon-blocked.svg +0 -5
  1472. package/es6/icons/icon-bold.svg +0 -5
  1473. package/es6/icons/icon-bookmark.svg +0 -5
  1474. package/es6/icons/icon-bookmark_border.svg +0 -5
  1475. package/es6/icons/icon-box-new.svg +0 -5
  1476. package/es6/icons/icon-box.svg +0 -5
  1477. package/es6/icons/icon-box1.svg +0 -5
  1478. package/es6/icons/icon-bubble_lines.svg +0 -5
  1479. package/es6/icons/icon-bubble_lines_border.svg +0 -5
  1480. package/es6/icons/icon-call-add.svg +0 -5
  1481. package/es6/icons/icon-call-list.svg +0 -5
  1482. package/es6/icons/icon-call-more.svg +0 -5
  1483. package/es6/icons/icon-call_on_behalf.svg +0 -5
  1484. package/es6/icons/icon-chat_bubble.svg +0 -5
  1485. package/es6/icons/icon-check.svg +0 -5
  1486. package/es6/icons/icon-chevron_left.svg +0 -5
  1487. package/es6/icons/icon-chevron_right.svg +0 -5
  1488. package/es6/icons/icon-close.svg +0 -5
  1489. package/es6/icons/icon-cloud_contact.svg +0 -5
  1490. package/es6/icons/icon-code_snippets.svg +0 -5
  1491. package/es6/icons/icon-comments.svg +0 -5
  1492. package/es6/icons/icon-computer.svg +0 -5
  1493. package/es6/icons/icon-conference.svg +0 -5
  1494. package/es6/icons/icon-conference_border.svg +0 -5
  1495. package/es6/icons/icon-connect.svg +0 -5
  1496. package/es6/icons/icon-contacts.svg +0 -5
  1497. package/es6/icons/icon-contacts_and_calendars.svg +0 -5
  1498. package/es6/icons/icon-contacts_border.svg +0 -5
  1499. package/es6/icons/icon-copy.svg +0 -5
  1500. package/es6/icons/icon-customize-tabs.svg +0 -5
  1501. package/es6/icons/icon-dashboard.svg +0 -5
  1502. package/es6/icons/icon-dashboard_border.svg +0 -5
  1503. package/es6/icons/icon-date.svg +0 -5
  1504. package/es6/icons/icon-date_border.svg +0 -5
  1505. package/es6/icons/icon-default-avatar.svg +0 -5
  1506. package/es6/icons/icon-default-file-D.svg +0 -7
  1507. package/es6/icons/icon-default-file.svg +0 -8
  1508. package/es6/icons/icon-default-gdrive-D.svg +0 -8
  1509. package/es6/icons/icon-default-gdrive.svg +0 -9
  1510. package/es6/icons/icon-default-group-avatar.svg +0 -5
  1511. package/es6/icons/icon-default-integration.svg +0 -5
  1512. package/es6/icons/icon-default-integration_border.svg +0 -5
  1513. package/es6/icons/icon-default-music-D.svg +0 -7
  1514. package/es6/icons/icon-default-music.svg +0 -7
  1515. package/es6/icons/icon-default-team-avatar.svg +0 -5
  1516. package/es6/icons/icon-default-video-D.svg +0 -7
  1517. package/es6/icons/icon-default-video.svg +0 -7
  1518. package/es6/icons/icon-delete.svg +0 -5
  1519. package/es6/icons/icon-delete_circle.svg +0 -5
  1520. package/es6/icons/icon-deleted_file.svg +0 -6
  1521. package/es6/icons/icon-deleted_file_D.svg +0 -6
  1522. package/es6/icons/icon-deletenumber.svg +0 -5
  1523. package/es6/icons/icon-department.svg +0 -5
  1524. package/es6/icons/icon-dial.svg +0 -5
  1525. package/es6/icons/icon-dialer.svg +0 -5
  1526. package/es6/icons/icon-doc-D.svg +0 -7
  1527. package/es6/icons/icon-doc.svg +0 -7
  1528. package/es6/icons/icon-dock_border.svg +0 -5
  1529. package/es6/icons/icon-double-chevron_left.svg +0 -5
  1530. package/es6/icons/icon-double-chevron_right.svg +0 -5
  1531. package/es6/icons/icon-download.svg +0 -5
  1532. package/es6/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  1533. package/es6/icons/icon-draft.svg +0 -5
  1534. package/es6/icons/icon-dragable_area.svg +0 -5
  1535. package/es6/icons/icon-dropbox.svg +0 -5
  1536. package/es6/icons/icon-edit.svg +0 -5
  1537. package/es6/icons/icon-email.svg +0 -5
  1538. package/es6/icons/icon-emoji.svg +0 -5
  1539. package/es6/icons/icon-end--answer.svg +0 -6
  1540. package/es6/icons/icon-event-new.svg +0 -5
  1541. package/es6/icons/icon-event-new_border.svg +0 -5
  1542. package/es6/icons/icon-evernote.svg +0 -5
  1543. package/es6/icons/icon-excel-D.svg +0 -7
  1544. package/es6/icons/icon-excel.svg +0 -7
  1545. package/es6/icons/icon-expand.svg +0 -5
  1546. package/es6/icons/icon-external_link.svg +0 -5
  1547. package/es6/icons/icon-failed-fax.svg +0 -5
  1548. package/es6/icons/icon-failed-fax_border.svg +0 -5
  1549. package/es6/icons/icon-fax.svg +0 -5
  1550. package/es6/icons/icon-fax_border.svg +0 -5
  1551. package/es6/icons/icon-feedback.svg +0 -5
  1552. package/es6/icons/icon-file.svg +0 -5
  1553. package/es6/icons/icon-file_border.svg +0 -5
  1554. package/es6/icons/icon-filter.svg +0 -5
  1555. package/es6/icons/icon-foldercreated.svg +0 -5
  1556. package/es6/icons/icon-font-color.svg +0 -6
  1557. package/es6/icons/icon-forward.svg +0 -5
  1558. package/es6/icons/icon-forwardcall.svg +0 -5
  1559. package/es6/icons/icon-forwarding.svg +0 -5
  1560. package/es6/icons/icon-forwarding_border.svg +0 -5
  1561. package/es6/icons/icon-gdrive-logo.svg +0 -10
  1562. package/es6/icons/icon-gif-file-D.svg +0 -7
  1563. package/es6/icons/icon-gif-file.svg +0 -8
  1564. package/es6/icons/icon-gif.svg +0 -5
  1565. package/es6/icons/icon-gmail.svg +0 -9
  1566. package/es6/icons/icon-good-connection.svg +0 -5
  1567. package/es6/icons/icon-google-calendar-2019.svg +0 -10
  1568. package/es6/icons/icon-google-doc-D.svg +0 -7
  1569. package/es6/icons/icon-google-doc.svg +0 -7
  1570. package/es6/icons/icon-google-logo-disabled.svg +0 -5
  1571. package/es6/icons/icon-google-logo.svg +0 -8
  1572. package/es6/icons/icon-google-sheet-D.svg +0 -7
  1573. package/es6/icons/icon-google-sheet.svg +0 -7
  1574. package/es6/icons/icon-google-slide-D.svg +0 -7
  1575. package/es6/icons/icon-google-slide.svg +0 -7
  1576. package/es6/icons/icon-google.svg +0 -5
  1577. package/es6/icons/icon-group-default.svg +0 -5
  1578. package/es6/icons/icon-hand-up.svg +0 -5
  1579. package/es6/icons/icon-hash.svg +0 -5
  1580. package/es6/icons/icon-hd.svg +0 -5
  1581. package/es6/icons/icon-help.svg +0 -5
  1582. package/es6/icons/icon-help_border.svg +0 -5
  1583. package/es6/icons/icon-hide_border.svg +0 -5
  1584. package/es6/icons/icon-hold-answer.svg +0 -6
  1585. package/es6/icons/icon-hold.svg +0 -5
  1586. package/es6/icons/icon-holdcall_border.svg +0 -5
  1587. package/es6/icons/icon-horizontal-line.svg +0 -5
  1588. package/es6/icons/icon-ignore.svg +0 -5
  1589. package/es6/icons/icon-image-broken-D.svg +0 -7
  1590. package/es6/icons/icon-image-broken.svg +0 -8
  1591. package/es6/icons/icon-image-preview-D.svg +0 -7
  1592. package/es6/icons/icon-image-preview.svg +0 -7
  1593. package/es6/icons/icon-in-progress.svg +0 -5
  1594. package/es6/icons/icon-inbound-fax.svg +0 -5
  1595. package/es6/icons/icon-inbound-fax_border.svg +0 -5
  1596. package/es6/icons/icon-inbound_call_on_behalf.svg +0 -5
  1597. package/es6/icons/icon-inbox.svg +0 -5
  1598. package/es6/icons/icon-incall.svg +0 -5
  1599. package/es6/icons/icon-incall_border.svg +0 -5
  1600. package/es6/icons/icon-indent.svg +0 -5
  1601. package/es6/icons/icon-indeterminate.svg +0 -5
  1602. package/es6/icons/icon-info.svg +0 -5
  1603. package/es6/icons/icon-info_border.svg +0 -5
  1604. package/es6/icons/icon-insert-code.svg +0 -5
  1605. package/es6/icons/icon-insert-image.svg +0 -5
  1606. package/es6/icons/icon-insert-link.svg +0 -5
  1607. package/es6/icons/icon-insert-table.svg +0 -5
  1608. package/es6/icons/icon-insert-video.svg +0 -5
  1609. package/es6/icons/icon-italic.svg +0 -5
  1610. package/es6/icons/icon-item-list-selected.svg +0 -5
  1611. package/es6/icons/icon-join-audio-poc.svg +0 -5
  1612. package/es6/icons/icon-join.svg +0 -7
  1613. package/es6/icons/icon-join_meeting.svg +0 -5
  1614. package/es6/icons/icon-jump-to-latest.svg +0 -5
  1615. package/es6/icons/icon-jump-to-unread.svg +0 -5
  1616. package/es6/icons/icon-keypad.svg +0 -5
  1617. package/es6/icons/icon-leave-meeting.svg +0 -5
  1618. package/es6/icons/icon-leave.svg +0 -5
  1619. package/es6/icons/icon-list-bullet.svg +0 -5
  1620. package/es6/icons/icon-list-ordered.svg +0 -5
  1621. package/es6/icons/icon-list-view.svg +0 -5
  1622. package/es6/icons/icon-location.svg +0 -5
  1623. package/es6/icons/icon-location_border.svg +0 -5
  1624. package/es6/icons/icon-lock.svg +0 -5
  1625. package/es6/icons/icon-lock_border.svg +0 -5
  1626. package/es6/icons/icon-login.svg +0 -5
  1627. package/es6/icons/icon-mac-keynote-D.svg +0 -7
  1628. package/es6/icons/icon-mac-keynote.svg +0 -10
  1629. package/es6/icons/icon-mac-numbers-D.svg +0 -7
  1630. package/es6/icons/icon-mac-numbers.svg +0 -7
  1631. package/es6/icons/icon-mac-pages-D.svg +0 -7
  1632. package/es6/icons/icon-mac-pages.svg +0 -7
  1633. package/es6/icons/icon-marker_m.svg +0 -6
  1634. package/es6/icons/icon-marker_s.svg +0 -6
  1635. package/es6/icons/icon-member_border.svg +0 -5
  1636. package/es6/icons/icon-mention.svg +0 -5
  1637. package/es6/icons/icon-mention_border.svg +0 -5
  1638. package/es6/icons/icon-merge.svg +0 -5
  1639. package/es6/icons/icon-mic-off.svg +0 -5
  1640. package/es6/icons/icon-mic-off_border.svg +0 -5
  1641. package/es6/icons/icon-mic.svg +0 -5
  1642. package/es6/icons/icon-mic_border.svg +0 -5
  1643. package/es6/icons/icon-microsoft-logo-disabled.svg +0 -8
  1644. package/es6/icons/icon-microsoft-logo.svg +0 -8
  1645. package/es6/icons/icon-microsoft-outlook-2019.svg +0 -19
  1646. package/es6/icons/icon-minimize.svg +0 -5
  1647. package/es6/icons/icon-missedcall.svg +0 -5
  1648. package/es6/icons/icon-missedcall_border.svg +0 -5
  1649. package/es6/icons/icon-mobile.svg +0 -5
  1650. package/es6/icons/icon-monitor_call.svg +0 -5
  1651. package/es6/icons/icon-more_horiz.svg +0 -5
  1652. package/es6/icons/icon-more_vert.svg +0 -5
  1653. package/es6/icons/icon-mute-notification.svg +0 -5
  1654. package/es6/icons/icon-mute-notification_border.svg +0 -5
  1655. package/es6/icons/icon-new-action.svg +0 -5
  1656. package/es6/icons/icon-new-fax.svg +0 -5
  1657. package/es6/icons/icon-new-file.svg +0 -5
  1658. package/es6/icons/icon-new-note.svg +0 -5
  1659. package/es6/icons/icon-nickname.svg +0 -5
  1660. package/es6/icons/icon-no-audio.svg +0 -5
  1661. package/es6/icons/icon-no-connection.svg +0 -6
  1662. package/es6/icons/icon-non-edit.svg +0 -5
  1663. package/es6/icons/icon-note.svg +0 -5
  1664. package/es6/icons/icon-note_border.svg +0 -5
  1665. package/es6/icons/icon-notification.svg +0 -5
  1666. package/es6/icons/icon-notification_border.svg +0 -5
  1667. package/es6/icons/icon-onedrive.svg +0 -5
  1668. package/es6/icons/icon-open-folder.svg +0 -5
  1669. package/es6/icons/icon-oubound_call_on_behalf.svg +0 -5
  1670. package/es6/icons/icon-outbound-fax.svg +0 -5
  1671. package/es6/icons/icon-outbound-fax_border.svg +0 -5
  1672. package/es6/icons/icon-outcall.svg +0 -5
  1673. package/es6/icons/icon-outcall_border.svg +0 -5
  1674. package/es6/icons/icon-outdent.svg +0 -5
  1675. package/es6/icons/icon-park-call-message.svg +0 -5
  1676. package/es6/icons/icon-park-call-text.svg +0 -5
  1677. package/es6/icons/icon-park-call.svg +0 -5
  1678. package/es6/icons/icon-partner_cloud_contact.svg +0 -5
  1679. package/es6/icons/icon-pause.svg +0 -5
  1680. package/es6/icons/icon-pause_border.svg +0 -5
  1681. package/es6/icons/icon-pause_circle.svg +0 -5
  1682. package/es6/icons/icon-pause_circle_border.svg +0 -5
  1683. package/es6/icons/icon-pdf-D.svg +0 -7
  1684. package/es6/icons/icon-pdf.svg +0 -7
  1685. package/es6/icons/icon-people.svg +0 -5
  1686. package/es6/icons/icon-phone-off.svg +0 -5
  1687. package/es6/icons/icon-phone-off_border.svg +0 -5
  1688. package/es6/icons/icon-phone.svg +0 -5
  1689. package/es6/icons/icon-phone_border.svg +0 -5
  1690. package/es6/icons/icon-pick_up_call.svg +0 -5
  1691. package/es6/icons/icon-pin.svg +0 -5
  1692. package/es6/icons/icon-play.svg +0 -5
  1693. package/es6/icons/icon-play_border.svg +0 -5
  1694. package/es6/icons/icon-play_circle.svg +0 -5
  1695. package/es6/icons/icon-play_circle_border.svg +0 -5
  1696. package/es6/icons/icon-poll.svg +0 -5
  1697. package/es6/icons/icon-poll_border.svg +0 -5
  1698. package/es6/icons/icon-poor-connection.svg +0 -6
  1699. package/es6/icons/icon-ppt-D.svg +0 -7
  1700. package/es6/icons/icon-ppt.svg +0 -7
  1701. package/es6/icons/icon-previous.svg +0 -5
  1702. package/es6/icons/icon-quote.svg +0 -5
  1703. package/es6/icons/icon-radio.svg +0 -5
  1704. package/es6/icons/icon-radio_unselect.svg +0 -5
  1705. package/es6/icons/icon-rc_blog.svg +0 -5
  1706. package/es6/icons/icon-rc_cloud_contact.svg +0 -5
  1707. package/es6/icons/icon-rc_contact.svg +0 -5
  1708. package/es6/icons/icon-rc_help.svg +0 -5
  1709. package/es6/icons/icon-rcv_mic-off.svg +0 -6
  1710. package/es6/icons/icon-rcv_videocam-off.svg +0 -6
  1711. package/es6/icons/icon-read.svg +0 -5
  1712. package/es6/icons/icon-record.svg +0 -5
  1713. package/es6/icons/icon-refresh.svg +0 -5
  1714. package/es6/icons/icon-remove.svg +0 -5
  1715. package/es6/icons/icon-remove_border.svg +0 -5
  1716. package/es6/icons/icon-remove_field.svg +0 -5
  1717. package/es6/icons/icon-repeat.svg +0 -5
  1718. package/es6/icons/icon-reply.svg +0 -5
  1719. package/es6/icons/icon-resend-fax.svg +0 -5
  1720. package/es6/icons/icon-reset-zoom.svg +0 -5
  1721. package/es6/icons/icon-rich_text_editor.svg +0 -5
  1722. package/es6/icons/icon-roll-ap.svg +0 -5
  1723. package/es6/icons/icon-save-draft.svg +0 -5
  1724. package/es6/icons/icon-schedule.svg +0 -13
  1725. package/es6/icons/icon-schedule_meeting.svg +0 -5
  1726. package/es6/icons/icon-screenshare.svg +0 -5
  1727. package/es6/icons/icon-screenshare_border.svg +0 -5
  1728. package/es6/icons/icon-search.svg +0 -5
  1729. package/es6/icons/icon-search_nav.svg +0 -5
  1730. package/es6/icons/icon-selects.svg +0 -5
  1731. package/es6/icons/icon-send.svg +0 -5
  1732. package/es6/icons/icon-send_filled.svg +0 -5
  1733. package/es6/icons/icon-settings.svg +0 -5
  1734. package/es6/icons/icon-settings_border.svg +0 -5
  1735. package/es6/icons/icon-share.svg +0 -5
  1736. package/es6/icons/icon-sharepoint.svg +0 -5
  1737. package/es6/icons/icon-shortcut.svg +0 -5
  1738. package/es6/icons/icon-shortcut_border.svg +0 -5
  1739. package/es6/icons/icon-signal-0.svg +0 -5
  1740. package/es6/icons/icon-signal-1.svg +0 -5
  1741. package/es6/icons/icon-signal-2.svg +0 -5
  1742. package/es6/icons/icon-signal-3.svg +0 -7
  1743. package/es6/icons/icon-sms-default.svg +0 -5
  1744. package/es6/icons/icon-sms.svg +0 -5
  1745. package/es6/icons/icon-sms_border.svg +0 -5
  1746. package/es6/icons/icon-sms_invite_border.svg +0 -5
  1747. package/es6/icons/icon-sort.svg +0 -6
  1748. package/es6/icons/icon-speaker-down.svg +0 -5
  1749. package/es6/icons/icon-speaker-mute.svg +0 -5
  1750. package/es6/icons/icon-speaker-up.svg +0 -5
  1751. package/es6/icons/icon-star.svg +0 -5
  1752. package/es6/icons/icon-star_border.svg +0 -5
  1753. package/es6/icons/icon-start.svg +0 -7
  1754. package/es6/icons/icon-start_meeting.svg +0 -5
  1755. package/es6/icons/icon-stop-record.svg +0 -5
  1756. package/es6/icons/icon-stop.svg +0 -5
  1757. package/es6/icons/icon-stop_border.svg +0 -5
  1758. package/es6/icons/icon-stop_circle.svg +0 -5
  1759. package/es6/icons/icon-stop_circle_border.svg +0 -5
  1760. package/es6/icons/icon-strike.svg +0 -5
  1761. package/es6/icons/icon-take_over.svg +0 -5
  1762. package/es6/icons/icon-task-new.svg +0 -5
  1763. package/es6/icons/icon-task-new_border.svg +0 -5
  1764. package/es6/icons/icon-team-default.svg +0 -5
  1765. package/es6/icons/icon-team.svg +0 -5
  1766. package/es6/icons/icon-team_border.svg +0 -5
  1767. package/es6/icons/icon-text.svg +0 -5
  1768. package/es6/icons/icon-theme.svg +0 -5
  1769. package/es6/icons/icon-thumbup.svg +0 -5
  1770. package/es6/icons/icon-thumbup_border.svg +0 -5
  1771. package/es6/icons/icon-time.svg +0 -5
  1772. package/es6/icons/icon-time_border.svg +0 -5
  1773. package/es6/icons/icon-transcription.svg +0 -5
  1774. package/es6/icons/icon-transfer-call.svg +0 -5
  1775. package/es6/icons/icon-transfer_call_border.svg +0 -5
  1776. package/es6/icons/icon-unblocked.svg +0 -5
  1777. package/es6/icons/icon-underline.svg +0 -5
  1778. package/es6/icons/icon-undock.svg +0 -5
  1779. package/es6/icons/icon-undock_border.svg +0 -5
  1780. package/es6/icons/icon-unfold_less.svg +0 -5
  1781. package/es6/icons/icon-unfold_more.svg +0 -5
  1782. package/es6/icons/icon-unlock.svg +0 -5
  1783. package/es6/icons/icon-unpin-slash.svg +0 -5
  1784. package/es6/icons/icon-unpin.svg +0 -5
  1785. package/es6/icons/icon-unread.svg +0 -5
  1786. package/es6/icons/icon-unselect.svg +0 -5
  1787. package/es6/icons/icon-user-default.svg +0 -5
  1788. package/es6/icons/icon-video_and_message.svg +0 -5
  1789. package/es6/icons/icon-video_meeting.svg +0 -5
  1790. package/es6/icons/icon-videocam-off.svg +0 -5
  1791. package/es6/icons/icon-videocam-off_border.svg +0 -5
  1792. package/es6/icons/icon-videocam.svg +0 -5
  1793. package/es6/icons/icon-videocam_border.svg +0 -5
  1794. package/es6/icons/icon-view-log_border.svg +0 -5
  1795. package/es6/icons/icon-view.svg +0 -5
  1796. package/es6/icons/icon-view_border.svg +0 -5
  1797. package/es6/icons/icon-voicemail.svg +0 -5
  1798. package/es6/icons/icon-warning.svg +0 -5
  1799. package/es6/icons/icon-watch-video.svg +0 -5
  1800. package/es6/icons/icon-weak-connection.svg +0 -6
  1801. package/es6/icons/icon-webinar.svg +0 -5
  1802. package/es6/icons/icon-webinar_border.svg +0 -5
  1803. package/es6/icons/icon-webpage.svg +0 -5
  1804. package/es6/icons/icon-whisper.svg +0 -5
  1805. package/es6/icons/icon-work.svg +0 -5
  1806. package/es6/icons/icon-workspace.svg +0 -5
  1807. package/es6/icons/icon-workspace_border.svg +0 -5
  1808. package/es6/icons/icon-zip-D.svg +0 -7
  1809. package/es6/icons/icon-zip.svg +0 -7
  1810. package/es6/icons/icon-zoom-in.svg +0 -5
  1811. package/es6/icons/icon-zoom-out.svg +0 -5
  1812. package/es6/scss/_rcDark.scss +0 -198
  1813. package/es6/scss/_rcHighContrast.scss +0 -198
  1814. package/es6/scss/_theming.scss +0 -241
  1815. package/es6/scss/themes/_breakpoints.scss +0 -10
  1816. package/es6/scss/themes/_index.scss +0 -10
  1817. package/es6/scss/themes/_opacity.scss +0 -15
  1818. package/es6/scss/themes/_palette.dark.scss +0 -196
  1819. package/es6/scss/themes/_palette.light.scss +0 -196
  1820. package/es6/scss/themes/_radius.scss +0 -10
  1821. package/es6/scss/themes/_shadows.scss +0 -1
  1822. package/es6/scss/themes/_shape.scss +0 -3
  1823. package/es6/scss/themes/_size.scss +0 -4
  1824. package/es6/scss/themes/_transition.scss +0 -17
  1825. package/es6/scss/themes/_typography.scss +0 -86
  1826. package/es6/scss/themes/_zIndex.scss +0 -9
  1827. package/es6/scss/utils/_add-spacing.scss +0 -32
  1828. package/es6/scss/utils/_add-style.scss +0 -11
  1829. package/es6/scss/utils/_box-shadow.scss +0 -3
  1830. package/es6/scss/utils/_index.scss +0 -4
  1831. package/es6/scss/utils/_map-deep.scss +0 -96
  1832. package/icon/0.d.ts +0 -3
  1833. package/icon/0.js +0 -10
  1834. package/icon/1.d.ts +0 -3
  1835. package/icon/1.js +0 -9
  1836. package/icon/2.d.ts +0 -3
  1837. package/icon/2.js +0 -10
  1838. package/icon/3.d.ts +0 -3
  1839. package/icon/3.js +0 -10
  1840. package/icon/4.d.ts +0 -3
  1841. package/icon/4.js +0 -10
  1842. package/icon/5.d.ts +0 -3
  1843. package/icon/5.js +0 -10
  1844. package/icon/6.d.ts +0 -3
  1845. package/icon/6.js +0 -10
  1846. package/icon/7.d.ts +0 -3
  1847. package/icon/7.js +0 -10
  1848. package/icon/8.d.ts +0 -3
  1849. package/icon/8.js +0 -10
  1850. package/icon/9.d.ts +0 -3
  1851. package/icon/9.js +0 -10
  1852. package/icon/ActiveCall.d.ts +0 -3
  1853. package/icon/ActiveCall.js +0 -11
  1854. package/icon/ActivecallBorder.d.ts +0 -3
  1855. package/icon/ActivecallBorder.js +0 -9
  1856. package/icon/Add.d.ts +0 -3
  1857. package/icon/Add.js +0 -9
  1858. package/icon/AddBorder.d.ts +0 -3
  1859. package/icon/AddBorder.js +0 -9
  1860. package/icon/AddEmojiMore.d.ts +0 -3
  1861. package/icon/AddEmojiMore.js +0 -9
  1862. package/icon/AddEvent.d.ts +0 -3
  1863. package/icon/AddEvent.js +0 -9
  1864. package/icon/AddField.d.ts +0 -3
  1865. package/icon/AddField.js +0 -9
  1866. package/icon/AddIntegration.d.ts +0 -3
  1867. package/icon/AddIntegration.js +0 -10
  1868. package/icon/AddMember.d.ts +0 -3
  1869. package/icon/AddMember.js +0 -9
  1870. package/icon/AddMemberBorder.d.ts +0 -3
  1871. package/icon/AddMemberBorder.js +0 -9
  1872. package/icon/AddNewFolder.d.ts +0 -3
  1873. package/icon/AddNewFolder.js +0 -9
  1874. package/icon/AddParkLocation.d.ts +0 -3
  1875. package/icon/AddParkLocation.js +0 -9
  1876. package/icon/AddReactions.d.ts +0 -3
  1877. package/icon/AddReactions.js +0 -11
  1878. package/icon/AddTask.d.ts +0 -3
  1879. package/icon/AddTask.js +0 -9
  1880. package/icon/AddTeam.d.ts +0 -3
  1881. package/icon/AddTeam.js +0 -9
  1882. package/icon/AddTeamBorder.d.ts +0 -3
  1883. package/icon/AddTeamBorder.js +0 -9
  1884. package/icon/Address.d.ts +0 -3
  1885. package/icon/Address.js +0 -9
  1886. package/icon/Admin.d.ts +0 -3
  1887. package/icon/Admin.js +0 -9
  1888. package/icon/AdminBorder.d.ts +0 -3
  1889. package/icon/AdminBorder.js +0 -9
  1890. package/icon/Advanced.d.ts +0 -3
  1891. package/icon/Advanced.js +0 -9
  1892. package/icon/AlignCenter.d.ts +0 -3
  1893. package/icon/AlignCenter.js +0 -9
  1894. package/icon/AlignJustify.d.ts +0 -3
  1895. package/icon/AlignJustify.js +0 -9
  1896. package/icon/AlignLeft.d.ts +0 -3
  1897. package/icon/AlignLeft.js +0 -9
  1898. package/icon/AlignRight.d.ts +0 -3
  1899. package/icon/AlignRight.js +0 -9
  1900. package/icon/Analytics.d.ts +0 -3
  1901. package/icon/Analytics.js +0 -9
  1902. package/icon/AnalyticsBorder.d.ts +0 -3
  1903. package/icon/AnalyticsBorder.js +0 -9
  1904. package/icon/Announcement.d.ts +0 -3
  1905. package/icon/Announcement.js +0 -10
  1906. package/icon/AppleLogo.d.ts +0 -3
  1907. package/icon/AppleLogo.js +0 -9
  1908. package/icon/Apps.d.ts +0 -3
  1909. package/icon/Apps.js +0 -9
  1910. package/icon/Archive.d.ts +0 -3
  1911. package/icon/Archive.js +0 -9
  1912. package/icon/ArrowDown.d.ts +0 -3
  1913. package/icon/ArrowDown.js +0 -9
  1914. package/icon/ArrowDown2.d.ts +0 -3
  1915. package/icon/ArrowDown2.js +0 -9
  1916. package/icon/ArrowLeft.d.ts +0 -3
  1917. package/icon/ArrowLeft.js +0 -9
  1918. package/icon/ArrowLeft2.d.ts +0 -3
  1919. package/icon/ArrowLeft2.js +0 -9
  1920. package/icon/ArrowRight.d.ts +0 -3
  1921. package/icon/ArrowRight.js +0 -9
  1922. package/icon/ArrowRight1.d.ts +0 -3
  1923. package/icon/ArrowRight1.js +0 -9
  1924. package/icon/ArrowUp.d.ts +0 -3
  1925. package/icon/ArrowUp.js +0 -9
  1926. package/icon/ArrowUp2.d.ts +0 -3
  1927. package/icon/ArrowUp2.js +0 -9
  1928. package/icon/Askfirst.d.ts +0 -3
  1929. package/icon/Askfirst.js +0 -9
  1930. package/icon/Assignment.d.ts +0 -3
  1931. package/icon/Assignment.js +0 -9
  1932. package/icon/Asterisk.d.ts +0 -3
  1933. package/icon/Asterisk.js +0 -9
  1934. package/icon/Attachment.d.ts +0 -3
  1935. package/icon/Attachment.js +0 -9
  1936. package/icon/Audio.d.ts +0 -3
  1937. package/icon/Audio.js +0 -9
  1938. package/icon/AvatarRooms.d.ts +0 -3
  1939. package/icon/AvatarRooms.js +0 -9
  1940. package/icon/Barge.d.ts +0 -3
  1941. package/icon/Barge.js +0 -9
  1942. package/icon/Birthday.d.ts +0 -3
  1943. package/icon/Birthday.js +0 -9
  1944. package/icon/Blocked.d.ts +0 -3
  1945. package/icon/Blocked.js +0 -9
  1946. package/icon/Bold.d.ts +0 -3
  1947. package/icon/Bold.js +0 -9
  1948. package/icon/Bookmark.d.ts +0 -3
  1949. package/icon/Bookmark.js +0 -9
  1950. package/icon/BookmarkBorder.d.ts +0 -3
  1951. package/icon/BookmarkBorder.js +0 -9
  1952. package/icon/Box.d.ts +0 -3
  1953. package/icon/Box.js +0 -9
  1954. package/icon/Box1.d.ts +0 -3
  1955. package/icon/Box1.js +0 -9
  1956. package/icon/BoxNew.d.ts +0 -3
  1957. package/icon/BoxNew.js +0 -9
  1958. package/icon/BubbleLines.d.ts +0 -3
  1959. package/icon/BubbleLines.js +0 -9
  1960. package/icon/BubbleLinesBorder.d.ts +0 -3
  1961. package/icon/BubbleLinesBorder.js +0 -9
  1962. package/icon/CallAdd.d.ts +0 -3
  1963. package/icon/CallAdd.js +0 -9
  1964. package/icon/CallList.d.ts +0 -3
  1965. package/icon/CallList.js +0 -9
  1966. package/icon/CallMore.d.ts +0 -3
  1967. package/icon/CallMore.js +0 -9
  1968. package/icon/CallOnBehalf.d.ts +0 -3
  1969. package/icon/CallOnBehalf.js +0 -9
  1970. package/icon/CallQueue.d.ts +0 -3
  1971. package/icon/CallQueue.js +0 -16
  1972. package/icon/ChatBubble.d.ts +0 -3
  1973. package/icon/ChatBubble.js +0 -9
  1974. package/icon/Check.d.ts +0 -3
  1975. package/icon/Check.js +0 -9
  1976. package/icon/ChevronLeft.d.ts +0 -3
  1977. package/icon/ChevronLeft.js +0 -9
  1978. package/icon/ChevronRight.d.ts +0 -3
  1979. package/icon/ChevronRight.js +0 -9
  1980. package/icon/Close.d.ts +0 -3
  1981. package/icon/Close.js +0 -9
  1982. package/icon/CloudContact.d.ts +0 -3
  1983. package/icon/CloudContact.js +0 -9
  1984. package/icon/CodeSnippets.d.ts +0 -3
  1985. package/icon/CodeSnippets.js +0 -9
  1986. package/icon/Comments.d.ts +0 -3
  1987. package/icon/Comments.js +0 -9
  1988. package/icon/CompanySetup.d.ts +0 -3
  1989. package/icon/CompanySetup.js +0 -9
  1990. package/icon/CompanySetupBorder.d.ts +0 -3
  1991. package/icon/CompanySetupBorder.js +0 -9
  1992. package/icon/Computer.d.ts +0 -3
  1993. package/icon/Computer.js +0 -9
  1994. package/icon/Conference.d.ts +0 -3
  1995. package/icon/Conference.js +0 -9
  1996. package/icon/ConferenceBorder.d.ts +0 -3
  1997. package/icon/ConferenceBorder.js +0 -9
  1998. package/icon/Connect.d.ts +0 -3
  1999. package/icon/Connect.js +0 -9
  2000. package/icon/Contacts.d.ts +0 -3
  2001. package/icon/Contacts.js +0 -9
  2002. package/icon/ContactsAndCalendars.d.ts +0 -3
  2003. package/icon/ContactsAndCalendars.js +0 -9
  2004. package/icon/ContactsBorder.d.ts +0 -3
  2005. package/icon/ContactsBorder.js +0 -9
  2006. package/icon/Copy.d.ts +0 -3
  2007. package/icon/Copy.js +0 -9
  2008. package/icon/CustomizeTabs.d.ts +0 -3
  2009. package/icon/CustomizeTabs.js +0 -9
  2010. package/icon/Dashboard.d.ts +0 -3
  2011. package/icon/Dashboard.js +0 -9
  2012. package/icon/DashboardBorder.d.ts +0 -3
  2013. package/icon/DashboardBorder.js +0 -9
  2014. package/icon/Date.d.ts +0 -3
  2015. package/icon/Date.js +0 -9
  2016. package/icon/DateBorder.d.ts +0 -3
  2017. package/icon/DateBorder.js +0 -9
  2018. package/icon/DefaultAvatar.d.ts +0 -3
  2019. package/icon/DefaultAvatar.js +0 -9
  2020. package/icon/DefaultFile.d.ts +0 -5
  2021. package/icon/DefaultFile.js +0 -18
  2022. package/icon/DefaultFileD.d.ts +0 -3
  2023. package/icon/DefaultFileD.js +0 -11
  2024. package/icon/DefaultGdrive.d.ts +0 -5
  2025. package/icon/DefaultGdrive.js +0 -19
  2026. package/icon/DefaultGdriveD.d.ts +0 -3
  2027. package/icon/DefaultGdriveD.js +0 -12
  2028. package/icon/DefaultGroupAvatar.d.ts +0 -3
  2029. package/icon/DefaultGroupAvatar.js +0 -9
  2030. package/icon/DefaultIntegration.d.ts +0 -3
  2031. package/icon/DefaultIntegration.js +0 -9
  2032. package/icon/DefaultIntegrationBorder.d.ts +0 -3
  2033. package/icon/DefaultIntegrationBorder.js +0 -9
  2034. package/icon/DefaultMusic.d.ts +0 -5
  2035. package/icon/DefaultMusic.js +0 -17
  2036. package/icon/DefaultMusicD.d.ts +0 -3
  2037. package/icon/DefaultMusicD.js +0 -11
  2038. package/icon/DefaultTeamAvatar.d.ts +0 -3
  2039. package/icon/DefaultTeamAvatar.js +0 -9
  2040. package/icon/DefaultVideo.d.ts +0 -5
  2041. package/icon/DefaultVideo.js +0 -17
  2042. package/icon/DefaultVideoD.d.ts +0 -3
  2043. package/icon/DefaultVideoD.js +0 -11
  2044. package/icon/Delete.d.ts +0 -3
  2045. package/icon/Delete.js +0 -9
  2046. package/icon/DeleteCircle.d.ts +0 -3
  2047. package/icon/DeleteCircle.js +0 -9
  2048. package/icon/DeletedFile.d.ts +0 -5
  2049. package/icon/DeletedFile.js +0 -16
  2050. package/icon/DeletedFileD.d.ts +0 -3
  2051. package/icon/DeletedFileD.js +0 -10
  2052. package/icon/Deletenumber.d.ts +0 -3
  2053. package/icon/Deletenumber.js +0 -9
  2054. package/icon/Department.d.ts +0 -3
  2055. package/icon/Department.js +0 -9
  2056. package/icon/Description.d.ts +0 -3
  2057. package/icon/Description.js +0 -9
  2058. package/icon/Dial.d.ts +0 -3
  2059. package/icon/Dial.js +0 -9
  2060. package/icon/Dialer.d.ts +0 -3
  2061. package/icon/Dialer.js +0 -9
  2062. package/icon/Doc.d.ts +0 -5
  2063. package/icon/Doc.js +0 -17
  2064. package/icon/DocD.d.ts +0 -3
  2065. package/icon/DocD.js +0 -11
  2066. package/icon/DockBorder.d.ts +0 -3
  2067. package/icon/DockBorder.js +0 -9
  2068. package/icon/DoubleChevronLeft.d.ts +0 -3
  2069. package/icon/DoubleChevronLeft.js +0 -9
  2070. package/icon/DoubleChevronRight.d.ts +0 -3
  2071. package/icon/DoubleChevronRight.js +0 -9
  2072. package/icon/Download.d.ts +0 -3
  2073. package/icon/Download.js +0 -9
  2074. package/icon/DownwardsArrowWithTipRightwards.d.ts +0 -3
  2075. package/icon/DownwardsArrowWithTipRightwards.js +0 -10
  2076. package/icon/Draft.d.ts +0 -3
  2077. package/icon/Draft.js +0 -9
  2078. package/icon/DragableArea.d.ts +0 -3
  2079. package/icon/DragableArea.js +0 -9
  2080. package/icon/Dropbox.d.ts +0 -3
  2081. package/icon/Dropbox.js +0 -9
  2082. package/icon/Edit.d.ts +0 -3
  2083. package/icon/Edit.js +0 -9
  2084. package/icon/Email.d.ts +0 -3
  2085. package/icon/Email.js +0 -9
  2086. package/icon/Emoji.d.ts +0 -3
  2087. package/icon/Emoji.js +0 -9
  2088. package/icon/EndAnswer.d.ts +0 -3
  2089. package/icon/EndAnswer.js +0 -10
  2090. package/icon/EventNew.d.ts +0 -3
  2091. package/icon/EventNew.js +0 -9
  2092. package/icon/EventNewBorder.d.ts +0 -3
  2093. package/icon/EventNewBorder.js +0 -9
  2094. package/icon/Evernote.d.ts +0 -3
  2095. package/icon/Evernote.js +0 -9
  2096. package/icon/Excel.d.ts +0 -5
  2097. package/icon/Excel.js +0 -17
  2098. package/icon/ExcelD.d.ts +0 -3
  2099. package/icon/ExcelD.js +0 -11
  2100. package/icon/Expand.d.ts +0 -3
  2101. package/icon/Expand.js +0 -9
  2102. package/icon/ExternalLink.d.ts +0 -3
  2103. package/icon/ExternalLink.js +0 -9
  2104. package/icon/FailedFax.d.ts +0 -3
  2105. package/icon/FailedFax.js +0 -9
  2106. package/icon/FailedFaxBorder.d.ts +0 -3
  2107. package/icon/FailedFaxBorder.js +0 -9
  2108. package/icon/Fax.d.ts +0 -3
  2109. package/icon/Fax.js +0 -9
  2110. package/icon/FaxBorder.d.ts +0 -3
  2111. package/icon/FaxBorder.js +0 -9
  2112. package/icon/Feedback.d.ts +0 -3
  2113. package/icon/Feedback.js +0 -9
  2114. package/icon/File.d.ts +0 -3
  2115. package/icon/File.js +0 -9
  2116. package/icon/FileBorder.d.ts +0 -3
  2117. package/icon/FileBorder.js +0 -9
  2118. package/icon/Filter.d.ts +0 -3
  2119. package/icon/Filter.js +0 -9
  2120. package/icon/Foldercreated.d.ts +0 -3
  2121. package/icon/Foldercreated.js +0 -9
  2122. package/icon/FontColor.d.ts +0 -3
  2123. package/icon/FontColor.js +0 -10
  2124. package/icon/Forward.d.ts +0 -3
  2125. package/icon/Forward.js +0 -9
  2126. package/icon/Forwardcall.d.ts +0 -3
  2127. package/icon/Forwardcall.js +0 -9
  2128. package/icon/Forwarding.d.ts +0 -3
  2129. package/icon/Forwarding.js +0 -9
  2130. package/icon/ForwardingBorder.d.ts +0 -3
  2131. package/icon/ForwardingBorder.js +0 -9
  2132. package/icon/GdriveLogo.d.ts +0 -3
  2133. package/icon/GdriveLogo.js +0 -14
  2134. package/icon/Gif.d.ts +0 -3
  2135. package/icon/Gif.js +0 -9
  2136. package/icon/GifFile.d.ts +0 -5
  2137. package/icon/GifFile.js +0 -18
  2138. package/icon/GifFileD.d.ts +0 -3
  2139. package/icon/GifFileD.js +0 -11
  2140. package/icon/Gmail.d.ts +0 -3
  2141. package/icon/Gmail.js +0 -13
  2142. package/icon/GoodConnection.d.ts +0 -3
  2143. package/icon/GoodConnection.js +0 -9
  2144. package/icon/Google.d.ts +0 -3
  2145. package/icon/Google.js +0 -9
  2146. package/icon/GoogleCalendar2019.d.ts +0 -3
  2147. package/icon/GoogleCalendar2019.js +0 -14
  2148. package/icon/GoogleDoc.d.ts +0 -5
  2149. package/icon/GoogleDoc.js +0 -17
  2150. package/icon/GoogleDocD.d.ts +0 -3
  2151. package/icon/GoogleDocD.js +0 -11
  2152. package/icon/GoogleLogo.d.ts +0 -3
  2153. package/icon/GoogleLogo.js +0 -12
  2154. package/icon/GoogleLogoDisabled.d.ts +0 -3
  2155. package/icon/GoogleLogoDisabled.js +0 -9
  2156. package/icon/GoogleSheet.d.ts +0 -5
  2157. package/icon/GoogleSheet.js +0 -17
  2158. package/icon/GoogleSheetD.d.ts +0 -3
  2159. package/icon/GoogleSheetD.js +0 -11
  2160. package/icon/GoogleSlide.d.ts +0 -5
  2161. package/icon/GoogleSlide.js +0 -17
  2162. package/icon/GoogleSlideD.d.ts +0 -3
  2163. package/icon/GoogleSlideD.js +0 -11
  2164. package/icon/GroupDefault.d.ts +0 -3
  2165. package/icon/GroupDefault.js +0 -9
  2166. package/icon/HandUp.d.ts +0 -3
  2167. package/icon/HandUp.js +0 -9
  2168. package/icon/Hash.d.ts +0 -3
  2169. package/icon/Hash.js +0 -9
  2170. package/icon/Hd.d.ts +0 -3
  2171. package/icon/Hd.js +0 -9
  2172. package/icon/Help.d.ts +0 -3
  2173. package/icon/Help.js +0 -9
  2174. package/icon/HelpBorder.d.ts +0 -3
  2175. package/icon/HelpBorder.js +0 -9
  2176. package/icon/HideBorder.d.ts +0 -3
  2177. package/icon/HideBorder.js +0 -9
  2178. package/icon/Hold.d.ts +0 -3
  2179. package/icon/Hold.js +0 -9
  2180. package/icon/HoldAnswer.d.ts +0 -3
  2181. package/icon/HoldAnswer.js +0 -10
  2182. package/icon/HoldcallBorder.d.ts +0 -3
  2183. package/icon/HoldcallBorder.js +0 -9
  2184. package/icon/HorizontalLine.d.ts +0 -3
  2185. package/icon/HorizontalLine.js +0 -9
  2186. package/icon/Hud.d.ts +0 -3
  2187. package/icon/Hud.js +0 -9
  2188. package/icon/Ignore.d.ts +0 -3
  2189. package/icon/Ignore.js +0 -9
  2190. package/icon/ImageBroken.d.ts +0 -5
  2191. package/icon/ImageBroken.js +0 -18
  2192. package/icon/ImageBrokenD.d.ts +0 -3
  2193. package/icon/ImageBrokenD.js +0 -11
  2194. package/icon/ImagePreview.d.ts +0 -5
  2195. package/icon/ImagePreview.js +0 -17
  2196. package/icon/ImagePreviewD.d.ts +0 -3
  2197. package/icon/ImagePreviewD.js +0 -11
  2198. package/icon/InProgress.d.ts +0 -3
  2199. package/icon/InProgress.js +0 -9
  2200. package/icon/InboundCallOnBehalf.d.ts +0 -3
  2201. package/icon/InboundCallOnBehalf.js +0 -9
  2202. package/icon/InboundFax.d.ts +0 -3
  2203. package/icon/InboundFax.js +0 -9
  2204. package/icon/InboundFaxBorder.d.ts +0 -3
  2205. package/icon/InboundFaxBorder.js +0 -9
  2206. package/icon/Inbox.d.ts +0 -3
  2207. package/icon/Inbox.js +0 -9
  2208. package/icon/Incall.d.ts +0 -3
  2209. package/icon/Incall.js +0 -9
  2210. package/icon/IncallBorder.d.ts +0 -3
  2211. package/icon/IncallBorder.js +0 -9
  2212. package/icon/Indent.d.ts +0 -3
  2213. package/icon/Indent.js +0 -9
  2214. package/icon/Indeterminate.d.ts +0 -3
  2215. package/icon/Indeterminate.js +0 -9
  2216. package/icon/Info.d.ts +0 -3
  2217. package/icon/Info.js +0 -9
  2218. package/icon/InfoBorder.d.ts +0 -3
  2219. package/icon/InfoBorder.js +0 -9
  2220. package/icon/InsertCode.d.ts +0 -3
  2221. package/icon/InsertCode.js +0 -9
  2222. package/icon/InsertImage.d.ts +0 -3
  2223. package/icon/InsertImage.js +0 -9
  2224. package/icon/InsertLink.d.ts +0 -3
  2225. package/icon/InsertLink.js +0 -9
  2226. package/icon/InsertTable.d.ts +0 -3
  2227. package/icon/InsertTable.js +0 -9
  2228. package/icon/InsertVideo.d.ts +0 -3
  2229. package/icon/InsertVideo.js +0 -9
  2230. package/icon/Italic.d.ts +0 -3
  2231. package/icon/Italic.js +0 -9
  2232. package/icon/ItemListSelected.d.ts +0 -3
  2233. package/icon/ItemListSelected.js +0 -9
  2234. package/icon/Join.d.ts +0 -3
  2235. package/icon/Join.js +0 -10
  2236. package/icon/JoinAudioPoc.d.ts +0 -3
  2237. package/icon/JoinAudioPoc.js +0 -9
  2238. package/icon/JoinMeeting.d.ts +0 -3
  2239. package/icon/JoinMeeting.js +0 -9
  2240. package/icon/JumpToLatest.d.ts +0 -3
  2241. package/icon/JumpToLatest.js +0 -9
  2242. package/icon/JumpToUnread.d.ts +0 -3
  2243. package/icon/JumpToUnread.js +0 -9
  2244. package/icon/Keypad.d.ts +0 -3
  2245. package/icon/Keypad.js +0 -9
  2246. package/icon/Leave.d.ts +0 -3
  2247. package/icon/Leave.js +0 -9
  2248. package/icon/LeaveMeeting.d.ts +0 -3
  2249. package/icon/LeaveMeeting.js +0 -9
  2250. package/icon/Limited.d.ts +0 -3
  2251. package/icon/Limited.js +0 -10
  2252. package/icon/ListBullet.d.ts +0 -3
  2253. package/icon/ListBullet.js +0 -9
  2254. package/icon/ListOrdered.d.ts +0 -3
  2255. package/icon/ListOrdered.js +0 -9
  2256. package/icon/ListView.d.ts +0 -3
  2257. package/icon/ListView.js +0 -9
  2258. package/icon/Location.d.ts +0 -3
  2259. package/icon/Location.js +0 -9
  2260. package/icon/LocationBorder.d.ts +0 -3
  2261. package/icon/LocationBorder.js +0 -9
  2262. package/icon/Lock.d.ts +0 -3
  2263. package/icon/Lock.js +0 -9
  2264. package/icon/LockBorder.d.ts +0 -3
  2265. package/icon/LockBorder.js +0 -9
  2266. package/icon/Login.d.ts +0 -3
  2267. package/icon/Login.js +0 -9
  2268. package/icon/Logout.d.ts +0 -3
  2269. package/icon/Logout.js +0 -9
  2270. package/icon/MacKeynote.d.ts +0 -5
  2271. package/icon/MacKeynote.js +0 -18
  2272. package/icon/MacKeynoteD.d.ts +0 -3
  2273. package/icon/MacKeynoteD.js +0 -11
  2274. package/icon/MacNumbers.d.ts +0 -5
  2275. package/icon/MacNumbers.js +0 -17
  2276. package/icon/MacNumbersD.d.ts +0 -3
  2277. package/icon/MacNumbersD.js +0 -11
  2278. package/icon/MacPages.d.ts +0 -5
  2279. package/icon/MacPages.js +0 -17
  2280. package/icon/MacPagesD.d.ts +0 -3
  2281. package/icon/MacPagesD.js +0 -11
  2282. package/icon/MarkerM.d.ts +0 -3
  2283. package/icon/MarkerM.js +0 -10
  2284. package/icon/MarkerS.d.ts +0 -3
  2285. package/icon/MarkerS.js +0 -10
  2286. package/icon/MemberBorder.d.ts +0 -3
  2287. package/icon/MemberBorder.js +0 -9
  2288. package/icon/Mention.d.ts +0 -3
  2289. package/icon/Mention.js +0 -9
  2290. package/icon/MentionBorder.d.ts +0 -3
  2291. package/icon/MentionBorder.js +0 -9
  2292. package/icon/Merge.d.ts +0 -3
  2293. package/icon/Merge.js +0 -9
  2294. package/icon/Message.d.ts +0 -3
  2295. package/icon/Message.js +0 -10
  2296. package/icon/Mic.d.ts +0 -3
  2297. package/icon/Mic.js +0 -9
  2298. package/icon/MicBorder.d.ts +0 -3
  2299. package/icon/MicBorder.js +0 -9
  2300. package/icon/MicOff.d.ts +0 -3
  2301. package/icon/MicOff.js +0 -9
  2302. package/icon/MicOffBorder.d.ts +0 -3
  2303. package/icon/MicOffBorder.js +0 -9
  2304. package/icon/MicrosoftLogo.d.ts +0 -3
  2305. package/icon/MicrosoftLogo.js +0 -12
  2306. package/icon/MicrosoftLogoDisabled.d.ts +0 -3
  2307. package/icon/MicrosoftLogoDisabled.js +0 -9
  2308. package/icon/MicrosoftOutlook2019.d.ts +0 -3
  2309. package/icon/MicrosoftOutlook2019.js +0 -23
  2310. package/icon/Minimize.d.ts +0 -3
  2311. package/icon/Minimize.js +0 -9
  2312. package/icon/Missedcall.d.ts +0 -3
  2313. package/icon/Missedcall.js +0 -9
  2314. package/icon/MissedcallBorder.d.ts +0 -3
  2315. package/icon/MissedcallBorder.js +0 -9
  2316. package/icon/Mobile.d.ts +0 -3
  2317. package/icon/Mobile.js +0 -9
  2318. package/icon/MonitorCall.d.ts +0 -3
  2319. package/icon/MonitorCall.js +0 -9
  2320. package/icon/MoreHoriz.d.ts +0 -3
  2321. package/icon/MoreHoriz.js +0 -9
  2322. package/icon/MoreVert.d.ts +0 -3
  2323. package/icon/MoreVert.js +0 -9
  2324. package/icon/MuteNotification.d.ts +0 -3
  2325. package/icon/MuteNotification.js +0 -9
  2326. package/icon/MuteNotificationBorder.d.ts +0 -3
  2327. package/icon/MuteNotificationBorder.js +0 -9
  2328. package/icon/NewAction.d.ts +0 -3
  2329. package/icon/NewAction.js +0 -9
  2330. package/icon/NewEmail.d.ts +0 -3
  2331. package/icon/NewEmail.js +0 -9
  2332. package/icon/NewFax.d.ts +0 -3
  2333. package/icon/NewFax.js +0 -9
  2334. package/icon/NewFile.d.ts +0 -3
  2335. package/icon/NewFile.js +0 -9
  2336. package/icon/NewNote.d.ts +0 -3
  2337. package/icon/NewNote.js +0 -9
  2338. package/icon/Nickname.d.ts +0 -3
  2339. package/icon/Nickname.js +0 -9
  2340. package/icon/NoAudio.d.ts +0 -3
  2341. package/icon/NoAudio.js +0 -9
  2342. package/icon/NoConnection.d.ts +0 -3
  2343. package/icon/NoConnection.js +0 -10
  2344. package/icon/NonEdit.d.ts +0 -3
  2345. package/icon/NonEdit.js +0 -9
  2346. package/icon/Note.d.ts +0 -3
  2347. package/icon/Note.js +0 -9
  2348. package/icon/NoteBorder.d.ts +0 -3
  2349. package/icon/NoteBorder.js +0 -9
  2350. package/icon/Notification.d.ts +0 -3
  2351. package/icon/Notification.js +0 -9
  2352. package/icon/NotificationBorder.d.ts +0 -3
  2353. package/icon/NotificationBorder.js +0 -9
  2354. package/icon/Onedrive.d.ts +0 -3
  2355. package/icon/Onedrive.js +0 -9
  2356. package/icon/OpenFolder.d.ts +0 -3
  2357. package/icon/OpenFolder.js +0 -9
  2358. package/icon/OuboundCallOnBehalf.d.ts +0 -3
  2359. package/icon/OuboundCallOnBehalf.js +0 -9
  2360. package/icon/OutboundFax.d.ts +0 -3
  2361. package/icon/OutboundFax.js +0 -9
  2362. package/icon/OutboundFaxBorder.d.ts +0 -3
  2363. package/icon/OutboundFaxBorder.js +0 -9
  2364. package/icon/Outcall.d.ts +0 -3
  2365. package/icon/Outcall.js +0 -9
  2366. package/icon/OutcallBorder.d.ts +0 -3
  2367. package/icon/OutcallBorder.js +0 -9
  2368. package/icon/Outdent.d.ts +0 -3
  2369. package/icon/Outdent.js +0 -9
  2370. package/icon/Paging.d.ts +0 -3
  2371. package/icon/Paging.js +0 -10
  2372. package/icon/ParkCall.d.ts +0 -3
  2373. package/icon/ParkCall.js +0 -9
  2374. package/icon/ParkCallMessage.d.ts +0 -3
  2375. package/icon/ParkCallMessage.js +0 -9
  2376. package/icon/ParkCallText.d.ts +0 -3
  2377. package/icon/ParkCallText.js +0 -9
  2378. package/icon/PartnerCloudContact.d.ts +0 -3
  2379. package/icon/PartnerCloudContact.js +0 -9
  2380. package/icon/Pause.d.ts +0 -3
  2381. package/icon/Pause.js +0 -9
  2382. package/icon/PauseBorder.d.ts +0 -3
  2383. package/icon/PauseBorder.js +0 -9
  2384. package/icon/PauseCircle.d.ts +0 -3
  2385. package/icon/PauseCircle.js +0 -9
  2386. package/icon/PauseCircleBorder.d.ts +0 -3
  2387. package/icon/PauseCircleBorder.js +0 -9
  2388. package/icon/Pdf.d.ts +0 -5
  2389. package/icon/Pdf.js +0 -17
  2390. package/icon/PdfD.d.ts +0 -3
  2391. package/icon/PdfD.js +0 -11
  2392. package/icon/People.d.ts +0 -3
  2393. package/icon/People.js +0 -9
  2394. package/icon/Phone.d.ts +0 -3
  2395. package/icon/Phone.js +0 -9
  2396. package/icon/PhoneBorder.d.ts +0 -3
  2397. package/icon/PhoneBorder.js +0 -9
  2398. package/icon/PhoneOff.d.ts +0 -3
  2399. package/icon/PhoneOff.js +0 -9
  2400. package/icon/PhoneOffBorder.d.ts +0 -3
  2401. package/icon/PhoneOffBorder.js +0 -9
  2402. package/icon/PickUpCall.d.ts +0 -3
  2403. package/icon/PickUpCall.js +0 -9
  2404. package/icon/Pin.d.ts +0 -3
  2405. package/icon/Pin.js +0 -9
  2406. package/icon/Play.d.ts +0 -3
  2407. package/icon/Play.js +0 -9
  2408. package/icon/PlayBorder.d.ts +0 -3
  2409. package/icon/PlayBorder.js +0 -9
  2410. package/icon/PlayCircle.d.ts +0 -3
  2411. package/icon/PlayCircle.js +0 -9
  2412. package/icon/PlayCircleBorder.d.ts +0 -3
  2413. package/icon/PlayCircleBorder.js +0 -9
  2414. package/icon/Poll.d.ts +0 -3
  2415. package/icon/Poll.js +0 -9
  2416. package/icon/PollBorder.d.ts +0 -3
  2417. package/icon/PollBorder.js +0 -9
  2418. package/icon/PoorConnection.d.ts +0 -3
  2419. package/icon/PoorConnection.js +0 -10
  2420. package/icon/Ppt.d.ts +0 -5
  2421. package/icon/Ppt.js +0 -17
  2422. package/icon/PptD.d.ts +0 -3
  2423. package/icon/PptD.js +0 -11
  2424. package/icon/Previous.d.ts +0 -3
  2425. package/icon/Previous.js +0 -9
  2426. package/icon/Quote.d.ts +0 -3
  2427. package/icon/Quote.js +0 -9
  2428. package/icon/Radio.d.ts +0 -3
  2429. package/icon/Radio.js +0 -9
  2430. package/icon/RadioUnselect.d.ts +0 -3
  2431. package/icon/RadioUnselect.js +0 -9
  2432. package/icon/RcBlog.d.ts +0 -3
  2433. package/icon/RcBlog.js +0 -9
  2434. package/icon/RcCloudContact.d.ts +0 -3
  2435. package/icon/RcCloudContact.js +0 -9
  2436. package/icon/RcContact.d.ts +0 -3
  2437. package/icon/RcContact.js +0 -9
  2438. package/icon/RcHelp.d.ts +0 -3
  2439. package/icon/RcHelp.js +0 -9
  2440. package/icon/RcvMicOff.d.ts +0 -3
  2441. package/icon/RcvMicOff.js +0 -10
  2442. package/icon/RcvVideocamOff.d.ts +0 -3
  2443. package/icon/RcvVideocamOff.js +0 -10
  2444. package/icon/Read.d.ts +0 -3
  2445. package/icon/Read.js +0 -9
  2446. package/icon/Record.d.ts +0 -3
  2447. package/icon/Record.js +0 -9
  2448. package/icon/Refresh.d.ts +0 -3
  2449. package/icon/Refresh.js +0 -9
  2450. package/icon/Remove.d.ts +0 -3
  2451. package/icon/Remove.js +0 -9
  2452. package/icon/RemoveBorder.d.ts +0 -3
  2453. package/icon/RemoveBorder.js +0 -9
  2454. package/icon/RemoveField.d.ts +0 -3
  2455. package/icon/RemoveField.js +0 -9
  2456. package/icon/Repeat.d.ts +0 -3
  2457. package/icon/Repeat.js +0 -9
  2458. package/icon/Reply.d.ts +0 -3
  2459. package/icon/Reply.js +0 -9
  2460. package/icon/ResendFax.d.ts +0 -3
  2461. package/icon/ResendFax.js +0 -9
  2462. package/icon/ResetZoom.d.ts +0 -3
  2463. package/icon/ResetZoom.js +0 -9
  2464. package/icon/RichTextEditor.d.ts +0 -3
  2465. package/icon/RichTextEditor.js +0 -9
  2466. package/icon/RollAp.d.ts +0 -3
  2467. package/icon/RollAp.js +0 -9
  2468. package/icon/SaveDraft.d.ts +0 -3
  2469. package/icon/SaveDraft.js +0 -9
  2470. package/icon/Schedule.d.ts +0 -3
  2471. package/icon/Schedule.js +0 -12
  2472. package/icon/ScheduleMeeting.d.ts +0 -3
  2473. package/icon/ScheduleMeeting.js +0 -9
  2474. package/icon/Screenshare.d.ts +0 -3
  2475. package/icon/Screenshare.js +0 -9
  2476. package/icon/ScreenshareBorder.d.ts +0 -3
  2477. package/icon/ScreenshareBorder.js +0 -9
  2478. package/icon/Search.d.ts +0 -3
  2479. package/icon/Search.js +0 -9
  2480. package/icon/SearchNav.d.ts +0 -3
  2481. package/icon/SearchNav.js +0 -9
  2482. package/icon/Selects.d.ts +0 -3
  2483. package/icon/Selects.js +0 -9
  2484. package/icon/Send.d.ts +0 -3
  2485. package/icon/Send.js +0 -9
  2486. package/icon/SendFilled.d.ts +0 -3
  2487. package/icon/SendFilled.js +0 -9
  2488. package/icon/Settings.d.ts +0 -3
  2489. package/icon/Settings.js +0 -9
  2490. package/icon/SettingsBorder.d.ts +0 -3
  2491. package/icon/SettingsBorder.js +0 -9
  2492. package/icon/Share.d.ts +0 -3
  2493. package/icon/Share.js +0 -9
  2494. package/icon/SharedLine.d.ts +0 -3
  2495. package/icon/SharedLine.js +0 -11
  2496. package/icon/Sharepoint.d.ts +0 -3
  2497. package/icon/Sharepoint.js +0 -9
  2498. package/icon/Shortcut.d.ts +0 -3
  2499. package/icon/Shortcut.js +0 -9
  2500. package/icon/ShortcutBorder.d.ts +0 -3
  2501. package/icon/ShortcutBorder.js +0 -9
  2502. package/icon/Signal0.d.ts +0 -3
  2503. package/icon/Signal0.js +0 -9
  2504. package/icon/Signal1.d.ts +0 -3
  2505. package/icon/Signal1.js +0 -9
  2506. package/icon/Signal2.d.ts +0 -3
  2507. package/icon/Signal2.js +0 -9
  2508. package/icon/Signal3.d.ts +0 -3
  2509. package/icon/Signal3.js +0 -9
  2510. package/icon/Sms.d.ts +0 -3
  2511. package/icon/Sms.js +0 -9
  2512. package/icon/SmsBorder.d.ts +0 -3
  2513. package/icon/SmsBorder.js +0 -9
  2514. package/icon/SmsDefault.d.ts +0 -3
  2515. package/icon/SmsDefault.js +0 -9
  2516. package/icon/SmsInviteBorder.d.ts +0 -3
  2517. package/icon/SmsInviteBorder.js +0 -9
  2518. package/icon/Sort.d.ts +0 -3
  2519. package/icon/Sort.js +0 -10
  2520. package/icon/SpeakerDown.d.ts +0 -3
  2521. package/icon/SpeakerDown.js +0 -9
  2522. package/icon/SpeakerMute.d.ts +0 -3
  2523. package/icon/SpeakerMute.js +0 -9
  2524. package/icon/SpeakerUp.d.ts +0 -3
  2525. package/icon/SpeakerUp.js +0 -9
  2526. package/icon/Star.d.ts +0 -3
  2527. package/icon/Star.js +0 -9
  2528. package/icon/StarBorder.d.ts +0 -3
  2529. package/icon/StarBorder.js +0 -9
  2530. package/icon/Start.d.ts +0 -3
  2531. package/icon/Start.js +0 -10
  2532. package/icon/StartMeeting.d.ts +0 -3
  2533. package/icon/StartMeeting.js +0 -9
  2534. package/icon/Stop.d.ts +0 -3
  2535. package/icon/Stop.js +0 -9
  2536. package/icon/StopBorder.d.ts +0 -3
  2537. package/icon/StopBorder.js +0 -9
  2538. package/icon/StopCircle.d.ts +0 -3
  2539. package/icon/StopCircle.js +0 -9
  2540. package/icon/StopCircleBorder.d.ts +0 -3
  2541. package/icon/StopCircleBorder.js +0 -9
  2542. package/icon/StopRecord.d.ts +0 -3
  2543. package/icon/StopRecord.js +0 -9
  2544. package/icon/Strike.d.ts +0 -3
  2545. package/icon/Strike.js +0 -9
  2546. package/icon/TakeOver.d.ts +0 -3
  2547. package/icon/TakeOver.js +0 -9
  2548. package/icon/TaskNew.d.ts +0 -3
  2549. package/icon/TaskNew.js +0 -9
  2550. package/icon/TaskNewBorder.d.ts +0 -3
  2551. package/icon/TaskNewBorder.js +0 -9
  2552. package/icon/Team.d.ts +0 -3
  2553. package/icon/Team.js +0 -9
  2554. package/icon/TeamBorder.d.ts +0 -3
  2555. package/icon/TeamBorder.js +0 -9
  2556. package/icon/TeamDefault.d.ts +0 -3
  2557. package/icon/TeamDefault.js +0 -9
  2558. package/icon/Text.d.ts +0 -3
  2559. package/icon/Text.js +0 -9
  2560. package/icon/Theme.d.ts +0 -3
  2561. package/icon/Theme.js +0 -9
  2562. package/icon/Thumbup.d.ts +0 -3
  2563. package/icon/Thumbup.js +0 -9
  2564. package/icon/ThumbupBorder.d.ts +0 -3
  2565. package/icon/ThumbupBorder.js +0 -9
  2566. package/icon/Time.d.ts +0 -3
  2567. package/icon/Time.js +0 -9
  2568. package/icon/TimeBorder.d.ts +0 -3
  2569. package/icon/TimeBorder.js +0 -9
  2570. package/icon/Transcription.d.ts +0 -3
  2571. package/icon/Transcription.js +0 -9
  2572. package/icon/TransferCall.d.ts +0 -3
  2573. package/icon/TransferCall.js +0 -9
  2574. package/icon/TransferCallBorder.d.ts +0 -3
  2575. package/icon/TransferCallBorder.js +0 -9
  2576. package/icon/Unblocked.d.ts +0 -3
  2577. package/icon/Unblocked.js +0 -9
  2578. package/icon/Underline.d.ts +0 -3
  2579. package/icon/Underline.js +0 -9
  2580. package/icon/Undock.d.ts +0 -3
  2581. package/icon/Undock.js +0 -9
  2582. package/icon/UndockBorder.d.ts +0 -3
  2583. package/icon/UndockBorder.js +0 -9
  2584. package/icon/UnfoldLess.d.ts +0 -3
  2585. package/icon/UnfoldLess.js +0 -9
  2586. package/icon/UnfoldMore.d.ts +0 -3
  2587. package/icon/UnfoldMore.js +0 -9
  2588. package/icon/Unlock.d.ts +0 -3
  2589. package/icon/Unlock.js +0 -9
  2590. package/icon/Unpin.d.ts +0 -3
  2591. package/icon/Unpin.js +0 -9
  2592. package/icon/UnpinSlash.d.ts +0 -3
  2593. package/icon/UnpinSlash.js +0 -9
  2594. package/icon/Unread.d.ts +0 -3
  2595. package/icon/Unread.js +0 -9
  2596. package/icon/Unselect.d.ts +0 -3
  2597. package/icon/Unselect.js +0 -9
  2598. package/icon/UserDefault.d.ts +0 -3
  2599. package/icon/UserDefault.js +0 -9
  2600. package/icon/VideoAndMessage.d.ts +0 -3
  2601. package/icon/VideoAndMessage.js +0 -9
  2602. package/icon/VideoMeeting.d.ts +0 -3
  2603. package/icon/VideoMeeting.js +0 -9
  2604. package/icon/Videocam.d.ts +0 -3
  2605. package/icon/Videocam.js +0 -9
  2606. package/icon/VideocamBorder.d.ts +0 -3
  2607. package/icon/VideocamBorder.js +0 -9
  2608. package/icon/VideocamOff.d.ts +0 -3
  2609. package/icon/VideocamOff.js +0 -9
  2610. package/icon/VideocamOffBorder.d.ts +0 -3
  2611. package/icon/VideocamOffBorder.js +0 -9
  2612. package/icon/View.d.ts +0 -3
  2613. package/icon/View.js +0 -9
  2614. package/icon/ViewBorder.d.ts +0 -3
  2615. package/icon/ViewBorder.js +0 -9
  2616. package/icon/ViewLogBorder.d.ts +0 -3
  2617. package/icon/ViewLogBorder.js +0 -9
  2618. package/icon/Voicemail.d.ts +0 -3
  2619. package/icon/Voicemail.js +0 -9
  2620. package/icon/Warning.d.ts +0 -3
  2621. package/icon/Warning.js +0 -9
  2622. package/icon/WatchVideo.d.ts +0 -3
  2623. package/icon/WatchVideo.js +0 -9
  2624. package/icon/WeakConnection.d.ts +0 -3
  2625. package/icon/WeakConnection.js +0 -10
  2626. package/icon/Webinar.d.ts +0 -3
  2627. package/icon/Webinar.js +0 -9
  2628. package/icon/WebinarBorder.d.ts +0 -3
  2629. package/icon/WebinarBorder.js +0 -9
  2630. package/icon/Webpage.d.ts +0 -3
  2631. package/icon/Webpage.js +0 -9
  2632. package/icon/Whisper.d.ts +0 -3
  2633. package/icon/Whisper.js +0 -9
  2634. package/icon/Work.d.ts +0 -3
  2635. package/icon/Work.js +0 -9
  2636. package/icon/Workspace.d.ts +0 -3
  2637. package/icon/Workspace.js +0 -9
  2638. package/icon/WorkspaceBorder.d.ts +0 -3
  2639. package/icon/WorkspaceBorder.js +0 -9
  2640. package/icon/Zip.d.ts +0 -5
  2641. package/icon/Zip.js +0 -17
  2642. package/icon/ZipD.d.ts +0 -3
  2643. package/icon/ZipD.js +0 -11
  2644. package/icon/ZoomIn.d.ts +0 -3
  2645. package/icon/ZoomIn.js +0 -9
  2646. package/icon/ZoomOut.d.ts +0 -3
  2647. package/icon/ZoomOut.js +0 -9
  2648. package/icon/index.d.ts +0 -408
  2649. package/icon/index.js +0 -818
  2650. package/icon/package.json +0 -5
  2651. package/icons/icon-0.svg +0 -6
  2652. package/icons/icon-1.svg +0 -5
  2653. package/icons/icon-2.svg +0 -6
  2654. package/icons/icon-3.svg +0 -6
  2655. package/icons/icon-4.svg +0 -6
  2656. package/icons/icon-5.svg +0 -6
  2657. package/icons/icon-6.svg +0 -6
  2658. package/icons/icon-7.svg +0 -6
  2659. package/icons/icon-8.svg +0 -6
  2660. package/icons/icon-9.svg +0 -6
  2661. package/icons/icon-Announcement.svg +0 -8
  2662. package/icons/icon-Call-queue.svg +0 -14
  2663. package/icons/icon-Company-setup.svg +0 -5
  2664. package/icons/icon-Company-setup_border.svg +0 -5
  2665. package/icons/icon-Description.svg +0 -5
  2666. package/icons/icon-HUD.svg +0 -5
  2667. package/icons/icon-Limited.svg +0 -7
  2668. package/icons/icon-Logout.svg +0 -5
  2669. package/icons/icon-Message.svg +0 -6
  2670. package/icons/icon-New-email.svg +0 -5
  2671. package/icons/icon-Paging.svg +0 -6
  2672. package/icons/icon-Shared-line.svg +0 -8
  2673. package/icons/icon-active-call.svg +0 -7
  2674. package/icons/icon-activecall_border.svg +0 -5
  2675. package/icons/icon-add-emoji-more.svg +0 -5
  2676. package/icons/icon-add-event.svg +0 -5
  2677. package/icons/icon-add-integration.svg +0 -6
  2678. package/icons/icon-add-member.svg +0 -5
  2679. package/icons/icon-add-member_border.svg +0 -5
  2680. package/icons/icon-add-park-location.svg +0 -5
  2681. package/icons/icon-add-reactions.svg +0 -9
  2682. package/icons/icon-add-task.svg +0 -5
  2683. package/icons/icon-add-team.svg +0 -5
  2684. package/icons/icon-add-team_border.svg +0 -5
  2685. package/icons/icon-add.svg +0 -5
  2686. package/icons/icon-add_border.svg +0 -5
  2687. package/icons/icon-add_field.svg +0 -5
  2688. package/icons/icon-add_new_folder.svg +0 -5
  2689. package/icons/icon-address.svg +0 -5
  2690. package/icons/icon-admin.svg +0 -5
  2691. package/icons/icon-admin_border.svg +0 -5
  2692. package/icons/icon-advanced.svg +0 -5
  2693. package/icons/icon-align-center.svg +0 -5
  2694. package/icons/icon-align-justify.svg +0 -5
  2695. package/icons/icon-align-left.svg +0 -5
  2696. package/icons/icon-align-right.svg +0 -5
  2697. package/icons/icon-analytics.svg +0 -5
  2698. package/icons/icon-analytics_border.svg +0 -5
  2699. package/icons/icon-apple-logo.svg +0 -5
  2700. package/icons/icon-apps.svg +0 -5
  2701. package/icons/icon-archive.svg +0 -5
  2702. package/icons/icon-arrow-down.svg +0 -5
  2703. package/icons/icon-arrow-left.svg +0 -5
  2704. package/icons/icon-arrow-up.svg +0 -5
  2705. package/icons/icon-arrow_down.svg +0 -5
  2706. package/icons/icon-arrow_left.svg +0 -5
  2707. package/icons/icon-arrow_right.svg +0 -5
  2708. package/icons/icon-arrow_right1.svg +0 -5
  2709. package/icons/icon-arrow_up.svg +0 -5
  2710. package/icons/icon-askfirst.svg +0 -5
  2711. package/icons/icon-assignment.svg +0 -5
  2712. package/icons/icon-asterisk.svg +0 -5
  2713. package/icons/icon-attachment.svg +0 -5
  2714. package/icons/icon-audio.svg +0 -5
  2715. package/icons/icon-avatar_rooms.svg +0 -5
  2716. package/icons/icon-barge.svg +0 -5
  2717. package/icons/icon-birthday.svg +0 -5
  2718. package/icons/icon-blocked.svg +0 -5
  2719. package/icons/icon-bold.svg +0 -5
  2720. package/icons/icon-bookmark.svg +0 -5
  2721. package/icons/icon-bookmark_border.svg +0 -5
  2722. package/icons/icon-box-new.svg +0 -5
  2723. package/icons/icon-box.svg +0 -5
  2724. package/icons/icon-box1.svg +0 -5
  2725. package/icons/icon-bubble_lines.svg +0 -5
  2726. package/icons/icon-bubble_lines_border.svg +0 -5
  2727. package/icons/icon-call-add.svg +0 -5
  2728. package/icons/icon-call-list.svg +0 -5
  2729. package/icons/icon-call-more.svg +0 -5
  2730. package/icons/icon-call_on_behalf.svg +0 -5
  2731. package/icons/icon-chat_bubble.svg +0 -5
  2732. package/icons/icon-check.svg +0 -5
  2733. package/icons/icon-chevron_left.svg +0 -5
  2734. package/icons/icon-chevron_right.svg +0 -5
  2735. package/icons/icon-close.svg +0 -5
  2736. package/icons/icon-cloud_contact.svg +0 -5
  2737. package/icons/icon-code_snippets.svg +0 -5
  2738. package/icons/icon-comments.svg +0 -5
  2739. package/icons/icon-computer.svg +0 -5
  2740. package/icons/icon-conference.svg +0 -5
  2741. package/icons/icon-conference_border.svg +0 -5
  2742. package/icons/icon-connect.svg +0 -5
  2743. package/icons/icon-contacts.svg +0 -5
  2744. package/icons/icon-contacts_and_calendars.svg +0 -5
  2745. package/icons/icon-contacts_border.svg +0 -5
  2746. package/icons/icon-copy.svg +0 -5
  2747. package/icons/icon-customize-tabs.svg +0 -5
  2748. package/icons/icon-dashboard.svg +0 -5
  2749. package/icons/icon-dashboard_border.svg +0 -5
  2750. package/icons/icon-date.svg +0 -5
  2751. package/icons/icon-date_border.svg +0 -5
  2752. package/icons/icon-default-avatar.svg +0 -5
  2753. package/icons/icon-default-file-D.svg +0 -7
  2754. package/icons/icon-default-file.svg +0 -8
  2755. package/icons/icon-default-gdrive-D.svg +0 -8
  2756. package/icons/icon-default-gdrive.svg +0 -9
  2757. package/icons/icon-default-group-avatar.svg +0 -5
  2758. package/icons/icon-default-integration.svg +0 -5
  2759. package/icons/icon-default-integration_border.svg +0 -5
  2760. package/icons/icon-default-music-D.svg +0 -7
  2761. package/icons/icon-default-music.svg +0 -7
  2762. package/icons/icon-default-team-avatar.svg +0 -5
  2763. package/icons/icon-default-video-D.svg +0 -7
  2764. package/icons/icon-default-video.svg +0 -7
  2765. package/icons/icon-delete.svg +0 -5
  2766. package/icons/icon-delete_circle.svg +0 -5
  2767. package/icons/icon-deleted_file.svg +0 -6
  2768. package/icons/icon-deleted_file_D.svg +0 -6
  2769. package/icons/icon-deletenumber.svg +0 -5
  2770. package/icons/icon-department.svg +0 -5
  2771. package/icons/icon-dial.svg +0 -5
  2772. package/icons/icon-dialer.svg +0 -5
  2773. package/icons/icon-doc-D.svg +0 -7
  2774. package/icons/icon-doc.svg +0 -7
  2775. package/icons/icon-dock_border.svg +0 -5
  2776. package/icons/icon-double-chevron_left.svg +0 -5
  2777. package/icons/icon-double-chevron_right.svg +0 -5
  2778. package/icons/icon-download.svg +0 -5
  2779. package/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  2780. package/icons/icon-draft.svg +0 -5
  2781. package/icons/icon-dragable_area.svg +0 -5
  2782. package/icons/icon-dropbox.svg +0 -5
  2783. package/icons/icon-edit.svg +0 -5
  2784. package/icons/icon-email.svg +0 -5
  2785. package/icons/icon-emoji.svg +0 -5
  2786. package/icons/icon-end--answer.svg +0 -6
  2787. package/icons/icon-event-new.svg +0 -5
  2788. package/icons/icon-event-new_border.svg +0 -5
  2789. package/icons/icon-evernote.svg +0 -5
  2790. package/icons/icon-excel-D.svg +0 -7
  2791. package/icons/icon-excel.svg +0 -7
  2792. package/icons/icon-expand.svg +0 -5
  2793. package/icons/icon-external_link.svg +0 -5
  2794. package/icons/icon-failed-fax.svg +0 -5
  2795. package/icons/icon-failed-fax_border.svg +0 -5
  2796. package/icons/icon-fax.svg +0 -5
  2797. package/icons/icon-fax_border.svg +0 -5
  2798. package/icons/icon-feedback.svg +0 -5
  2799. package/icons/icon-file.svg +0 -5
  2800. package/icons/icon-file_border.svg +0 -5
  2801. package/icons/icon-filter.svg +0 -5
  2802. package/icons/icon-foldercreated.svg +0 -5
  2803. package/icons/icon-font-color.svg +0 -6
  2804. package/icons/icon-forward.svg +0 -5
  2805. package/icons/icon-forwardcall.svg +0 -5
  2806. package/icons/icon-forwarding.svg +0 -5
  2807. package/icons/icon-forwarding_border.svg +0 -5
  2808. package/icons/icon-gdrive-logo.svg +0 -10
  2809. package/icons/icon-gif-file-D.svg +0 -7
  2810. package/icons/icon-gif-file.svg +0 -8
  2811. package/icons/icon-gif.svg +0 -5
  2812. package/icons/icon-gmail.svg +0 -9
  2813. package/icons/icon-good-connection.svg +0 -5
  2814. package/icons/icon-google-calendar-2019.svg +0 -10
  2815. package/icons/icon-google-doc-D.svg +0 -7
  2816. package/icons/icon-google-doc.svg +0 -7
  2817. package/icons/icon-google-logo-disabled.svg +0 -5
  2818. package/icons/icon-google-logo.svg +0 -8
  2819. package/icons/icon-google-sheet-D.svg +0 -7
  2820. package/icons/icon-google-sheet.svg +0 -7
  2821. package/icons/icon-google-slide-D.svg +0 -7
  2822. package/icons/icon-google-slide.svg +0 -7
  2823. package/icons/icon-google.svg +0 -5
  2824. package/icons/icon-group-default.svg +0 -5
  2825. package/icons/icon-hand-up.svg +0 -5
  2826. package/icons/icon-hash.svg +0 -5
  2827. package/icons/icon-hd.svg +0 -5
  2828. package/icons/icon-help.svg +0 -5
  2829. package/icons/icon-help_border.svg +0 -5
  2830. package/icons/icon-hide_border.svg +0 -5
  2831. package/icons/icon-hold-answer.svg +0 -6
  2832. package/icons/icon-hold.svg +0 -5
  2833. package/icons/icon-holdcall_border.svg +0 -5
  2834. package/icons/icon-horizontal-line.svg +0 -5
  2835. package/icons/icon-ignore.svg +0 -5
  2836. package/icons/icon-image-broken-D.svg +0 -7
  2837. package/icons/icon-image-broken.svg +0 -8
  2838. package/icons/icon-image-preview-D.svg +0 -7
  2839. package/icons/icon-image-preview.svg +0 -7
  2840. package/icons/icon-in-progress.svg +0 -5
  2841. package/icons/icon-inbound-fax.svg +0 -5
  2842. package/icons/icon-inbound-fax_border.svg +0 -5
  2843. package/icons/icon-inbound_call_on_behalf.svg +0 -5
  2844. package/icons/icon-inbox.svg +0 -5
  2845. package/icons/icon-incall.svg +0 -5
  2846. package/icons/icon-incall_border.svg +0 -5
  2847. package/icons/icon-indent.svg +0 -5
  2848. package/icons/icon-indeterminate.svg +0 -5
  2849. package/icons/icon-info.svg +0 -5
  2850. package/icons/icon-info_border.svg +0 -5
  2851. package/icons/icon-insert-code.svg +0 -5
  2852. package/icons/icon-insert-image.svg +0 -5
  2853. package/icons/icon-insert-link.svg +0 -5
  2854. package/icons/icon-insert-table.svg +0 -5
  2855. package/icons/icon-insert-video.svg +0 -5
  2856. package/icons/icon-italic.svg +0 -5
  2857. package/icons/icon-item-list-selected.svg +0 -5
  2858. package/icons/icon-join-audio-poc.svg +0 -5
  2859. package/icons/icon-join.svg +0 -7
  2860. package/icons/icon-join_meeting.svg +0 -5
  2861. package/icons/icon-jump-to-latest.svg +0 -5
  2862. package/icons/icon-jump-to-unread.svg +0 -5
  2863. package/icons/icon-keypad.svg +0 -5
  2864. package/icons/icon-leave-meeting.svg +0 -5
  2865. package/icons/icon-leave.svg +0 -5
  2866. package/icons/icon-list-bullet.svg +0 -5
  2867. package/icons/icon-list-ordered.svg +0 -5
  2868. package/icons/icon-list-view.svg +0 -5
  2869. package/icons/icon-location.svg +0 -5
  2870. package/icons/icon-location_border.svg +0 -5
  2871. package/icons/icon-lock.svg +0 -5
  2872. package/icons/icon-lock_border.svg +0 -5
  2873. package/icons/icon-login.svg +0 -5
  2874. package/icons/icon-mac-keynote-D.svg +0 -7
  2875. package/icons/icon-mac-keynote.svg +0 -10
  2876. package/icons/icon-mac-numbers-D.svg +0 -7
  2877. package/icons/icon-mac-numbers.svg +0 -7
  2878. package/icons/icon-mac-pages-D.svg +0 -7
  2879. package/icons/icon-mac-pages.svg +0 -7
  2880. package/icons/icon-marker_m.svg +0 -6
  2881. package/icons/icon-marker_s.svg +0 -6
  2882. package/icons/icon-member_border.svg +0 -5
  2883. package/icons/icon-mention.svg +0 -5
  2884. package/icons/icon-mention_border.svg +0 -5
  2885. package/icons/icon-merge.svg +0 -5
  2886. package/icons/icon-mic-off.svg +0 -5
  2887. package/icons/icon-mic-off_border.svg +0 -5
  2888. package/icons/icon-mic.svg +0 -5
  2889. package/icons/icon-mic_border.svg +0 -5
  2890. package/icons/icon-microsoft-logo-disabled.svg +0 -8
  2891. package/icons/icon-microsoft-logo.svg +0 -8
  2892. package/icons/icon-microsoft-outlook-2019.svg +0 -19
  2893. package/icons/icon-minimize.svg +0 -5
  2894. package/icons/icon-missedcall.svg +0 -5
  2895. package/icons/icon-missedcall_border.svg +0 -5
  2896. package/icons/icon-mobile.svg +0 -5
  2897. package/icons/icon-monitor_call.svg +0 -5
  2898. package/icons/icon-more_horiz.svg +0 -5
  2899. package/icons/icon-more_vert.svg +0 -5
  2900. package/icons/icon-mute-notification.svg +0 -5
  2901. package/icons/icon-mute-notification_border.svg +0 -5
  2902. package/icons/icon-new-action.svg +0 -5
  2903. package/icons/icon-new-fax.svg +0 -5
  2904. package/icons/icon-new-file.svg +0 -5
  2905. package/icons/icon-new-note.svg +0 -5
  2906. package/icons/icon-nickname.svg +0 -5
  2907. package/icons/icon-no-audio.svg +0 -5
  2908. package/icons/icon-no-connection.svg +0 -6
  2909. package/icons/icon-non-edit.svg +0 -5
  2910. package/icons/icon-note.svg +0 -5
  2911. package/icons/icon-note_border.svg +0 -5
  2912. package/icons/icon-notification.svg +0 -5
  2913. package/icons/icon-notification_border.svg +0 -5
  2914. package/icons/icon-onedrive.svg +0 -5
  2915. package/icons/icon-open-folder.svg +0 -5
  2916. package/icons/icon-oubound_call_on_behalf.svg +0 -5
  2917. package/icons/icon-outbound-fax.svg +0 -5
  2918. package/icons/icon-outbound-fax_border.svg +0 -5
  2919. package/icons/icon-outcall.svg +0 -5
  2920. package/icons/icon-outcall_border.svg +0 -5
  2921. package/icons/icon-outdent.svg +0 -5
  2922. package/icons/icon-park-call-message.svg +0 -5
  2923. package/icons/icon-park-call-text.svg +0 -5
  2924. package/icons/icon-park-call.svg +0 -5
  2925. package/icons/icon-partner_cloud_contact.svg +0 -5
  2926. package/icons/icon-pause.svg +0 -5
  2927. package/icons/icon-pause_border.svg +0 -5
  2928. package/icons/icon-pause_circle.svg +0 -5
  2929. package/icons/icon-pause_circle_border.svg +0 -5
  2930. package/icons/icon-pdf-D.svg +0 -7
  2931. package/icons/icon-pdf.svg +0 -7
  2932. package/icons/icon-people.svg +0 -5
  2933. package/icons/icon-phone-off.svg +0 -5
  2934. package/icons/icon-phone-off_border.svg +0 -5
  2935. package/icons/icon-phone.svg +0 -5
  2936. package/icons/icon-phone_border.svg +0 -5
  2937. package/icons/icon-pick_up_call.svg +0 -5
  2938. package/icons/icon-pin.svg +0 -5
  2939. package/icons/icon-play.svg +0 -5
  2940. package/icons/icon-play_border.svg +0 -5
  2941. package/icons/icon-play_circle.svg +0 -5
  2942. package/icons/icon-play_circle_border.svg +0 -5
  2943. package/icons/icon-poll.svg +0 -5
  2944. package/icons/icon-poll_border.svg +0 -5
  2945. package/icons/icon-poor-connection.svg +0 -6
  2946. package/icons/icon-ppt-D.svg +0 -7
  2947. package/icons/icon-ppt.svg +0 -7
  2948. package/icons/icon-previous.svg +0 -5
  2949. package/icons/icon-quote.svg +0 -5
  2950. package/icons/icon-radio.svg +0 -5
  2951. package/icons/icon-radio_unselect.svg +0 -5
  2952. package/icons/icon-rc_blog.svg +0 -5
  2953. package/icons/icon-rc_cloud_contact.svg +0 -5
  2954. package/icons/icon-rc_contact.svg +0 -5
  2955. package/icons/icon-rc_help.svg +0 -5
  2956. package/icons/icon-rcv_mic-off.svg +0 -6
  2957. package/icons/icon-rcv_videocam-off.svg +0 -6
  2958. package/icons/icon-read.svg +0 -5
  2959. package/icons/icon-record.svg +0 -5
  2960. package/icons/icon-refresh.svg +0 -5
  2961. package/icons/icon-remove.svg +0 -5
  2962. package/icons/icon-remove_border.svg +0 -5
  2963. package/icons/icon-remove_field.svg +0 -5
  2964. package/icons/icon-repeat.svg +0 -5
  2965. package/icons/icon-reply.svg +0 -5
  2966. package/icons/icon-resend-fax.svg +0 -5
  2967. package/icons/icon-reset-zoom.svg +0 -5
  2968. package/icons/icon-rich_text_editor.svg +0 -5
  2969. package/icons/icon-roll-ap.svg +0 -5
  2970. package/icons/icon-save-draft.svg +0 -5
  2971. package/icons/icon-schedule.svg +0 -13
  2972. package/icons/icon-schedule_meeting.svg +0 -5
  2973. package/icons/icon-screenshare.svg +0 -5
  2974. package/icons/icon-screenshare_border.svg +0 -5
  2975. package/icons/icon-search.svg +0 -5
  2976. package/icons/icon-search_nav.svg +0 -5
  2977. package/icons/icon-selects.svg +0 -5
  2978. package/icons/icon-send.svg +0 -5
  2979. package/icons/icon-send_filled.svg +0 -5
  2980. package/icons/icon-settings.svg +0 -5
  2981. package/icons/icon-settings_border.svg +0 -5
  2982. package/icons/icon-share.svg +0 -5
  2983. package/icons/icon-sharepoint.svg +0 -5
  2984. package/icons/icon-shortcut.svg +0 -5
  2985. package/icons/icon-shortcut_border.svg +0 -5
  2986. package/icons/icon-signal-0.svg +0 -5
  2987. package/icons/icon-signal-1.svg +0 -5
  2988. package/icons/icon-signal-2.svg +0 -5
  2989. package/icons/icon-signal-3.svg +0 -7
  2990. package/icons/icon-sms-default.svg +0 -5
  2991. package/icons/icon-sms.svg +0 -5
  2992. package/icons/icon-sms_border.svg +0 -5
  2993. package/icons/icon-sms_invite_border.svg +0 -5
  2994. package/icons/icon-sort.svg +0 -6
  2995. package/icons/icon-speaker-down.svg +0 -5
  2996. package/icons/icon-speaker-mute.svg +0 -5
  2997. package/icons/icon-speaker-up.svg +0 -5
  2998. package/icons/icon-star.svg +0 -5
  2999. package/icons/icon-star_border.svg +0 -5
  3000. package/icons/icon-start.svg +0 -7
  3001. package/icons/icon-start_meeting.svg +0 -5
  3002. package/icons/icon-stop-record.svg +0 -5
  3003. package/icons/icon-stop.svg +0 -5
  3004. package/icons/icon-stop_border.svg +0 -5
  3005. package/icons/icon-stop_circle.svg +0 -5
  3006. package/icons/icon-stop_circle_border.svg +0 -5
  3007. package/icons/icon-strike.svg +0 -5
  3008. package/icons/icon-take_over.svg +0 -5
  3009. package/icons/icon-task-new.svg +0 -5
  3010. package/icons/icon-task-new_border.svg +0 -5
  3011. package/icons/icon-team-default.svg +0 -5
  3012. package/icons/icon-team.svg +0 -5
  3013. package/icons/icon-team_border.svg +0 -5
  3014. package/icons/icon-text.svg +0 -5
  3015. package/icons/icon-theme.svg +0 -5
  3016. package/icons/icon-thumbup.svg +0 -5
  3017. package/icons/icon-thumbup_border.svg +0 -5
  3018. package/icons/icon-time.svg +0 -5
  3019. package/icons/icon-time_border.svg +0 -5
  3020. package/icons/icon-transcription.svg +0 -5
  3021. package/icons/icon-transfer-call.svg +0 -5
  3022. package/icons/icon-transfer_call_border.svg +0 -5
  3023. package/icons/icon-unblocked.svg +0 -5
  3024. package/icons/icon-underline.svg +0 -5
  3025. package/icons/icon-undock.svg +0 -5
  3026. package/icons/icon-undock_border.svg +0 -5
  3027. package/icons/icon-unfold_less.svg +0 -5
  3028. package/icons/icon-unfold_more.svg +0 -5
  3029. package/icons/icon-unlock.svg +0 -5
  3030. package/icons/icon-unpin-slash.svg +0 -5
  3031. package/icons/icon-unpin.svg +0 -5
  3032. package/icons/icon-unread.svg +0 -5
  3033. package/icons/icon-unselect.svg +0 -5
  3034. package/icons/icon-user-default.svg +0 -5
  3035. package/icons/icon-video_and_message.svg +0 -5
  3036. package/icons/icon-video_meeting.svg +0 -5
  3037. package/icons/icon-videocam-off.svg +0 -5
  3038. package/icons/icon-videocam-off_border.svg +0 -5
  3039. package/icons/icon-videocam.svg +0 -5
  3040. package/icons/icon-videocam_border.svg +0 -5
  3041. package/icons/icon-view-log_border.svg +0 -5
  3042. package/icons/icon-view.svg +0 -5
  3043. package/icons/icon-view_border.svg +0 -5
  3044. package/icons/icon-voicemail.svg +0 -5
  3045. package/icons/icon-warning.svg +0 -5
  3046. package/icons/icon-watch-video.svg +0 -5
  3047. package/icons/icon-weak-connection.svg +0 -6
  3048. package/icons/icon-webinar.svg +0 -5
  3049. package/icons/icon-webinar_border.svg +0 -5
  3050. package/icons/icon-webpage.svg +0 -5
  3051. package/icons/icon-whisper.svg +0 -5
  3052. package/icons/icon-work.svg +0 -5
  3053. package/icons/icon-workspace.svg +0 -5
  3054. package/icons/icon-workspace_border.svg +0 -5
  3055. package/icons/icon-zip-D.svg +0 -7
  3056. package/icons/icon-zip.svg +0 -7
  3057. package/icons/icon-zoom-in.svg +0 -5
  3058. package/icons/icon-zoom-out.svg +0 -5
  3059. package/scss/_rcDark.scss +0 -198
  3060. package/scss/_rcHighContrast.scss +0 -198
  3061. package/scss/_theming.scss +0 -241
  3062. package/scss/themes/_breakpoints.scss +0 -10
  3063. package/scss/themes/_index.scss +0 -10
  3064. package/scss/themes/_opacity.scss +0 -15
  3065. package/scss/themes/_palette.dark.scss +0 -196
  3066. package/scss/themes/_palette.light.scss +0 -196
  3067. package/scss/themes/_radius.scss +0 -10
  3068. package/scss/themes/_shadows.scss +0 -1
  3069. package/scss/themes/_shape.scss +0 -3
  3070. package/scss/themes/_size.scss +0 -4
  3071. package/scss/themes/_transition.scss +0 -17
  3072. package/scss/themes/_typography.scss +0 -86
  3073. package/scss/themes/_zIndex.scss +0 -9
  3074. package/scss/utils/_add-spacing.scss +0 -32
  3075. package/scss/utils/_add-style.scss +0 -11
  3076. package/scss/utils/_box-shadow.scss +0 -3
  3077. package/scss/utils/_index.scss +0 -4
  3078. package/scss/utils/_map-deep.scss +0 -96
@@ -1,9 +0,0 @@
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 MicOffBorder = 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: "M24 12a1 1 0 011 1v3c0 4.632-3.5 8.447-7.999 8.945L17 29a1 1 0 01-2 0v-4.055a8.952 8.952 0 01-3.791-1.325l1.461-1.461A7 7 0 0023 16v-3a1 1 0 011-1zm5.435-8.021a.999.999 0 010 1.414L5.393 29.435a.999.999 0 11-1.414-1.414L28.021 3.979a.999.999 0 011.414 0zM21 13.828V16a5 5 0 01-6.827 4.656l1.661-1.66.165.004a3 3 0 003-3v-.172l2-2zM8 12a1 1 0 011 1v3c0 1.206.305 2.341.842 3.332l-1.462 1.46A8.961 8.961 0 017 16v-3a1 1 0 011-1zm8-10a5 5 0 015 5v1.172l-2 2V7a3 3 0 10-6 0v9l.005.167-1.66 1.662A4.978 4.978 0 0111 16V7a5 5 0 015-5z" }))); }));
7
- MicOffBorder.displayName = 'MicOffBorder';
8
- MicOffBorder['iconName'] = 'mic-off_border';
9
- exports.default = MicOffBorder;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MicrosoftLogo: 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 MicrosoftLogo;
@@ -1,12 +0,0 @@
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 MicrosoftLogo = 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(--color49, #f1511b)", d: "M15.403 15.403H4V4h11.403z" }),
7
- react_1.default.createElement("path", { fill: "var(--color50, #80cc28)", d: "M27.997 15.403H16.592V4h11.403v11.403z" }),
8
- react_1.default.createElement("path", { fill: "var(--color51, #00adef)", d: "M15.403 28H4V16.597h11.403z" }),
9
- react_1.default.createElement("path", { fill: "var(--color52, #fbbc09)", d: "M27.997 28H16.592V16.597h11.403V28z" }))); }));
10
- MicrosoftLogo.displayName = 'MicrosoftLogo';
11
- MicrosoftLogo['iconName'] = 'microsoft-logo';
12
- exports.default = MicrosoftLogo;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MicrosoftLogoDisabled: 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 MicrosoftLogoDisabled;
@@ -1,9 +0,0 @@
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 MicrosoftLogoDisabled = 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: "M15.403 15.403H4V4h11.403zM27.997 15.403H16.592V4h11.403v11.403zM15.403 28H4V16.597h11.403zM27.997 28H16.592V16.597h11.403V28z" }))); }));
7
- MicrosoftLogoDisabled.displayName = 'MicrosoftLogoDisabled';
8
- MicrosoftLogoDisabled['iconName'] = 'microsoft-logo-disabled';
9
- exports.default = MicrosoftLogoDisabled;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MicrosoftOutlook2019: 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 MicrosoftOutlook2019;
@@ -1,23 +0,0 @@
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 MicrosoftOutlook2019 = 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(--color65, #1a237e)", d: "M30.005 15.68l-5.116-2.98v8.281h5.396v-4.813a.567.567 0 00-.281-.489z" }),
7
- react_1.default.createElement("path", { fill: "var(--color66, #0c4999)", d: "M23.085 5.029h6.461v-.791c0-.684-.554-1.237-1.236-1.237H11.476c-.683 0-1.237.554-1.237 1.237v.791h12.846z" }),
8
- react_1.default.createElement("path", { fill: "var(--color67, #0f73d9)", d: "M23.085 22.659h5.224c.683 0 1.237-.554 1.237-1.237v-4.876h-6.461v6.114z" }),
9
- react_1.default.createElement("path", { fill: "var(--color68, #0f439d)", d: "M10.24 16.546v4.876c0 .683.554 1.237 1.237 1.237h5.195v-6.113l-6.432-.001z" }),
10
- react_1.default.createElement("path", { fill: "var(--color69, #2ecdfd)", d: "M23.085 5.029h6.461v5.734h-6.461z" }),
11
- react_1.default.createElement("path", { fill: "var(--color70, #1c5fb0)", d: "M10.24 5.029h6.432v5.734H10.24z" }),
12
- react_1.default.createElement("path", { fill: "var(--color71, #1467c7)", d: "M16.671 16.546h6.414v6.113h-6.414z" }),
13
- react_1.default.createElement("path", { fill: "var(--color72, #1690d5)", d: "M16.671 5.029h6.414v5.734h-6.414z" }),
14
- react_1.default.createElement("path", { fill: "var(--color73, #1bb4ff)", d: "M23.085 10.762h6.461v5.783h-6.461z" }),
15
- react_1.default.createElement("path", { fill: "var(--color74, #074daf)", d: "M10.24 10.762h6.432v5.783H10.24z" }),
16
- react_1.default.createElement("path", { fill: "var(--color75, #2076d4)", d: "M16.671 10.762h6.414v5.783h-6.414z" }),
17
- react_1.default.createElement("path", { fill: "var(--color76, #2ed0ff)", d: "M9.886 28.714h19.193c.666 0 1.206-.54 1.206-1.206V16.17s-.021.47-1.251 1.155c-.929.517-19.646 11.079-19.646 11.079s.167.31.498.31z" }),
18
- react_1.default.createElement("path", { fill: "var(--color77, #139fe2)", d: "M29.056 28.712l-18.993.002c-.666 0-1.206-.54-1.206-1.206V16.619l20.974 11.83c-.175.14-.397.263-.774.263z" }),
19
- react_1.default.createElement("path", { fill: "var(--color78, #00488d)", d: "M14.799 23H2.915a1.201 1.201 0 01-1.201-1.201V9.915c0-.663.538-1.201 1.201-1.201h11.884c.663 0 1.201.538 1.201 1.201v11.884c0 .663-.538 1.201-1.201 1.201z" }),
20
- react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M8.796 12.096c-2.236 0-3.584 1.709-3.584 3.816s1.342 3.816 3.584 3.816 3.584-1.709 3.584-3.816-1.347-3.816-3.584-3.816zm0 6.344c-1.269 0-2.027-1.131-2.027-2.528s.762-2.528 2.027-2.528c1.265 0 2.028 1.132 2.028 2.528s-.76 2.528-2.028 2.528z" }))); }));
21
- MicrosoftOutlook2019.displayName = 'MicrosoftOutlook2019';
22
- MicrosoftOutlook2019['iconName'] = 'microsoft-outlook-2019';
23
- exports.default = MicrosoftOutlook2019;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Minimize: 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 Minimize;
package/icon/Minimize.js DELETED
@@ -1,9 +0,0 @@
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 Minimize = 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: "M5.333 18v-4h21.333v4z" }))); }));
7
- Minimize.displayName = 'Minimize';
8
- Minimize['iconName'] = 'minimize';
9
- exports.default = Minimize;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Missedcall: 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 Missedcall;
@@ -1,9 +0,0 @@
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 Missedcall = 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: "M9.791 2.353a3.42 3.42 0 011.577 1.5 33.63 33.63 0 001.257 2.265 49.99 49.99 0 001.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 01-1.027.705 1.161 1.161 0 01-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 00-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 001.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 012.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 001.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 01-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 01-3.044-2.327l-.431-.391a36.73 36.73 0 01-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 012.133.308zm11.416-.06l3.536 3.535 3.535-3.535a.999.999 0 111.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 11-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 11-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 111.414-1.414z" }))); }));
7
- Missedcall.displayName = 'Missedcall';
8
- Missedcall['iconName'] = 'missedcall';
9
- exports.default = Missedcall;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MissedcallBorder: 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 MissedcallBorder;
@@ -1,9 +0,0 @@
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 MissedcallBorder = 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: "M9.791 2.353a3.42 3.42 0 011.577 1.5 33.63 33.63 0 001.257 2.265 49.99 49.99 0 001.696 2.601c.414.626.579 1.307.486 2.017-.091.699-.403 1.322-.977 1.9a6.076 6.076 0 01-1.027.705 1.161 1.161 0 01-.218.137l-.171.083-.178.098-.045.022a1.99 1.99 0 00-.144.067c.016.079.043.175.083.29l.098.258c.124.331.324.717.602 1.154.285.448.649.938 1.09 1.465a13.92 13.92 0 001.328 1.391c.395.352.753.616 1.068.791.121.067.226.121.312.159l.218-.239.08-.079.085-.107.254-.263.272-.265.049-.045c.171-.156.362-.306.617-.477a3.574 3.574 0 012.169-.483c.803.071 1.484.39 1.965.905a69.978 69.978 0 001.865 1.697l.459.399.947.804 1.129.938c.586.482.976 1.073 1.157 1.757.164.617.135 1.216-.074 1.743l-.087.194c-.193.479-.565 1.044-1.117 1.713-.476.576-.912 1.028-1.295 1.343l-.161.127c-.44.363-.947.637-1.516.818a6.01 6.01 0 01-1.829.264c-1.073 0-2.192-.21-3.356-.625-1.135-.405-2.29-.984-3.466-1.737a24.373 24.373 0 01-3.044-2.327l-.431-.391a36.73 36.73 0 01-3.448-3.565c-1.492-1.787-2.714-3.551-3.664-5.291-.955-1.731-1.628-3.354-2.018-4.87-.397-1.544-.493-2.938-.281-4.173.204-1.306.769-2.366 1.703-3.149.433-.361 1.041-.728 1.828-1.11.803-.39 1.468-.63 2.018-.716a3.627 3.627 0 012.133.308zM7.966 4.022c-.314.049-.8.222-1.451.538-.661.321-1.134.608-1.416.843-.548.46-.881 1.078-1.018 1.956-.16.934-.085 2.047.247 3.337.345 1.34.953 2.809 1.836 4.41.884 1.619 2.031 3.276 3.432 4.954a34.87 34.87 0 003.283 3.393 22.997 22.997 0 003.194 2.502c1.055.675 2.074 1.187 3.059 1.538.959.342 1.853.509 2.684.509.466 0 .872-.058 1.223-.17.274-.087.514-.206.768-.392l.155-.12c.275-.206.66-.595 1.112-1.142.391-.473.643-.844.765-1.097l.106-.236c.064-.128.078-.299.017-.53-.072-.27-.226-.504-.496-.726l-1.295-1.078-.817-.695-.471-.41a71.406 71.406 0 01-1.293-1.163l-.624-.582-.088-.088c-.138-.148-.36-.25-.681-.279a1.596 1.596 0 00-.827.134l-.119.063-.049.035a3.377 3.377 0 00-.189.145l-.079.069-.16.152-.227.231-.036.047-.09.104-.159.162-.157.172a1.998 1.998 0 01-2.3.472 6.246 6.246 0 01-.459-.233c-.46-.256-.934-.607-1.428-1.047a16.01 16.01 0 01-1.531-1.601 16.348 16.348 0 01-1.243-1.674 8.88 8.88 0 01-.691-1.286l-.073-.183a5.005 5.005 0 01-.292-.913 2 2 0 011.025-2.162l.25-.12.178-.098.111-.054.05-.036.143-.086c.134-.073.249-.143.346-.21l.175-.127.102-.083.049-.052c.16-.183.247-.349.289-.528l.02-.109a.87.87 0 00-.147-.621 52.75 52.75 0 01-1.763-2.705 34.089 34.089 0 01-1.299-2.338 1.447 1.447 0 00-.553-.588l-.12-.063a1.627 1.627 0 00-.976-.142zm13.241-1.729l3.536 3.535 3.535-3.535a.999.999 0 111.414 1.414l-3.535 3.535 3.535 3.536a.999.999 0 11-1.414 1.414l-3.535-3.536-3.536 3.536a.999.999 0 11-1.414-1.414l3.536-3.536-3.536-3.535a.999.999 0 111.414-1.414z" }))); }));
7
- MissedcallBorder.displayName = 'MissedcallBorder';
8
- MissedcallBorder['iconName'] = 'missedcall_border';
9
- exports.default = MissedcallBorder;
package/icon/Mobile.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Mobile: 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 Mobile;
package/icon/Mobile.js DELETED
@@ -1,9 +0,0 @@
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 Mobile = 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: "M9.571 2l12.857.013c1.358 0 2.478 1.044 2.566 2.366l.006.167v22.909c0 1.344-1.066 2.453-2.403 2.54l-.168.005H9.572c-1.358 0-2.478-1.056-2.566-2.379l-.005-.167V4.545c0-1.344 1.066-2.453 2.403-2.54L9.572 2zM22 4H10a1 1 0 00-.993.883L9 5v22a1 1 0 00.883.993L10 28h12a1 1 0 00.993-.883L23 27V5a1 1 0 00-.883-.993L22 4zm-4 20a1 1 0 010 2h-4a1 1 0 010-2h4z" }))); }));
7
- Mobile.displayName = 'Mobile';
8
- Mobile['iconName'] = 'mobile';
9
- exports.default = Mobile;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MonitorCall: 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 MonitorCall;
@@ -1,9 +0,0 @@
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 MonitorCall = 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: "M17 24a3 3 0 110 6h-2a3 3 0 110-6h2zm1-22a8 8 0 018 8v1h1a3 3 0 012.995 2.824L30 14v4a3 3 0 01-3 3h-1v3a4 4 0 01-4 4h-2v-2.001L22 26a2 2 0 001.994-1.851L24 24V10a6 6 0 00-5.775-5.996L18 4h-4a6 6 0 00-5.996 5.775L8 10v11H5a3 3 0 01-3-3v-4a3 3 0 013-3h1v-1a8 8 0 018-8h4zm-1 24h-2a1 1 0 00-.117 1.993L15 28h2a1 1 0 00.117-1.993L17 26zM6 13H5a1 1 0 00-.993.883L4 14v4a1 1 0 00.883.993L5 19h1v-6zm21 0h-1v6h1l.117-.007A1 1 0 0028 18v-4l-.007-.117A1 1 0 0027 13z" }))); }));
7
- MonitorCall.displayName = 'MonitorCall';
8
- MonitorCall['iconName'] = 'monitor_call';
9
- exports.default = MonitorCall;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MoreHoriz: 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 MoreHoriz;
package/icon/MoreHoriz.js DELETED
@@ -1,9 +0,0 @@
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 MoreHoriz = 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: "M9 16a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm9.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm9.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z" }))); }));
7
- MoreHoriz.displayName = 'MoreHoriz';
8
- MoreHoriz['iconName'] = 'more_horiz';
9
- exports.default = MoreHoriz;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MoreVert: 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 MoreVert;
package/icon/MoreVert.js DELETED
@@ -1,9 +0,0 @@
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 MoreVert = 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 23a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm0-9.5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zM16 4a2.5 2.5 0 110 5 2.5 2.5 0 010-5z" }))); }));
7
- MoreVert.displayName = 'MoreVert';
8
- MoreVert['iconName'] = 'more_vert';
9
- exports.default = MoreVert;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MuteNotification: 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 MuteNotification;
@@ -1,9 +0,0 @@
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 MuteNotification = 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: "M25 13v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0126.895 26l-5.995.001a5.002 5.002 0 01-9.8 0H8.827l15.746-15.746c.277.865.426 1.787.426 2.745zm4.435-9.021a.999.999 0 010 1.414L5.393 29.435a.999.999 0 11-1.414-1.414L28.021 3.979a.999.999 0 011.414 0zM18.829 26.001h-5.658a3 3 0 005.658 0zM16 2a1 1 0 011 1l.001 1.055a8.975 8.975 0 015.449 2.668L3.725 25.448a2.003 2.003 0 01-.195-2.681l2.195-2.805A6 6 0 007 16.264V13a9 9 0 018-8.945V3a1 1 0 011-1z" }))); }));
7
- MuteNotification.displayName = 'MuteNotification';
8
- MuteNotification['iconName'] = 'mute-notification';
9
- exports.default = MuteNotification;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MuteNotificationBorder: 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 MuteNotificationBorder;
@@ -1,9 +0,0 @@
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 MuteNotificationBorder = 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: "M24.574 10.255c.277.865.426 1.787.426 2.745v3.264c0 1.34.449 2.642 1.275 3.698l2.195 2.805A2 2 0 0126.895 26l-5.995.001a5.002 5.002 0 01-9.8 0H8.827L10.828 24h16.066l-2.195-2.805a8.001 8.001 0 01-1.7-4.93v-3.264c0-.369-.029-.732-.084-1.086l1.658-1.659zm4.861-6.276a.999.999 0 010 1.414L5.393 29.435a.999.999 0 11-1.414-1.414L28.021 3.979a.999.999 0 011.414 0zM18.829 26.001h-5.658a3 3 0 005.658 0zM16 2a1 1 0 011 1l.001 1.055a8.975 8.975 0 015.449 2.668l-1.414 1.415A7 7 0 009 13v3.264a7.995 7.995 0 01-1.7 4.93l-2.195 2.805h.067l-1.447 1.448a2.003 2.003 0 01-.195-2.681l2.195-2.805A6 6 0 007 16.263v-3.264a9 9 0 018-8.945V2.999a1 1 0 011-1z" }))); }));
7
- MuteNotificationBorder.displayName = 'MuteNotificationBorder';
8
- MuteNotificationBorder['iconName'] = 'mute-notification_border';
9
- exports.default = MuteNotificationBorder;