@ringcentral/juno 1.12.7-beta.5936-eb8c40c5 → 2.0.2

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 (3079) hide show
  1. package/README.md +6 -5
  2. package/components/Accordion/AccordionSummary/AccordionSummary.js +2 -2
  3. package/components/Avatar/Avatar.js +36 -32
  4. package/components/Avatar/styles/StyledMask.js +2 -2
  5. package/components/Buttons/Button/Button.js +11 -7
  6. package/components/Buttons/IconButton/IconButton.d.ts +1 -1
  7. package/components/Buttons/IconButton/IconButton.js +5 -3
  8. package/components/Buttons/SplitButton/SplitButton.js +2 -1
  9. package/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
  10. package/components/Card/CardSelectionArea/CardSelectionArea.js +2 -2
  11. package/components/Card/CardSelectionArea/utils/CardSelectionAreaUtils.d.ts +1 -1
  12. package/components/Chip/Chip.js +3 -3
  13. package/components/DetachedWindow/DetachedWindow.d.ts +1 -7
  14. package/components/DetachedWindow/DetachedWindow.js +8 -6
  15. package/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
  16. package/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
  17. package/components/Dialog/Dialog.js +11 -7
  18. package/components/Dialog/DialogActions/DialogActions.d.ts +1 -1
  19. package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
  20. package/components/Dialog/DialogContentText/DialogContentText.d.ts +1 -1
  21. package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
  22. package/components/Divider/Divider.d.ts +2 -2
  23. package/components/DnD/DragHandle/DragHandle.js +2 -2
  24. package/components/Downshift/Downshift.js +117 -111
  25. package/components/Downshift/SuggestionList/SuggestionList.d.ts +1 -1
  26. package/components/Downshift/SuggestionList/SuggestionList.js +2 -2
  27. package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +1 -1
  28. package/components/Downshift/styles/DownshiftStyle.d.ts +1 -1
  29. package/components/Downshift/utils/DownshiftUtils.d.ts +1 -1
  30. package/components/Downshift/utils/useDownshift.d.ts +2 -2
  31. package/components/Downshift/utils/useDownshiftError.js +2 -1
  32. package/components/Downshift/utils/useDownshiftTag.d.ts +2 -2
  33. package/components/Forms/Checkbox/Checkbox.d.ts +1 -1
  34. package/components/Forms/Checkbox/Checkbox.js +15 -13
  35. package/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
  36. package/components/Forms/Picker/DatePicker/DatePickerHeader.js +3 -4
  37. package/components/Forms/Picker/DatePicker/Day.js +4 -4
  38. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +1 -1
  39. package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -1
  40. package/components/Forms/Picker/TimePicker/NumberPicker.js +3 -4
  41. package/components/Forms/Picker/TimePicker/TimePicker.js +2 -2
  42. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -1
  43. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -1
  44. package/components/Forms/Picker/TimePicker/utils/TimePickerHelper.d.ts +1 -1
  45. package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
  46. package/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +2 -2
  47. package/components/Forms/Select/PlainSelect/PlainSelect.js +1 -1
  48. package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +1 -1
  49. package/components/Forms/Select/styles/SelectArrowDownIcon.js +2 -2
  50. package/components/Forms/TextField/TextField.js +28 -24
  51. package/components/Forms/TextField/styles/ClearIconButton.d.ts +3 -3
  52. package/components/Forms/TextField/styles/ClearIconButton.js +2 -2
  53. package/components/Icon/Icon.js +41 -37
  54. package/components/Icon/utils/IconUtils.js +24 -16
  55. package/components/ImageView/ImageView.d.ts +1 -1
  56. package/components/ImageView/ImageView.js +3 -3
  57. package/components/Link/Link.d.ts +1 -1
  58. package/components/Link/Link.js +16 -12
  59. package/components/List/ListItem/ListItem.js +16 -12
  60. package/components/List/ListItemText/ListItemText.js +21 -17
  61. package/components/Loading/Loading.js +6 -4
  62. package/components/Menu/MenuItem/MenuItem.js +8 -6
  63. package/components/Menu/SubMenu/SubMenu.js +2 -2
  64. package/components/PortalHost/PortalManager/PortalManager.js +24 -16
  65. package/components/Rating/Rating.js +3 -4
  66. package/components/Snackbar/SnackbarContent/SnackbarContent.js +11 -7
  67. package/components/Stepper/StepIcon/StepIcon.js +3 -4
  68. package/components/TablePagination/styles/TablePaginationActions.js +3 -4
  69. package/components/Tables/TableHeadCell.js +2 -3
  70. package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +2 -2
  71. package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.js +11 -8
  72. package/components/Tag/Tag.js +11 -7
  73. package/components/Text/Text.js +1 -2
  74. package/components/Text/TextWithEllipsis.js +7 -4
  75. package/components/TextWithHighlight/TextWithHighlight.js +7 -4
  76. package/components/TextWithLink/TextWithLink.js +7 -4
  77. package/components/TextWithTooltip/TextWithTooltip.js +7 -4
  78. package/components/Thumbnail/Thumbnail.js +16 -12
  79. package/components/Tooltip/Tooltip.js +17 -11
  80. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +2 -2
  81. package/components/VirtualizedMenu/VirtualizedMenuList.js +8 -10
  82. package/components/Virtuoso/react-virtuoso/Grid.d.ts +1 -1
  83. package/components/Virtuoso/react-virtuoso/List.d.ts +1 -1
  84. package/es6/README.md +66 -0
  85. package/es6/components/Accordion/AccordionSummary/AccordionSummary.js +1 -1
  86. package/es6/components/Avatar/Avatar.js +37 -33
  87. package/es6/components/Avatar/styles/StyledMask.js +1 -1
  88. package/es6/components/Buttons/Button/Button.js +12 -8
  89. package/es6/components/Buttons/IconButton/IconButton.js +6 -4
  90. package/es6/components/Buttons/SplitButton/SplitButton.js +3 -2
  91. package/es6/components/Buttons/SplitButton/styles/StyledArrowIcon.js +2 -2
  92. package/es6/components/Card/CardSelectionArea/CardSelectionArea.js +1 -1
  93. package/es6/components/Chip/Chip.js +2 -2
  94. package/es6/components/DetachedWindow/DetachedWindow.js +8 -6
  95. package/es6/components/Dialer/DialPad/utils/DialPadUtils.js +13 -24
  96. package/es6/components/Dialer/DialPad/utils/useKeyAudio.js +4 -4
  97. package/es6/components/Dialog/Dialog.js +12 -8
  98. package/es6/components/DnD/DragHandle/DragHandle.js +1 -1
  99. package/es6/components/Downshift/Downshift.js +117 -111
  100. package/es6/components/Downshift/SuggestionList/SuggestionList.js +1 -1
  101. package/es6/components/Downshift/utils/useDownshiftError.js +3 -2
  102. package/es6/components/Forms/Checkbox/Checkbox.js +13 -11
  103. package/es6/components/Forms/Picker/DatePicker/DatePicker.js +23 -19
  104. package/es6/components/Forms/Picker/DatePicker/DatePickerHeader.js +1 -2
  105. package/es6/components/Forms/Picker/DatePicker/Day.js +2 -2
  106. package/es6/components/Forms/Picker/TimePicker/NumberPicker.js +1 -2
  107. package/es6/components/Forms/Picker/TimePicker/TimePicker.js +2 -2
  108. package/es6/components/Forms/Picker/TimePicker/utils/TimeBoundary.js +1 -1
  109. package/es6/components/Forms/Picker/TimePicker/utils/TimePickerHelper.js +1 -1
  110. package/es6/components/Forms/Picker/utils/PickerTextField/PickerTextField.js +1 -1
  111. package/es6/components/Forms/Select/PlainSelect/PlainSelect.js +1 -1
  112. package/es6/components/Forms/Select/styles/SelectArrowDownIcon.js +1 -1
  113. package/es6/components/Forms/TextField/TextField.js +28 -24
  114. package/es6/components/Forms/TextField/styles/ClearIconButton.js +1 -1
  115. package/es6/components/Icon/Icon.js +42 -38
  116. package/es6/components/Icon/utils/IconUtils.js +24 -16
  117. package/es6/components/ImageView/ImageView.js +2 -2
  118. package/es6/components/Link/Link.js +17 -13
  119. package/es6/components/List/ListItem/ListItem.js +17 -13
  120. package/es6/components/List/ListItemText/ListItemText.js +22 -18
  121. package/es6/components/Loading/Loading.js +6 -4
  122. package/es6/components/Menu/MenuItem/MenuItem.js +7 -5
  123. package/es6/components/Menu/SubMenu/SubMenu.js +1 -1
  124. package/es6/components/PortalHost/PortalManager/PortalManager.js +24 -16
  125. package/es6/components/Rating/Rating.js +1 -2
  126. package/es6/components/Snackbar/SnackbarContent/SnackbarContent.js +12 -8
  127. package/es6/components/Stepper/StepIcon/StepIcon.js +1 -2
  128. package/es6/components/TablePagination/styles/TablePaginationActions.js +2 -3
  129. package/es6/components/Tables/TableHeadCell.js +1 -2
  130. package/es6/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.js +1 -1
  131. package/es6/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.js +12 -9
  132. package/es6/components/Tag/Tag.js +12 -8
  133. package/es6/components/Text/Text.js +1 -2
  134. package/es6/components/Text/TextWithEllipsis.js +7 -4
  135. package/es6/components/TextWithHighlight/TextWithHighlight.js +7 -4
  136. package/es6/components/TextWithLink/TextWithLink.js +7 -4
  137. package/es6/components/TextWithTooltip/TextWithTooltip.js +7 -4
  138. package/es6/components/Thumbnail/Thumbnail.js +17 -13
  139. package/es6/components/Tooltip/Tooltip.js +18 -12
  140. package/es6/components/VirtualizedMenu/VirtualizedMenuList.js +9 -11
  141. package/es6/foundation/config.js +77 -57
  142. package/es6/foundation/hooks/useAudio/useAudio.js +1 -1
  143. package/es6/foundation/hooks/useInterval/useInterval.js +1 -1
  144. package/es6/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
  145. package/es6/foundation/styles/opacity.js +6 -4
  146. package/es6/foundation/theme/ThemeProvider.js +2 -2
  147. package/es6/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
  148. package/es6/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
  149. package/es6/foundation/theme/assets/breakpoints.json +1 -7
  150. package/es6/foundation/theme/useThemeProps.js +1 -1
  151. package/es6/foundation/utils/clearReactReferencesInNode.js +9 -7
  152. package/es6/foundation/utils/hasValue.js +1 -1
  153. package/es6/foundation/utils/index.js +0 -1
  154. package/es6/foundation/utils/isShowJunoWarning.js +0 -2
  155. package/es6/foundation/utils/withDeprecatedCheck.js +14 -15
  156. package/foundation/config.d.ts +23 -13
  157. package/foundation/config.js +78 -58
  158. package/foundation/hooks/useAudio/useAudio.d.ts +1 -1
  159. package/foundation/hooks/useAudio/useAudio.js +1 -1
  160. package/foundation/hooks/useResizeObserver/useResizeObserver.js +10 -7
  161. package/foundation/styles/opacity.js +6 -4
  162. package/foundation/theme/ThemeProvider.js +1 -1
  163. package/foundation/theme/ThemeSwitcherProvider/rcDark.json +1 -7
  164. package/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json +1 -7
  165. package/foundation/theme/assets/breakpoints.json +1 -7
  166. package/foundation/theme/useThemeProps.d.ts +1 -1
  167. package/foundation/theme/useThemeProps.js +1 -1
  168. package/foundation/utils/clearReactReferencesInNode.js +9 -7
  169. package/foundation/utils/hasValue.js +1 -1
  170. package/foundation/utils/index.d.ts +0 -1
  171. package/foundation/utils/index.js +0 -1
  172. package/foundation/utils/isShowJunoWarning.d.ts +0 -1
  173. package/foundation/utils/isShowJunoWarning.js +0 -4
  174. package/foundation/utils/withDeprecatedCheck.d.ts +2 -2
  175. package/foundation/utils/withDeprecatedCheck.js +14 -15
  176. package/package.json +4 -6
  177. package/components/Icon/assets/icon-0.svg +0 -6
  178. package/components/Icon/assets/icon-1.svg +0 -5
  179. package/components/Icon/assets/icon-2.svg +0 -6
  180. package/components/Icon/assets/icon-3.svg +0 -6
  181. package/components/Icon/assets/icon-4.svg +0 -6
  182. package/components/Icon/assets/icon-5.svg +0 -6
  183. package/components/Icon/assets/icon-6.svg +0 -6
  184. package/components/Icon/assets/icon-7.svg +0 -6
  185. package/components/Icon/assets/icon-8.svg +0 -6
  186. package/components/Icon/assets/icon-9.svg +0 -6
  187. package/components/Icon/assets/icon-Announcement.svg +0 -8
  188. package/components/Icon/assets/icon-Call-queue.svg +0 -14
  189. package/components/Icon/assets/icon-Company-setup.svg +0 -5
  190. package/components/Icon/assets/icon-Company-setup_border.svg +0 -5
  191. package/components/Icon/assets/icon-Description.svg +0 -5
  192. package/components/Icon/assets/icon-HUD.svg +0 -5
  193. package/components/Icon/assets/icon-Limited.svg +0 -7
  194. package/components/Icon/assets/icon-Logout.svg +0 -5
  195. package/components/Icon/assets/icon-Message.svg +0 -6
  196. package/components/Icon/assets/icon-New-email.svg +0 -5
  197. package/components/Icon/assets/icon-Paging.svg +0 -6
  198. package/components/Icon/assets/icon-Shared-line.svg +0 -8
  199. package/components/Icon/assets/icon-active-call.svg +0 -7
  200. package/components/Icon/assets/icon-activecall_border.svg +0 -5
  201. package/components/Icon/assets/icon-add-emoji-more.svg +0 -5
  202. package/components/Icon/assets/icon-add-event.svg +0 -5
  203. package/components/Icon/assets/icon-add-integration.svg +0 -6
  204. package/components/Icon/assets/icon-add-member.svg +0 -5
  205. package/components/Icon/assets/icon-add-member_border.svg +0 -5
  206. package/components/Icon/assets/icon-add-park-location.svg +0 -5
  207. package/components/Icon/assets/icon-add-reactions.svg +0 -9
  208. package/components/Icon/assets/icon-add-task.svg +0 -5
  209. package/components/Icon/assets/icon-add-team.svg +0 -5
  210. package/components/Icon/assets/icon-add-team_border.svg +0 -5
  211. package/components/Icon/assets/icon-add.svg +0 -5
  212. package/components/Icon/assets/icon-add_border.svg +0 -5
  213. package/components/Icon/assets/icon-add_field.svg +0 -5
  214. package/components/Icon/assets/icon-add_new_folder.svg +0 -5
  215. package/components/Icon/assets/icon-address.svg +0 -5
  216. package/components/Icon/assets/icon-admin.svg +0 -5
  217. package/components/Icon/assets/icon-admin_border.svg +0 -5
  218. package/components/Icon/assets/icon-advanced.svg +0 -5
  219. package/components/Icon/assets/icon-align-center.svg +0 -5
  220. package/components/Icon/assets/icon-align-justify.svg +0 -5
  221. package/components/Icon/assets/icon-align-left.svg +0 -5
  222. package/components/Icon/assets/icon-align-right.svg +0 -5
  223. package/components/Icon/assets/icon-analytics.svg +0 -5
  224. package/components/Icon/assets/icon-analytics_border.svg +0 -5
  225. package/components/Icon/assets/icon-apple-logo.svg +0 -5
  226. package/components/Icon/assets/icon-apps.svg +0 -5
  227. package/components/Icon/assets/icon-archive.svg +0 -5
  228. package/components/Icon/assets/icon-arrow-down.svg +0 -5
  229. package/components/Icon/assets/icon-arrow-left.svg +0 -5
  230. package/components/Icon/assets/icon-arrow-up.svg +0 -5
  231. package/components/Icon/assets/icon-arrow_down.svg +0 -5
  232. package/components/Icon/assets/icon-arrow_left.svg +0 -5
  233. package/components/Icon/assets/icon-arrow_right.svg +0 -5
  234. package/components/Icon/assets/icon-arrow_right1.svg +0 -5
  235. package/components/Icon/assets/icon-arrow_up.svg +0 -5
  236. package/components/Icon/assets/icon-askfirst.svg +0 -5
  237. package/components/Icon/assets/icon-assignment.svg +0 -5
  238. package/components/Icon/assets/icon-asterisk.svg +0 -5
  239. package/components/Icon/assets/icon-attachment.svg +0 -5
  240. package/components/Icon/assets/icon-audio.svg +0 -5
  241. package/components/Icon/assets/icon-avatar_rooms.svg +0 -5
  242. package/components/Icon/assets/icon-barge.svg +0 -5
  243. package/components/Icon/assets/icon-birthday.svg +0 -5
  244. package/components/Icon/assets/icon-blocked.svg +0 -5
  245. package/components/Icon/assets/icon-bold.svg +0 -5
  246. package/components/Icon/assets/icon-bookmark.svg +0 -5
  247. package/components/Icon/assets/icon-bookmark_border.svg +0 -5
  248. package/components/Icon/assets/icon-box-new.svg +0 -5
  249. package/components/Icon/assets/icon-box.svg +0 -5
  250. package/components/Icon/assets/icon-box1.svg +0 -5
  251. package/components/Icon/assets/icon-bubble_lines.svg +0 -5
  252. package/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
  253. package/components/Icon/assets/icon-call-add.svg +0 -5
  254. package/components/Icon/assets/icon-call-list.svg +0 -5
  255. package/components/Icon/assets/icon-call-more.svg +0 -5
  256. package/components/Icon/assets/icon-call_on_behalf.svg +0 -5
  257. package/components/Icon/assets/icon-chat_bubble.svg +0 -5
  258. package/components/Icon/assets/icon-check.svg +0 -5
  259. package/components/Icon/assets/icon-chevron_left.svg +0 -5
  260. package/components/Icon/assets/icon-chevron_right.svg +0 -5
  261. package/components/Icon/assets/icon-close.svg +0 -5
  262. package/components/Icon/assets/icon-cloud_contact.svg +0 -5
  263. package/components/Icon/assets/icon-code_snippets.svg +0 -5
  264. package/components/Icon/assets/icon-comments.svg +0 -5
  265. package/components/Icon/assets/icon-computer.svg +0 -5
  266. package/components/Icon/assets/icon-conference.svg +0 -5
  267. package/components/Icon/assets/icon-conference_border.svg +0 -5
  268. package/components/Icon/assets/icon-connect.svg +0 -5
  269. package/components/Icon/assets/icon-contacts.svg +0 -5
  270. package/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
  271. package/components/Icon/assets/icon-contacts_border.svg +0 -5
  272. package/components/Icon/assets/icon-copy.svg +0 -5
  273. package/components/Icon/assets/icon-customize-tabs.svg +0 -5
  274. package/components/Icon/assets/icon-dashboard.svg +0 -5
  275. package/components/Icon/assets/icon-dashboard_border.svg +0 -5
  276. package/components/Icon/assets/icon-date.svg +0 -5
  277. package/components/Icon/assets/icon-date_border.svg +0 -5
  278. package/components/Icon/assets/icon-default-avatar.svg +0 -5
  279. package/components/Icon/assets/icon-default-file-D.svg +0 -7
  280. package/components/Icon/assets/icon-default-file.svg +0 -8
  281. package/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
  282. package/components/Icon/assets/icon-default-gdrive.svg +0 -9
  283. package/components/Icon/assets/icon-default-group-avatar.svg +0 -5
  284. package/components/Icon/assets/icon-default-integration.svg +0 -5
  285. package/components/Icon/assets/icon-default-integration_border.svg +0 -5
  286. package/components/Icon/assets/icon-default-music-D.svg +0 -7
  287. package/components/Icon/assets/icon-default-music.svg +0 -7
  288. package/components/Icon/assets/icon-default-team-avatar.svg +0 -5
  289. package/components/Icon/assets/icon-default-video-D.svg +0 -7
  290. package/components/Icon/assets/icon-default-video.svg +0 -7
  291. package/components/Icon/assets/icon-delete.svg +0 -5
  292. package/components/Icon/assets/icon-delete_circle.svg +0 -5
  293. package/components/Icon/assets/icon-deleted_file.svg +0 -6
  294. package/components/Icon/assets/icon-deleted_file_D.svg +0 -6
  295. package/components/Icon/assets/icon-deletenumber.svg +0 -5
  296. package/components/Icon/assets/icon-department.svg +0 -5
  297. package/components/Icon/assets/icon-dial.svg +0 -5
  298. package/components/Icon/assets/icon-dialer.svg +0 -5
  299. package/components/Icon/assets/icon-doc-D.svg +0 -7
  300. package/components/Icon/assets/icon-doc.svg +0 -7
  301. package/components/Icon/assets/icon-dock_border.svg +0 -5
  302. package/components/Icon/assets/icon-double-chevron_left.svg +0 -5
  303. package/components/Icon/assets/icon-double-chevron_right.svg +0 -5
  304. package/components/Icon/assets/icon-download.svg +0 -5
  305. package/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  306. package/components/Icon/assets/icon-draft.svg +0 -5
  307. package/components/Icon/assets/icon-dragable_area.svg +0 -5
  308. package/components/Icon/assets/icon-dropbox.svg +0 -5
  309. package/components/Icon/assets/icon-edit.svg +0 -5
  310. package/components/Icon/assets/icon-email.svg +0 -5
  311. package/components/Icon/assets/icon-emoji.svg +0 -5
  312. package/components/Icon/assets/icon-end--answer.svg +0 -6
  313. package/components/Icon/assets/icon-event-new.svg +0 -5
  314. package/components/Icon/assets/icon-event-new_border.svg +0 -5
  315. package/components/Icon/assets/icon-evernote.svg +0 -5
  316. package/components/Icon/assets/icon-excel-D.svg +0 -7
  317. package/components/Icon/assets/icon-excel.svg +0 -7
  318. package/components/Icon/assets/icon-expand.svg +0 -5
  319. package/components/Icon/assets/icon-external_link.svg +0 -5
  320. package/components/Icon/assets/icon-failed-fax.svg +0 -5
  321. package/components/Icon/assets/icon-failed-fax_border.svg +0 -5
  322. package/components/Icon/assets/icon-fax.svg +0 -5
  323. package/components/Icon/assets/icon-fax_border.svg +0 -5
  324. package/components/Icon/assets/icon-feedback.svg +0 -5
  325. package/components/Icon/assets/icon-file.svg +0 -5
  326. package/components/Icon/assets/icon-file_border.svg +0 -5
  327. package/components/Icon/assets/icon-filter.svg +0 -5
  328. package/components/Icon/assets/icon-foldercreated.svg +0 -5
  329. package/components/Icon/assets/icon-font-color.svg +0 -6
  330. package/components/Icon/assets/icon-forward.svg +0 -5
  331. package/components/Icon/assets/icon-forwardcall.svg +0 -5
  332. package/components/Icon/assets/icon-forwarding.svg +0 -5
  333. package/components/Icon/assets/icon-forwarding_border.svg +0 -5
  334. package/components/Icon/assets/icon-gdrive-logo.svg +0 -10
  335. package/components/Icon/assets/icon-gif-file-D.svg +0 -7
  336. package/components/Icon/assets/icon-gif-file.svg +0 -8
  337. package/components/Icon/assets/icon-gif.svg +0 -5
  338. package/components/Icon/assets/icon-gmail.svg +0 -9
  339. package/components/Icon/assets/icon-good-connection.svg +0 -5
  340. package/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
  341. package/components/Icon/assets/icon-google-doc-D.svg +0 -7
  342. package/components/Icon/assets/icon-google-doc.svg +0 -7
  343. package/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
  344. package/components/Icon/assets/icon-google-logo.svg +0 -8
  345. package/components/Icon/assets/icon-google-sheet-D.svg +0 -7
  346. package/components/Icon/assets/icon-google-sheet.svg +0 -7
  347. package/components/Icon/assets/icon-google-slide-D.svg +0 -7
  348. package/components/Icon/assets/icon-google-slide.svg +0 -7
  349. package/components/Icon/assets/icon-google.svg +0 -5
  350. package/components/Icon/assets/icon-group-default.svg +0 -5
  351. package/components/Icon/assets/icon-hand-up.svg +0 -5
  352. package/components/Icon/assets/icon-hash.svg +0 -5
  353. package/components/Icon/assets/icon-hd.svg +0 -5
  354. package/components/Icon/assets/icon-help.svg +0 -5
  355. package/components/Icon/assets/icon-help_border.svg +0 -5
  356. package/components/Icon/assets/icon-hide_border.svg +0 -5
  357. package/components/Icon/assets/icon-hold-answer.svg +0 -6
  358. package/components/Icon/assets/icon-hold.svg +0 -5
  359. package/components/Icon/assets/icon-holdcall_border.svg +0 -5
  360. package/components/Icon/assets/icon-horizontal-line.svg +0 -5
  361. package/components/Icon/assets/icon-ignore.svg +0 -5
  362. package/components/Icon/assets/icon-image-broken-D.svg +0 -7
  363. package/components/Icon/assets/icon-image-broken.svg +0 -8
  364. package/components/Icon/assets/icon-image-preview-D.svg +0 -7
  365. package/components/Icon/assets/icon-image-preview.svg +0 -7
  366. package/components/Icon/assets/icon-in-progress.svg +0 -5
  367. package/components/Icon/assets/icon-inbound-fax.svg +0 -5
  368. package/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
  369. package/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
  370. package/components/Icon/assets/icon-inbox.svg +0 -5
  371. package/components/Icon/assets/icon-incall.svg +0 -5
  372. package/components/Icon/assets/icon-incall_border.svg +0 -5
  373. package/components/Icon/assets/icon-indent.svg +0 -5
  374. package/components/Icon/assets/icon-indeterminate.svg +0 -5
  375. package/components/Icon/assets/icon-info.svg +0 -5
  376. package/components/Icon/assets/icon-info_border.svg +0 -5
  377. package/components/Icon/assets/icon-insert-code.svg +0 -5
  378. package/components/Icon/assets/icon-insert-image.svg +0 -5
  379. package/components/Icon/assets/icon-insert-link.svg +0 -5
  380. package/components/Icon/assets/icon-insert-table.svg +0 -5
  381. package/components/Icon/assets/icon-insert-video.svg +0 -5
  382. package/components/Icon/assets/icon-italic.svg +0 -5
  383. package/components/Icon/assets/icon-item-list-selected.svg +0 -5
  384. package/components/Icon/assets/icon-join-audio-poc.svg +0 -5
  385. package/components/Icon/assets/icon-join.svg +0 -7
  386. package/components/Icon/assets/icon-join_meeting.svg +0 -5
  387. package/components/Icon/assets/icon-jump-to-latest.svg +0 -5
  388. package/components/Icon/assets/icon-jump-to-unread.svg +0 -5
  389. package/components/Icon/assets/icon-keypad.svg +0 -5
  390. package/components/Icon/assets/icon-leave-meeting.svg +0 -5
  391. package/components/Icon/assets/icon-leave.svg +0 -5
  392. package/components/Icon/assets/icon-list-bullet.svg +0 -5
  393. package/components/Icon/assets/icon-list-ordered.svg +0 -5
  394. package/components/Icon/assets/icon-list-view.svg +0 -5
  395. package/components/Icon/assets/icon-location.svg +0 -5
  396. package/components/Icon/assets/icon-location_border.svg +0 -5
  397. package/components/Icon/assets/icon-lock.svg +0 -5
  398. package/components/Icon/assets/icon-lock_border.svg +0 -5
  399. package/components/Icon/assets/icon-login.svg +0 -5
  400. package/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
  401. package/components/Icon/assets/icon-mac-keynote.svg +0 -10
  402. package/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
  403. package/components/Icon/assets/icon-mac-numbers.svg +0 -7
  404. package/components/Icon/assets/icon-mac-pages-D.svg +0 -7
  405. package/components/Icon/assets/icon-mac-pages.svg +0 -7
  406. package/components/Icon/assets/icon-marker_m.svg +0 -6
  407. package/components/Icon/assets/icon-marker_s.svg +0 -6
  408. package/components/Icon/assets/icon-member_border.svg +0 -5
  409. package/components/Icon/assets/icon-mention.svg +0 -5
  410. package/components/Icon/assets/icon-mention_border.svg +0 -5
  411. package/components/Icon/assets/icon-merge.svg +0 -5
  412. package/components/Icon/assets/icon-mic-off.svg +0 -5
  413. package/components/Icon/assets/icon-mic-off_border.svg +0 -5
  414. package/components/Icon/assets/icon-mic.svg +0 -5
  415. package/components/Icon/assets/icon-mic_border.svg +0 -5
  416. package/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
  417. package/components/Icon/assets/icon-microsoft-logo.svg +0 -8
  418. package/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
  419. package/components/Icon/assets/icon-minimize.svg +0 -5
  420. package/components/Icon/assets/icon-missedcall.svg +0 -5
  421. package/components/Icon/assets/icon-missedcall_border.svg +0 -5
  422. package/components/Icon/assets/icon-mobile.svg +0 -5
  423. package/components/Icon/assets/icon-monitor_call.svg +0 -5
  424. package/components/Icon/assets/icon-more_horiz.svg +0 -5
  425. package/components/Icon/assets/icon-more_vert.svg +0 -5
  426. package/components/Icon/assets/icon-mute-notification.svg +0 -5
  427. package/components/Icon/assets/icon-mute-notification_border.svg +0 -5
  428. package/components/Icon/assets/icon-new-action.svg +0 -5
  429. package/components/Icon/assets/icon-new-fax.svg +0 -5
  430. package/components/Icon/assets/icon-new-file.svg +0 -5
  431. package/components/Icon/assets/icon-new-note.svg +0 -5
  432. package/components/Icon/assets/icon-nickname.svg +0 -5
  433. package/components/Icon/assets/icon-no-audio.svg +0 -5
  434. package/components/Icon/assets/icon-no-connection.svg +0 -6
  435. package/components/Icon/assets/icon-non-edit.svg +0 -5
  436. package/components/Icon/assets/icon-note.svg +0 -5
  437. package/components/Icon/assets/icon-note_border.svg +0 -5
  438. package/components/Icon/assets/icon-notification.svg +0 -5
  439. package/components/Icon/assets/icon-notification_border.svg +0 -5
  440. package/components/Icon/assets/icon-onedrive.svg +0 -5
  441. package/components/Icon/assets/icon-open-folder.svg +0 -5
  442. package/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
  443. package/components/Icon/assets/icon-outbound-fax.svg +0 -5
  444. package/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
  445. package/components/Icon/assets/icon-outcall.svg +0 -5
  446. package/components/Icon/assets/icon-outcall_border.svg +0 -5
  447. package/components/Icon/assets/icon-outdent.svg +0 -5
  448. package/components/Icon/assets/icon-park-call-message.svg +0 -5
  449. package/components/Icon/assets/icon-park-call-text.svg +0 -5
  450. package/components/Icon/assets/icon-park-call.svg +0 -5
  451. package/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
  452. package/components/Icon/assets/icon-pause.svg +0 -5
  453. package/components/Icon/assets/icon-pause_border.svg +0 -5
  454. package/components/Icon/assets/icon-pause_circle.svg +0 -5
  455. package/components/Icon/assets/icon-pause_circle_border.svg +0 -5
  456. package/components/Icon/assets/icon-pdf-D.svg +0 -7
  457. package/components/Icon/assets/icon-pdf.svg +0 -7
  458. package/components/Icon/assets/icon-people.svg +0 -5
  459. package/components/Icon/assets/icon-phone-off.svg +0 -5
  460. package/components/Icon/assets/icon-phone-off_border.svg +0 -5
  461. package/components/Icon/assets/icon-phone.svg +0 -5
  462. package/components/Icon/assets/icon-phone_border.svg +0 -5
  463. package/components/Icon/assets/icon-pick_up_call.svg +0 -5
  464. package/components/Icon/assets/icon-pin.svg +0 -5
  465. package/components/Icon/assets/icon-play.svg +0 -5
  466. package/components/Icon/assets/icon-play_border.svg +0 -5
  467. package/components/Icon/assets/icon-play_circle.svg +0 -5
  468. package/components/Icon/assets/icon-play_circle_border.svg +0 -5
  469. package/components/Icon/assets/icon-poll.svg +0 -5
  470. package/components/Icon/assets/icon-poll_border.svg +0 -5
  471. package/components/Icon/assets/icon-poor-connection.svg +0 -6
  472. package/components/Icon/assets/icon-ppt-D.svg +0 -7
  473. package/components/Icon/assets/icon-ppt.svg +0 -7
  474. package/components/Icon/assets/icon-previous.svg +0 -5
  475. package/components/Icon/assets/icon-quote.svg +0 -5
  476. package/components/Icon/assets/icon-radio.svg +0 -5
  477. package/components/Icon/assets/icon-radio_unselect.svg +0 -5
  478. package/components/Icon/assets/icon-rc_blog.svg +0 -5
  479. package/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
  480. package/components/Icon/assets/icon-rc_contact.svg +0 -5
  481. package/components/Icon/assets/icon-rc_help.svg +0 -5
  482. package/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
  483. package/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
  484. package/components/Icon/assets/icon-read.svg +0 -5
  485. package/components/Icon/assets/icon-record.svg +0 -5
  486. package/components/Icon/assets/icon-refresh.svg +0 -5
  487. package/components/Icon/assets/icon-remove.svg +0 -5
  488. package/components/Icon/assets/icon-remove_border.svg +0 -5
  489. package/components/Icon/assets/icon-remove_field.svg +0 -5
  490. package/components/Icon/assets/icon-repeat.svg +0 -5
  491. package/components/Icon/assets/icon-reply.svg +0 -5
  492. package/components/Icon/assets/icon-resend-fax.svg +0 -5
  493. package/components/Icon/assets/icon-reset-zoom.svg +0 -5
  494. package/components/Icon/assets/icon-rich_text_editor.svg +0 -5
  495. package/components/Icon/assets/icon-roll-ap.svg +0 -5
  496. package/components/Icon/assets/icon-save-draft.svg +0 -5
  497. package/components/Icon/assets/icon-schedule.svg +0 -13
  498. package/components/Icon/assets/icon-schedule_meeting.svg +0 -5
  499. package/components/Icon/assets/icon-screenshare.svg +0 -5
  500. package/components/Icon/assets/icon-screenshare_border.svg +0 -5
  501. package/components/Icon/assets/icon-search.svg +0 -5
  502. package/components/Icon/assets/icon-search_nav.svg +0 -5
  503. package/components/Icon/assets/icon-selects.svg +0 -5
  504. package/components/Icon/assets/icon-send.svg +0 -5
  505. package/components/Icon/assets/icon-send_filled.svg +0 -5
  506. package/components/Icon/assets/icon-settings.svg +0 -5
  507. package/components/Icon/assets/icon-settings_border.svg +0 -5
  508. package/components/Icon/assets/icon-share.svg +0 -5
  509. package/components/Icon/assets/icon-sharepoint.svg +0 -5
  510. package/components/Icon/assets/icon-shortcut.svg +0 -5
  511. package/components/Icon/assets/icon-shortcut_border.svg +0 -5
  512. package/components/Icon/assets/icon-signal-0.svg +0 -5
  513. package/components/Icon/assets/icon-signal-1.svg +0 -5
  514. package/components/Icon/assets/icon-signal-2.svg +0 -5
  515. package/components/Icon/assets/icon-signal-3.svg +0 -7
  516. package/components/Icon/assets/icon-sms-default.svg +0 -5
  517. package/components/Icon/assets/icon-sms.svg +0 -5
  518. package/components/Icon/assets/icon-sms_border.svg +0 -5
  519. package/components/Icon/assets/icon-sms_invite_border.svg +0 -5
  520. package/components/Icon/assets/icon-sort.svg +0 -6
  521. package/components/Icon/assets/icon-speaker-down.svg +0 -5
  522. package/components/Icon/assets/icon-speaker-mute.svg +0 -5
  523. package/components/Icon/assets/icon-speaker-up.svg +0 -5
  524. package/components/Icon/assets/icon-star.svg +0 -5
  525. package/components/Icon/assets/icon-star_border.svg +0 -5
  526. package/components/Icon/assets/icon-start.svg +0 -7
  527. package/components/Icon/assets/icon-start_meeting.svg +0 -5
  528. package/components/Icon/assets/icon-stop-record.svg +0 -5
  529. package/components/Icon/assets/icon-stop.svg +0 -5
  530. package/components/Icon/assets/icon-stop_border.svg +0 -5
  531. package/components/Icon/assets/icon-stop_circle.svg +0 -5
  532. package/components/Icon/assets/icon-stop_circle_border.svg +0 -5
  533. package/components/Icon/assets/icon-strike.svg +0 -5
  534. package/components/Icon/assets/icon-take_over.svg +0 -5
  535. package/components/Icon/assets/icon-task-new.svg +0 -5
  536. package/components/Icon/assets/icon-task-new_border.svg +0 -5
  537. package/components/Icon/assets/icon-team-default.svg +0 -5
  538. package/components/Icon/assets/icon-team.svg +0 -5
  539. package/components/Icon/assets/icon-team_border.svg +0 -5
  540. package/components/Icon/assets/icon-text.svg +0 -5
  541. package/components/Icon/assets/icon-theme.svg +0 -5
  542. package/components/Icon/assets/icon-thumbup.svg +0 -5
  543. package/components/Icon/assets/icon-thumbup_border.svg +0 -5
  544. package/components/Icon/assets/icon-time.svg +0 -5
  545. package/components/Icon/assets/icon-time_border.svg +0 -5
  546. package/components/Icon/assets/icon-transcription.svg +0 -5
  547. package/components/Icon/assets/icon-transfer-call.svg +0 -5
  548. package/components/Icon/assets/icon-transfer_call_border.svg +0 -5
  549. package/components/Icon/assets/icon-unblocked.svg +0 -5
  550. package/components/Icon/assets/icon-underline.svg +0 -5
  551. package/components/Icon/assets/icon-undock.svg +0 -5
  552. package/components/Icon/assets/icon-undock_border.svg +0 -5
  553. package/components/Icon/assets/icon-unfold_less.svg +0 -5
  554. package/components/Icon/assets/icon-unfold_more.svg +0 -5
  555. package/components/Icon/assets/icon-unlock.svg +0 -5
  556. package/components/Icon/assets/icon-unpin-slash.svg +0 -5
  557. package/components/Icon/assets/icon-unpin.svg +0 -5
  558. package/components/Icon/assets/icon-unread.svg +0 -5
  559. package/components/Icon/assets/icon-unselect.svg +0 -5
  560. package/components/Icon/assets/icon-user-default.svg +0 -5
  561. package/components/Icon/assets/icon-video_and_message.svg +0 -5
  562. package/components/Icon/assets/icon-video_meeting.svg +0 -5
  563. package/components/Icon/assets/icon-videocam-off.svg +0 -5
  564. package/components/Icon/assets/icon-videocam-off_border.svg +0 -5
  565. package/components/Icon/assets/icon-videocam.svg +0 -5
  566. package/components/Icon/assets/icon-videocam_border.svg +0 -5
  567. package/components/Icon/assets/icon-view-log_border.svg +0 -5
  568. package/components/Icon/assets/icon-view.svg +0 -5
  569. package/components/Icon/assets/icon-view_border.svg +0 -5
  570. package/components/Icon/assets/icon-voicemail.svg +0 -5
  571. package/components/Icon/assets/icon-warning.svg +0 -5
  572. package/components/Icon/assets/icon-watch-video.svg +0 -5
  573. package/components/Icon/assets/icon-weak-connection.svg +0 -6
  574. package/components/Icon/assets/icon-webinar.svg +0 -5
  575. package/components/Icon/assets/icon-webinar_border.svg +0 -5
  576. package/components/Icon/assets/icon-webpage.svg +0 -5
  577. package/components/Icon/assets/icon-whisper.svg +0 -5
  578. package/components/Icon/assets/icon-work.svg +0 -5
  579. package/components/Icon/assets/icon-workspace.svg +0 -5
  580. package/components/Icon/assets/icon-workspace_border.svg +0 -5
  581. package/components/Icon/assets/icon-zip-D.svg +0 -7
  582. package/components/Icon/assets/icon-zip.svg +0 -7
  583. package/components/Icon/assets/icon-zoom-in.svg +0 -5
  584. package/components/Icon/assets/icon-zoom-out.svg +0 -5
  585. package/components/Icon/icon-symbol.d.ts +0 -2
  586. package/components/Icon/icon-symbol.js +0 -3
  587. package/es6/components/Icon/assets/icon-0.svg +0 -6
  588. package/es6/components/Icon/assets/icon-1.svg +0 -5
  589. package/es6/components/Icon/assets/icon-2.svg +0 -6
  590. package/es6/components/Icon/assets/icon-3.svg +0 -6
  591. package/es6/components/Icon/assets/icon-4.svg +0 -6
  592. package/es6/components/Icon/assets/icon-5.svg +0 -6
  593. package/es6/components/Icon/assets/icon-6.svg +0 -6
  594. package/es6/components/Icon/assets/icon-7.svg +0 -6
  595. package/es6/components/Icon/assets/icon-8.svg +0 -6
  596. package/es6/components/Icon/assets/icon-9.svg +0 -6
  597. package/es6/components/Icon/assets/icon-Announcement.svg +0 -8
  598. package/es6/components/Icon/assets/icon-Call-queue.svg +0 -14
  599. package/es6/components/Icon/assets/icon-Company-setup.svg +0 -5
  600. package/es6/components/Icon/assets/icon-Company-setup_border.svg +0 -5
  601. package/es6/components/Icon/assets/icon-Description.svg +0 -5
  602. package/es6/components/Icon/assets/icon-HUD.svg +0 -5
  603. package/es6/components/Icon/assets/icon-Limited.svg +0 -7
  604. package/es6/components/Icon/assets/icon-Logout.svg +0 -5
  605. package/es6/components/Icon/assets/icon-Message.svg +0 -6
  606. package/es6/components/Icon/assets/icon-New-email.svg +0 -5
  607. package/es6/components/Icon/assets/icon-Paging.svg +0 -6
  608. package/es6/components/Icon/assets/icon-Shared-line.svg +0 -8
  609. package/es6/components/Icon/assets/icon-active-call.svg +0 -7
  610. package/es6/components/Icon/assets/icon-activecall_border.svg +0 -5
  611. package/es6/components/Icon/assets/icon-add-emoji-more.svg +0 -5
  612. package/es6/components/Icon/assets/icon-add-event.svg +0 -5
  613. package/es6/components/Icon/assets/icon-add-integration.svg +0 -6
  614. package/es6/components/Icon/assets/icon-add-member.svg +0 -5
  615. package/es6/components/Icon/assets/icon-add-member_border.svg +0 -5
  616. package/es6/components/Icon/assets/icon-add-park-location.svg +0 -5
  617. package/es6/components/Icon/assets/icon-add-reactions.svg +0 -9
  618. package/es6/components/Icon/assets/icon-add-task.svg +0 -5
  619. package/es6/components/Icon/assets/icon-add-team.svg +0 -5
  620. package/es6/components/Icon/assets/icon-add-team_border.svg +0 -5
  621. package/es6/components/Icon/assets/icon-add.svg +0 -5
  622. package/es6/components/Icon/assets/icon-add_border.svg +0 -5
  623. package/es6/components/Icon/assets/icon-add_field.svg +0 -5
  624. package/es6/components/Icon/assets/icon-add_new_folder.svg +0 -5
  625. package/es6/components/Icon/assets/icon-address.svg +0 -5
  626. package/es6/components/Icon/assets/icon-admin.svg +0 -5
  627. package/es6/components/Icon/assets/icon-admin_border.svg +0 -5
  628. package/es6/components/Icon/assets/icon-advanced.svg +0 -5
  629. package/es6/components/Icon/assets/icon-align-center.svg +0 -5
  630. package/es6/components/Icon/assets/icon-align-justify.svg +0 -5
  631. package/es6/components/Icon/assets/icon-align-left.svg +0 -5
  632. package/es6/components/Icon/assets/icon-align-right.svg +0 -5
  633. package/es6/components/Icon/assets/icon-analytics.svg +0 -5
  634. package/es6/components/Icon/assets/icon-analytics_border.svg +0 -5
  635. package/es6/components/Icon/assets/icon-apple-logo.svg +0 -5
  636. package/es6/components/Icon/assets/icon-apps.svg +0 -5
  637. package/es6/components/Icon/assets/icon-archive.svg +0 -5
  638. package/es6/components/Icon/assets/icon-arrow-down.svg +0 -5
  639. package/es6/components/Icon/assets/icon-arrow-left.svg +0 -5
  640. package/es6/components/Icon/assets/icon-arrow-up.svg +0 -5
  641. package/es6/components/Icon/assets/icon-arrow_down.svg +0 -5
  642. package/es6/components/Icon/assets/icon-arrow_left.svg +0 -5
  643. package/es6/components/Icon/assets/icon-arrow_right.svg +0 -5
  644. package/es6/components/Icon/assets/icon-arrow_right1.svg +0 -5
  645. package/es6/components/Icon/assets/icon-arrow_up.svg +0 -5
  646. package/es6/components/Icon/assets/icon-askfirst.svg +0 -5
  647. package/es6/components/Icon/assets/icon-assignment.svg +0 -5
  648. package/es6/components/Icon/assets/icon-asterisk.svg +0 -5
  649. package/es6/components/Icon/assets/icon-attachment.svg +0 -5
  650. package/es6/components/Icon/assets/icon-audio.svg +0 -5
  651. package/es6/components/Icon/assets/icon-avatar_rooms.svg +0 -5
  652. package/es6/components/Icon/assets/icon-barge.svg +0 -5
  653. package/es6/components/Icon/assets/icon-birthday.svg +0 -5
  654. package/es6/components/Icon/assets/icon-blocked.svg +0 -5
  655. package/es6/components/Icon/assets/icon-bold.svg +0 -5
  656. package/es6/components/Icon/assets/icon-bookmark.svg +0 -5
  657. package/es6/components/Icon/assets/icon-bookmark_border.svg +0 -5
  658. package/es6/components/Icon/assets/icon-box-new.svg +0 -5
  659. package/es6/components/Icon/assets/icon-box.svg +0 -5
  660. package/es6/components/Icon/assets/icon-box1.svg +0 -5
  661. package/es6/components/Icon/assets/icon-bubble_lines.svg +0 -5
  662. package/es6/components/Icon/assets/icon-bubble_lines_border.svg +0 -5
  663. package/es6/components/Icon/assets/icon-call-add.svg +0 -5
  664. package/es6/components/Icon/assets/icon-call-list.svg +0 -5
  665. package/es6/components/Icon/assets/icon-call-more.svg +0 -5
  666. package/es6/components/Icon/assets/icon-call_on_behalf.svg +0 -5
  667. package/es6/components/Icon/assets/icon-chat_bubble.svg +0 -5
  668. package/es6/components/Icon/assets/icon-check.svg +0 -5
  669. package/es6/components/Icon/assets/icon-chevron_left.svg +0 -5
  670. package/es6/components/Icon/assets/icon-chevron_right.svg +0 -5
  671. package/es6/components/Icon/assets/icon-close.svg +0 -5
  672. package/es6/components/Icon/assets/icon-cloud_contact.svg +0 -5
  673. package/es6/components/Icon/assets/icon-code_snippets.svg +0 -5
  674. package/es6/components/Icon/assets/icon-comments.svg +0 -5
  675. package/es6/components/Icon/assets/icon-computer.svg +0 -5
  676. package/es6/components/Icon/assets/icon-conference.svg +0 -5
  677. package/es6/components/Icon/assets/icon-conference_border.svg +0 -5
  678. package/es6/components/Icon/assets/icon-connect.svg +0 -5
  679. package/es6/components/Icon/assets/icon-contacts.svg +0 -5
  680. package/es6/components/Icon/assets/icon-contacts_and_calendars.svg +0 -5
  681. package/es6/components/Icon/assets/icon-contacts_border.svg +0 -5
  682. package/es6/components/Icon/assets/icon-copy.svg +0 -5
  683. package/es6/components/Icon/assets/icon-customize-tabs.svg +0 -5
  684. package/es6/components/Icon/assets/icon-dashboard.svg +0 -5
  685. package/es6/components/Icon/assets/icon-dashboard_border.svg +0 -5
  686. package/es6/components/Icon/assets/icon-date.svg +0 -5
  687. package/es6/components/Icon/assets/icon-date_border.svg +0 -5
  688. package/es6/components/Icon/assets/icon-default-avatar.svg +0 -5
  689. package/es6/components/Icon/assets/icon-default-file-D.svg +0 -7
  690. package/es6/components/Icon/assets/icon-default-file.svg +0 -8
  691. package/es6/components/Icon/assets/icon-default-gdrive-D.svg +0 -8
  692. package/es6/components/Icon/assets/icon-default-gdrive.svg +0 -9
  693. package/es6/components/Icon/assets/icon-default-group-avatar.svg +0 -5
  694. package/es6/components/Icon/assets/icon-default-integration.svg +0 -5
  695. package/es6/components/Icon/assets/icon-default-integration_border.svg +0 -5
  696. package/es6/components/Icon/assets/icon-default-music-D.svg +0 -7
  697. package/es6/components/Icon/assets/icon-default-music.svg +0 -7
  698. package/es6/components/Icon/assets/icon-default-team-avatar.svg +0 -5
  699. package/es6/components/Icon/assets/icon-default-video-D.svg +0 -7
  700. package/es6/components/Icon/assets/icon-default-video.svg +0 -7
  701. package/es6/components/Icon/assets/icon-delete.svg +0 -5
  702. package/es6/components/Icon/assets/icon-delete_circle.svg +0 -5
  703. package/es6/components/Icon/assets/icon-deleted_file.svg +0 -6
  704. package/es6/components/Icon/assets/icon-deleted_file_D.svg +0 -6
  705. package/es6/components/Icon/assets/icon-deletenumber.svg +0 -5
  706. package/es6/components/Icon/assets/icon-department.svg +0 -5
  707. package/es6/components/Icon/assets/icon-dial.svg +0 -5
  708. package/es6/components/Icon/assets/icon-dialer.svg +0 -5
  709. package/es6/components/Icon/assets/icon-doc-D.svg +0 -7
  710. package/es6/components/Icon/assets/icon-doc.svg +0 -7
  711. package/es6/components/Icon/assets/icon-dock_border.svg +0 -5
  712. package/es6/components/Icon/assets/icon-double-chevron_left.svg +0 -5
  713. package/es6/components/Icon/assets/icon-double-chevron_right.svg +0 -5
  714. package/es6/components/Icon/assets/icon-download.svg +0 -5
  715. package/es6/components/Icon/assets/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  716. package/es6/components/Icon/assets/icon-draft.svg +0 -5
  717. package/es6/components/Icon/assets/icon-dragable_area.svg +0 -5
  718. package/es6/components/Icon/assets/icon-dropbox.svg +0 -5
  719. package/es6/components/Icon/assets/icon-edit.svg +0 -5
  720. package/es6/components/Icon/assets/icon-email.svg +0 -5
  721. package/es6/components/Icon/assets/icon-emoji.svg +0 -5
  722. package/es6/components/Icon/assets/icon-end--answer.svg +0 -6
  723. package/es6/components/Icon/assets/icon-event-new.svg +0 -5
  724. package/es6/components/Icon/assets/icon-event-new_border.svg +0 -5
  725. package/es6/components/Icon/assets/icon-evernote.svg +0 -5
  726. package/es6/components/Icon/assets/icon-excel-D.svg +0 -7
  727. package/es6/components/Icon/assets/icon-excel.svg +0 -7
  728. package/es6/components/Icon/assets/icon-expand.svg +0 -5
  729. package/es6/components/Icon/assets/icon-external_link.svg +0 -5
  730. package/es6/components/Icon/assets/icon-failed-fax.svg +0 -5
  731. package/es6/components/Icon/assets/icon-failed-fax_border.svg +0 -5
  732. package/es6/components/Icon/assets/icon-fax.svg +0 -5
  733. package/es6/components/Icon/assets/icon-fax_border.svg +0 -5
  734. package/es6/components/Icon/assets/icon-feedback.svg +0 -5
  735. package/es6/components/Icon/assets/icon-file.svg +0 -5
  736. package/es6/components/Icon/assets/icon-file_border.svg +0 -5
  737. package/es6/components/Icon/assets/icon-filter.svg +0 -5
  738. package/es6/components/Icon/assets/icon-foldercreated.svg +0 -5
  739. package/es6/components/Icon/assets/icon-font-color.svg +0 -6
  740. package/es6/components/Icon/assets/icon-forward.svg +0 -5
  741. package/es6/components/Icon/assets/icon-forwardcall.svg +0 -5
  742. package/es6/components/Icon/assets/icon-forwarding.svg +0 -5
  743. package/es6/components/Icon/assets/icon-forwarding_border.svg +0 -5
  744. package/es6/components/Icon/assets/icon-gdrive-logo.svg +0 -10
  745. package/es6/components/Icon/assets/icon-gif-file-D.svg +0 -7
  746. package/es6/components/Icon/assets/icon-gif-file.svg +0 -8
  747. package/es6/components/Icon/assets/icon-gif.svg +0 -5
  748. package/es6/components/Icon/assets/icon-gmail.svg +0 -9
  749. package/es6/components/Icon/assets/icon-good-connection.svg +0 -5
  750. package/es6/components/Icon/assets/icon-google-calendar-2019.svg +0 -10
  751. package/es6/components/Icon/assets/icon-google-doc-D.svg +0 -7
  752. package/es6/components/Icon/assets/icon-google-doc.svg +0 -7
  753. package/es6/components/Icon/assets/icon-google-logo-disabled.svg +0 -5
  754. package/es6/components/Icon/assets/icon-google-logo.svg +0 -8
  755. package/es6/components/Icon/assets/icon-google-sheet-D.svg +0 -7
  756. package/es6/components/Icon/assets/icon-google-sheet.svg +0 -7
  757. package/es6/components/Icon/assets/icon-google-slide-D.svg +0 -7
  758. package/es6/components/Icon/assets/icon-google-slide.svg +0 -7
  759. package/es6/components/Icon/assets/icon-google.svg +0 -5
  760. package/es6/components/Icon/assets/icon-group-default.svg +0 -5
  761. package/es6/components/Icon/assets/icon-hand-up.svg +0 -5
  762. package/es6/components/Icon/assets/icon-hash.svg +0 -5
  763. package/es6/components/Icon/assets/icon-hd.svg +0 -5
  764. package/es6/components/Icon/assets/icon-help.svg +0 -5
  765. package/es6/components/Icon/assets/icon-help_border.svg +0 -5
  766. package/es6/components/Icon/assets/icon-hide_border.svg +0 -5
  767. package/es6/components/Icon/assets/icon-hold-answer.svg +0 -6
  768. package/es6/components/Icon/assets/icon-hold.svg +0 -5
  769. package/es6/components/Icon/assets/icon-holdcall_border.svg +0 -5
  770. package/es6/components/Icon/assets/icon-horizontal-line.svg +0 -5
  771. package/es6/components/Icon/assets/icon-ignore.svg +0 -5
  772. package/es6/components/Icon/assets/icon-image-broken-D.svg +0 -7
  773. package/es6/components/Icon/assets/icon-image-broken.svg +0 -8
  774. package/es6/components/Icon/assets/icon-image-preview-D.svg +0 -7
  775. package/es6/components/Icon/assets/icon-image-preview.svg +0 -7
  776. package/es6/components/Icon/assets/icon-in-progress.svg +0 -5
  777. package/es6/components/Icon/assets/icon-inbound-fax.svg +0 -5
  778. package/es6/components/Icon/assets/icon-inbound-fax_border.svg +0 -5
  779. package/es6/components/Icon/assets/icon-inbound_call_on_behalf.svg +0 -5
  780. package/es6/components/Icon/assets/icon-inbox.svg +0 -5
  781. package/es6/components/Icon/assets/icon-incall.svg +0 -5
  782. package/es6/components/Icon/assets/icon-incall_border.svg +0 -5
  783. package/es6/components/Icon/assets/icon-indent.svg +0 -5
  784. package/es6/components/Icon/assets/icon-indeterminate.svg +0 -5
  785. package/es6/components/Icon/assets/icon-info.svg +0 -5
  786. package/es6/components/Icon/assets/icon-info_border.svg +0 -5
  787. package/es6/components/Icon/assets/icon-insert-code.svg +0 -5
  788. package/es6/components/Icon/assets/icon-insert-image.svg +0 -5
  789. package/es6/components/Icon/assets/icon-insert-link.svg +0 -5
  790. package/es6/components/Icon/assets/icon-insert-table.svg +0 -5
  791. package/es6/components/Icon/assets/icon-insert-video.svg +0 -5
  792. package/es6/components/Icon/assets/icon-italic.svg +0 -5
  793. package/es6/components/Icon/assets/icon-item-list-selected.svg +0 -5
  794. package/es6/components/Icon/assets/icon-join-audio-poc.svg +0 -5
  795. package/es6/components/Icon/assets/icon-join.svg +0 -7
  796. package/es6/components/Icon/assets/icon-join_meeting.svg +0 -5
  797. package/es6/components/Icon/assets/icon-jump-to-latest.svg +0 -5
  798. package/es6/components/Icon/assets/icon-jump-to-unread.svg +0 -5
  799. package/es6/components/Icon/assets/icon-keypad.svg +0 -5
  800. package/es6/components/Icon/assets/icon-leave-meeting.svg +0 -5
  801. package/es6/components/Icon/assets/icon-leave.svg +0 -5
  802. package/es6/components/Icon/assets/icon-list-bullet.svg +0 -5
  803. package/es6/components/Icon/assets/icon-list-ordered.svg +0 -5
  804. package/es6/components/Icon/assets/icon-list-view.svg +0 -5
  805. package/es6/components/Icon/assets/icon-location.svg +0 -5
  806. package/es6/components/Icon/assets/icon-location_border.svg +0 -5
  807. package/es6/components/Icon/assets/icon-lock.svg +0 -5
  808. package/es6/components/Icon/assets/icon-lock_border.svg +0 -5
  809. package/es6/components/Icon/assets/icon-login.svg +0 -5
  810. package/es6/components/Icon/assets/icon-mac-keynote-D.svg +0 -7
  811. package/es6/components/Icon/assets/icon-mac-keynote.svg +0 -10
  812. package/es6/components/Icon/assets/icon-mac-numbers-D.svg +0 -7
  813. package/es6/components/Icon/assets/icon-mac-numbers.svg +0 -7
  814. package/es6/components/Icon/assets/icon-mac-pages-D.svg +0 -7
  815. package/es6/components/Icon/assets/icon-mac-pages.svg +0 -7
  816. package/es6/components/Icon/assets/icon-marker_m.svg +0 -6
  817. package/es6/components/Icon/assets/icon-marker_s.svg +0 -6
  818. package/es6/components/Icon/assets/icon-member_border.svg +0 -5
  819. package/es6/components/Icon/assets/icon-mention.svg +0 -5
  820. package/es6/components/Icon/assets/icon-mention_border.svg +0 -5
  821. package/es6/components/Icon/assets/icon-merge.svg +0 -5
  822. package/es6/components/Icon/assets/icon-mic-off.svg +0 -5
  823. package/es6/components/Icon/assets/icon-mic-off_border.svg +0 -5
  824. package/es6/components/Icon/assets/icon-mic.svg +0 -5
  825. package/es6/components/Icon/assets/icon-mic_border.svg +0 -5
  826. package/es6/components/Icon/assets/icon-microsoft-logo-disabled.svg +0 -8
  827. package/es6/components/Icon/assets/icon-microsoft-logo.svg +0 -8
  828. package/es6/components/Icon/assets/icon-microsoft-outlook-2019.svg +0 -19
  829. package/es6/components/Icon/assets/icon-minimize.svg +0 -5
  830. package/es6/components/Icon/assets/icon-missedcall.svg +0 -5
  831. package/es6/components/Icon/assets/icon-missedcall_border.svg +0 -5
  832. package/es6/components/Icon/assets/icon-mobile.svg +0 -5
  833. package/es6/components/Icon/assets/icon-monitor_call.svg +0 -5
  834. package/es6/components/Icon/assets/icon-more_horiz.svg +0 -5
  835. package/es6/components/Icon/assets/icon-more_vert.svg +0 -5
  836. package/es6/components/Icon/assets/icon-mute-notification.svg +0 -5
  837. package/es6/components/Icon/assets/icon-mute-notification_border.svg +0 -5
  838. package/es6/components/Icon/assets/icon-new-action.svg +0 -5
  839. package/es6/components/Icon/assets/icon-new-fax.svg +0 -5
  840. package/es6/components/Icon/assets/icon-new-file.svg +0 -5
  841. package/es6/components/Icon/assets/icon-new-note.svg +0 -5
  842. package/es6/components/Icon/assets/icon-nickname.svg +0 -5
  843. package/es6/components/Icon/assets/icon-no-audio.svg +0 -5
  844. package/es6/components/Icon/assets/icon-no-connection.svg +0 -6
  845. package/es6/components/Icon/assets/icon-non-edit.svg +0 -5
  846. package/es6/components/Icon/assets/icon-note.svg +0 -5
  847. package/es6/components/Icon/assets/icon-note_border.svg +0 -5
  848. package/es6/components/Icon/assets/icon-notification.svg +0 -5
  849. package/es6/components/Icon/assets/icon-notification_border.svg +0 -5
  850. package/es6/components/Icon/assets/icon-onedrive.svg +0 -5
  851. package/es6/components/Icon/assets/icon-open-folder.svg +0 -5
  852. package/es6/components/Icon/assets/icon-oubound_call_on_behalf.svg +0 -5
  853. package/es6/components/Icon/assets/icon-outbound-fax.svg +0 -5
  854. package/es6/components/Icon/assets/icon-outbound-fax_border.svg +0 -5
  855. package/es6/components/Icon/assets/icon-outcall.svg +0 -5
  856. package/es6/components/Icon/assets/icon-outcall_border.svg +0 -5
  857. package/es6/components/Icon/assets/icon-outdent.svg +0 -5
  858. package/es6/components/Icon/assets/icon-park-call-message.svg +0 -5
  859. package/es6/components/Icon/assets/icon-park-call-text.svg +0 -5
  860. package/es6/components/Icon/assets/icon-park-call.svg +0 -5
  861. package/es6/components/Icon/assets/icon-partner_cloud_contact.svg +0 -5
  862. package/es6/components/Icon/assets/icon-pause.svg +0 -5
  863. package/es6/components/Icon/assets/icon-pause_border.svg +0 -5
  864. package/es6/components/Icon/assets/icon-pause_circle.svg +0 -5
  865. package/es6/components/Icon/assets/icon-pause_circle_border.svg +0 -5
  866. package/es6/components/Icon/assets/icon-pdf-D.svg +0 -7
  867. package/es6/components/Icon/assets/icon-pdf.svg +0 -7
  868. package/es6/components/Icon/assets/icon-people.svg +0 -5
  869. package/es6/components/Icon/assets/icon-phone-off.svg +0 -5
  870. package/es6/components/Icon/assets/icon-phone-off_border.svg +0 -5
  871. package/es6/components/Icon/assets/icon-phone.svg +0 -5
  872. package/es6/components/Icon/assets/icon-phone_border.svg +0 -5
  873. package/es6/components/Icon/assets/icon-pick_up_call.svg +0 -5
  874. package/es6/components/Icon/assets/icon-pin.svg +0 -5
  875. package/es6/components/Icon/assets/icon-play.svg +0 -5
  876. package/es6/components/Icon/assets/icon-play_border.svg +0 -5
  877. package/es6/components/Icon/assets/icon-play_circle.svg +0 -5
  878. package/es6/components/Icon/assets/icon-play_circle_border.svg +0 -5
  879. package/es6/components/Icon/assets/icon-poll.svg +0 -5
  880. package/es6/components/Icon/assets/icon-poll_border.svg +0 -5
  881. package/es6/components/Icon/assets/icon-poor-connection.svg +0 -6
  882. package/es6/components/Icon/assets/icon-ppt-D.svg +0 -7
  883. package/es6/components/Icon/assets/icon-ppt.svg +0 -7
  884. package/es6/components/Icon/assets/icon-previous.svg +0 -5
  885. package/es6/components/Icon/assets/icon-quote.svg +0 -5
  886. package/es6/components/Icon/assets/icon-radio.svg +0 -5
  887. package/es6/components/Icon/assets/icon-radio_unselect.svg +0 -5
  888. package/es6/components/Icon/assets/icon-rc_blog.svg +0 -5
  889. package/es6/components/Icon/assets/icon-rc_cloud_contact.svg +0 -5
  890. package/es6/components/Icon/assets/icon-rc_contact.svg +0 -5
  891. package/es6/components/Icon/assets/icon-rc_help.svg +0 -5
  892. package/es6/components/Icon/assets/icon-rcv_mic-off.svg +0 -6
  893. package/es6/components/Icon/assets/icon-rcv_videocam-off.svg +0 -6
  894. package/es6/components/Icon/assets/icon-read.svg +0 -5
  895. package/es6/components/Icon/assets/icon-record.svg +0 -5
  896. package/es6/components/Icon/assets/icon-refresh.svg +0 -5
  897. package/es6/components/Icon/assets/icon-remove.svg +0 -5
  898. package/es6/components/Icon/assets/icon-remove_border.svg +0 -5
  899. package/es6/components/Icon/assets/icon-remove_field.svg +0 -5
  900. package/es6/components/Icon/assets/icon-repeat.svg +0 -5
  901. package/es6/components/Icon/assets/icon-reply.svg +0 -5
  902. package/es6/components/Icon/assets/icon-resend-fax.svg +0 -5
  903. package/es6/components/Icon/assets/icon-reset-zoom.svg +0 -5
  904. package/es6/components/Icon/assets/icon-rich_text_editor.svg +0 -5
  905. package/es6/components/Icon/assets/icon-roll-ap.svg +0 -5
  906. package/es6/components/Icon/assets/icon-save-draft.svg +0 -5
  907. package/es6/components/Icon/assets/icon-schedule.svg +0 -13
  908. package/es6/components/Icon/assets/icon-schedule_meeting.svg +0 -5
  909. package/es6/components/Icon/assets/icon-screenshare.svg +0 -5
  910. package/es6/components/Icon/assets/icon-screenshare_border.svg +0 -5
  911. package/es6/components/Icon/assets/icon-search.svg +0 -5
  912. package/es6/components/Icon/assets/icon-search_nav.svg +0 -5
  913. package/es6/components/Icon/assets/icon-selects.svg +0 -5
  914. package/es6/components/Icon/assets/icon-send.svg +0 -5
  915. package/es6/components/Icon/assets/icon-send_filled.svg +0 -5
  916. package/es6/components/Icon/assets/icon-settings.svg +0 -5
  917. package/es6/components/Icon/assets/icon-settings_border.svg +0 -5
  918. package/es6/components/Icon/assets/icon-share.svg +0 -5
  919. package/es6/components/Icon/assets/icon-sharepoint.svg +0 -5
  920. package/es6/components/Icon/assets/icon-shortcut.svg +0 -5
  921. package/es6/components/Icon/assets/icon-shortcut_border.svg +0 -5
  922. package/es6/components/Icon/assets/icon-signal-0.svg +0 -5
  923. package/es6/components/Icon/assets/icon-signal-1.svg +0 -5
  924. package/es6/components/Icon/assets/icon-signal-2.svg +0 -5
  925. package/es6/components/Icon/assets/icon-signal-3.svg +0 -7
  926. package/es6/components/Icon/assets/icon-sms-default.svg +0 -5
  927. package/es6/components/Icon/assets/icon-sms.svg +0 -5
  928. package/es6/components/Icon/assets/icon-sms_border.svg +0 -5
  929. package/es6/components/Icon/assets/icon-sms_invite_border.svg +0 -5
  930. package/es6/components/Icon/assets/icon-sort.svg +0 -6
  931. package/es6/components/Icon/assets/icon-speaker-down.svg +0 -5
  932. package/es6/components/Icon/assets/icon-speaker-mute.svg +0 -5
  933. package/es6/components/Icon/assets/icon-speaker-up.svg +0 -5
  934. package/es6/components/Icon/assets/icon-star.svg +0 -5
  935. package/es6/components/Icon/assets/icon-star_border.svg +0 -5
  936. package/es6/components/Icon/assets/icon-start.svg +0 -7
  937. package/es6/components/Icon/assets/icon-start_meeting.svg +0 -5
  938. package/es6/components/Icon/assets/icon-stop-record.svg +0 -5
  939. package/es6/components/Icon/assets/icon-stop.svg +0 -5
  940. package/es6/components/Icon/assets/icon-stop_border.svg +0 -5
  941. package/es6/components/Icon/assets/icon-stop_circle.svg +0 -5
  942. package/es6/components/Icon/assets/icon-stop_circle_border.svg +0 -5
  943. package/es6/components/Icon/assets/icon-strike.svg +0 -5
  944. package/es6/components/Icon/assets/icon-take_over.svg +0 -5
  945. package/es6/components/Icon/assets/icon-task-new.svg +0 -5
  946. package/es6/components/Icon/assets/icon-task-new_border.svg +0 -5
  947. package/es6/components/Icon/assets/icon-team-default.svg +0 -5
  948. package/es6/components/Icon/assets/icon-team.svg +0 -5
  949. package/es6/components/Icon/assets/icon-team_border.svg +0 -5
  950. package/es6/components/Icon/assets/icon-text.svg +0 -5
  951. package/es6/components/Icon/assets/icon-theme.svg +0 -5
  952. package/es6/components/Icon/assets/icon-thumbup.svg +0 -5
  953. package/es6/components/Icon/assets/icon-thumbup_border.svg +0 -5
  954. package/es6/components/Icon/assets/icon-time.svg +0 -5
  955. package/es6/components/Icon/assets/icon-time_border.svg +0 -5
  956. package/es6/components/Icon/assets/icon-transcription.svg +0 -5
  957. package/es6/components/Icon/assets/icon-transfer-call.svg +0 -5
  958. package/es6/components/Icon/assets/icon-transfer_call_border.svg +0 -5
  959. package/es6/components/Icon/assets/icon-unblocked.svg +0 -5
  960. package/es6/components/Icon/assets/icon-underline.svg +0 -5
  961. package/es6/components/Icon/assets/icon-undock.svg +0 -5
  962. package/es6/components/Icon/assets/icon-undock_border.svg +0 -5
  963. package/es6/components/Icon/assets/icon-unfold_less.svg +0 -5
  964. package/es6/components/Icon/assets/icon-unfold_more.svg +0 -5
  965. package/es6/components/Icon/assets/icon-unlock.svg +0 -5
  966. package/es6/components/Icon/assets/icon-unpin-slash.svg +0 -5
  967. package/es6/components/Icon/assets/icon-unpin.svg +0 -5
  968. package/es6/components/Icon/assets/icon-unread.svg +0 -5
  969. package/es6/components/Icon/assets/icon-unselect.svg +0 -5
  970. package/es6/components/Icon/assets/icon-user-default.svg +0 -5
  971. package/es6/components/Icon/assets/icon-video_and_message.svg +0 -5
  972. package/es6/components/Icon/assets/icon-video_meeting.svg +0 -5
  973. package/es6/components/Icon/assets/icon-videocam-off.svg +0 -5
  974. package/es6/components/Icon/assets/icon-videocam-off_border.svg +0 -5
  975. package/es6/components/Icon/assets/icon-videocam.svg +0 -5
  976. package/es6/components/Icon/assets/icon-videocam_border.svg +0 -5
  977. package/es6/components/Icon/assets/icon-view-log_border.svg +0 -5
  978. package/es6/components/Icon/assets/icon-view.svg +0 -5
  979. package/es6/components/Icon/assets/icon-view_border.svg +0 -5
  980. package/es6/components/Icon/assets/icon-voicemail.svg +0 -5
  981. package/es6/components/Icon/assets/icon-warning.svg +0 -5
  982. package/es6/components/Icon/assets/icon-watch-video.svg +0 -5
  983. package/es6/components/Icon/assets/icon-weak-connection.svg +0 -6
  984. package/es6/components/Icon/assets/icon-webinar.svg +0 -5
  985. package/es6/components/Icon/assets/icon-webinar_border.svg +0 -5
  986. package/es6/components/Icon/assets/icon-webpage.svg +0 -5
  987. package/es6/components/Icon/assets/icon-whisper.svg +0 -5
  988. package/es6/components/Icon/assets/icon-work.svg +0 -5
  989. package/es6/components/Icon/assets/icon-workspace.svg +0 -5
  990. package/es6/components/Icon/assets/icon-workspace_border.svg +0 -5
  991. package/es6/components/Icon/assets/icon-zip-D.svg +0 -7
  992. package/es6/components/Icon/assets/icon-zip.svg +0 -7
  993. package/es6/components/Icon/assets/icon-zoom-in.svg +0 -5
  994. package/es6/components/Icon/assets/icon-zoom-out.svg +0 -5
  995. package/es6/components/Icon/icon-symbol.js +0 -1
  996. package/es6/icon/0.js +0 -8
  997. package/es6/icon/1.js +0 -7
  998. package/es6/icon/2.js +0 -8
  999. package/es6/icon/3.js +0 -8
  1000. package/es6/icon/4.js +0 -8
  1001. package/es6/icon/5.js +0 -8
  1002. package/es6/icon/6.js +0 -8
  1003. package/es6/icon/7.js +0 -8
  1004. package/es6/icon/8.js +0 -8
  1005. package/es6/icon/9.js +0 -8
  1006. package/es6/icon/ActiveCall.js +0 -9
  1007. package/es6/icon/ActivecallBorder.js +0 -7
  1008. package/es6/icon/Add.js +0 -7
  1009. package/es6/icon/AddBorder.js +0 -7
  1010. package/es6/icon/AddEmojiMore.js +0 -7
  1011. package/es6/icon/AddEvent.js +0 -7
  1012. package/es6/icon/AddField.js +0 -7
  1013. package/es6/icon/AddIntegration.js +0 -8
  1014. package/es6/icon/AddMember.js +0 -7
  1015. package/es6/icon/AddMemberBorder.js +0 -7
  1016. package/es6/icon/AddNewFolder.js +0 -7
  1017. package/es6/icon/AddParkLocation.js +0 -7
  1018. package/es6/icon/AddReactions.js +0 -9
  1019. package/es6/icon/AddTask.js +0 -7
  1020. package/es6/icon/AddTeam.js +0 -7
  1021. package/es6/icon/AddTeamBorder.js +0 -7
  1022. package/es6/icon/Address.js +0 -7
  1023. package/es6/icon/Admin.js +0 -7
  1024. package/es6/icon/AdminBorder.js +0 -7
  1025. package/es6/icon/Advanced.js +0 -7
  1026. package/es6/icon/AlignCenter.js +0 -7
  1027. package/es6/icon/AlignJustify.js +0 -7
  1028. package/es6/icon/AlignLeft.js +0 -7
  1029. package/es6/icon/AlignRight.js +0 -7
  1030. package/es6/icon/Analytics.js +0 -7
  1031. package/es6/icon/AnalyticsBorder.js +0 -7
  1032. package/es6/icon/Announcement.js +0 -8
  1033. package/es6/icon/AppleLogo.js +0 -7
  1034. package/es6/icon/Apps.js +0 -7
  1035. package/es6/icon/Archive.js +0 -7
  1036. package/es6/icon/ArrowDown.js +0 -7
  1037. package/es6/icon/ArrowDown2.js +0 -7
  1038. package/es6/icon/ArrowLeft.js +0 -7
  1039. package/es6/icon/ArrowLeft2.js +0 -7
  1040. package/es6/icon/ArrowRight.js +0 -7
  1041. package/es6/icon/ArrowRight1.js +0 -7
  1042. package/es6/icon/ArrowUp.js +0 -7
  1043. package/es6/icon/ArrowUp2.js +0 -7
  1044. package/es6/icon/Askfirst.js +0 -7
  1045. package/es6/icon/Assignment.js +0 -7
  1046. package/es6/icon/Asterisk.js +0 -7
  1047. package/es6/icon/Attachment.js +0 -7
  1048. package/es6/icon/Audio.js +0 -7
  1049. package/es6/icon/AvatarRooms.js +0 -7
  1050. package/es6/icon/Barge.js +0 -7
  1051. package/es6/icon/Birthday.js +0 -7
  1052. package/es6/icon/Blocked.js +0 -7
  1053. package/es6/icon/Bold.js +0 -7
  1054. package/es6/icon/Bookmark.js +0 -7
  1055. package/es6/icon/BookmarkBorder.js +0 -7
  1056. package/es6/icon/Box.js +0 -7
  1057. package/es6/icon/Box1.js +0 -7
  1058. package/es6/icon/BoxNew.js +0 -7
  1059. package/es6/icon/BubbleLines.js +0 -7
  1060. package/es6/icon/BubbleLinesBorder.js +0 -7
  1061. package/es6/icon/CallAdd.js +0 -7
  1062. package/es6/icon/CallList.js +0 -7
  1063. package/es6/icon/CallMore.js +0 -7
  1064. package/es6/icon/CallOnBehalf.js +0 -7
  1065. package/es6/icon/CallQueue.js +0 -14
  1066. package/es6/icon/ChatBubble.js +0 -7
  1067. package/es6/icon/Check.js +0 -7
  1068. package/es6/icon/ChevronLeft.js +0 -7
  1069. package/es6/icon/ChevronRight.js +0 -7
  1070. package/es6/icon/Close.js +0 -7
  1071. package/es6/icon/CloudContact.js +0 -7
  1072. package/es6/icon/CodeSnippets.js +0 -7
  1073. package/es6/icon/Comments.js +0 -7
  1074. package/es6/icon/CompanySetup.js +0 -7
  1075. package/es6/icon/CompanySetupBorder.js +0 -7
  1076. package/es6/icon/Computer.js +0 -7
  1077. package/es6/icon/Conference.js +0 -7
  1078. package/es6/icon/ConferenceBorder.js +0 -7
  1079. package/es6/icon/Connect.js +0 -7
  1080. package/es6/icon/Contacts.js +0 -7
  1081. package/es6/icon/ContactsAndCalendars.js +0 -7
  1082. package/es6/icon/ContactsBorder.js +0 -7
  1083. package/es6/icon/Copy.js +0 -7
  1084. package/es6/icon/CustomizeTabs.js +0 -7
  1085. package/es6/icon/Dashboard.js +0 -7
  1086. package/es6/icon/DashboardBorder.js +0 -7
  1087. package/es6/icon/Date.js +0 -7
  1088. package/es6/icon/DateBorder.js +0 -7
  1089. package/es6/icon/DefaultAvatar.js +0 -7
  1090. package/es6/icon/DefaultFile.js +0 -16
  1091. package/es6/icon/DefaultFileD.js +0 -9
  1092. package/es6/icon/DefaultGdrive.js +0 -17
  1093. package/es6/icon/DefaultGdriveD.js +0 -10
  1094. package/es6/icon/DefaultGroupAvatar.js +0 -7
  1095. package/es6/icon/DefaultIntegration.js +0 -7
  1096. package/es6/icon/DefaultIntegrationBorder.js +0 -7
  1097. package/es6/icon/DefaultMusic.js +0 -15
  1098. package/es6/icon/DefaultMusicD.js +0 -9
  1099. package/es6/icon/DefaultTeamAvatar.js +0 -7
  1100. package/es6/icon/DefaultVideo.js +0 -15
  1101. package/es6/icon/DefaultVideoD.js +0 -9
  1102. package/es6/icon/Delete.js +0 -7
  1103. package/es6/icon/DeleteCircle.js +0 -7
  1104. package/es6/icon/DeletedFile.js +0 -14
  1105. package/es6/icon/DeletedFileD.js +0 -8
  1106. package/es6/icon/Deletenumber.js +0 -7
  1107. package/es6/icon/Department.js +0 -7
  1108. package/es6/icon/Description.js +0 -7
  1109. package/es6/icon/Dial.js +0 -7
  1110. package/es6/icon/Dialer.js +0 -7
  1111. package/es6/icon/Doc.js +0 -15
  1112. package/es6/icon/DocD.js +0 -9
  1113. package/es6/icon/DockBorder.js +0 -7
  1114. package/es6/icon/DoubleChevronLeft.js +0 -7
  1115. package/es6/icon/DoubleChevronRight.js +0 -7
  1116. package/es6/icon/Download.js +0 -7
  1117. package/es6/icon/DownwardsArrowWithTipRightwards.js +0 -8
  1118. package/es6/icon/Draft.js +0 -7
  1119. package/es6/icon/DragableArea.js +0 -7
  1120. package/es6/icon/Dropbox.js +0 -7
  1121. package/es6/icon/Edit.js +0 -7
  1122. package/es6/icon/Email.js +0 -7
  1123. package/es6/icon/Emoji.js +0 -7
  1124. package/es6/icon/EndAnswer.js +0 -8
  1125. package/es6/icon/EventNew.js +0 -7
  1126. package/es6/icon/EventNewBorder.js +0 -7
  1127. package/es6/icon/Evernote.js +0 -7
  1128. package/es6/icon/Excel.js +0 -15
  1129. package/es6/icon/ExcelD.js +0 -9
  1130. package/es6/icon/Expand.js +0 -7
  1131. package/es6/icon/ExternalLink.js +0 -7
  1132. package/es6/icon/FailedFax.js +0 -7
  1133. package/es6/icon/FailedFaxBorder.js +0 -7
  1134. package/es6/icon/Fax.js +0 -7
  1135. package/es6/icon/FaxBorder.js +0 -7
  1136. package/es6/icon/Feedback.js +0 -7
  1137. package/es6/icon/File.js +0 -7
  1138. package/es6/icon/FileBorder.js +0 -7
  1139. package/es6/icon/Filter.js +0 -7
  1140. package/es6/icon/Foldercreated.js +0 -7
  1141. package/es6/icon/FontColor.js +0 -8
  1142. package/es6/icon/Forward.js +0 -7
  1143. package/es6/icon/Forwardcall.js +0 -7
  1144. package/es6/icon/Forwarding.js +0 -7
  1145. package/es6/icon/ForwardingBorder.js +0 -7
  1146. package/es6/icon/GdriveLogo.js +0 -12
  1147. package/es6/icon/Gif.js +0 -7
  1148. package/es6/icon/GifFile.js +0 -16
  1149. package/es6/icon/GifFileD.js +0 -9
  1150. package/es6/icon/Gmail.js +0 -11
  1151. package/es6/icon/GoodConnection.js +0 -7
  1152. package/es6/icon/Google.js +0 -7
  1153. package/es6/icon/GoogleCalendar2019.js +0 -12
  1154. package/es6/icon/GoogleDoc.js +0 -15
  1155. package/es6/icon/GoogleDocD.js +0 -9
  1156. package/es6/icon/GoogleLogo.js +0 -10
  1157. package/es6/icon/GoogleLogoDisabled.js +0 -7
  1158. package/es6/icon/GoogleSheet.js +0 -15
  1159. package/es6/icon/GoogleSheetD.js +0 -9
  1160. package/es6/icon/GoogleSlide.js +0 -15
  1161. package/es6/icon/GoogleSlideD.js +0 -9
  1162. package/es6/icon/GroupDefault.js +0 -7
  1163. package/es6/icon/HandUp.js +0 -7
  1164. package/es6/icon/Hash.js +0 -7
  1165. package/es6/icon/Hd.js +0 -7
  1166. package/es6/icon/Help.js +0 -7
  1167. package/es6/icon/HelpBorder.js +0 -7
  1168. package/es6/icon/HideBorder.js +0 -7
  1169. package/es6/icon/Hold.js +0 -7
  1170. package/es6/icon/HoldAnswer.js +0 -8
  1171. package/es6/icon/HoldcallBorder.js +0 -7
  1172. package/es6/icon/HorizontalLine.js +0 -7
  1173. package/es6/icon/Hud.js +0 -7
  1174. package/es6/icon/Ignore.js +0 -7
  1175. package/es6/icon/ImageBroken.js +0 -16
  1176. package/es6/icon/ImageBrokenD.js +0 -9
  1177. package/es6/icon/ImagePreview.js +0 -15
  1178. package/es6/icon/ImagePreviewD.js +0 -9
  1179. package/es6/icon/InProgress.js +0 -7
  1180. package/es6/icon/InboundCallOnBehalf.js +0 -7
  1181. package/es6/icon/InboundFax.js +0 -7
  1182. package/es6/icon/InboundFaxBorder.js +0 -7
  1183. package/es6/icon/Inbox.js +0 -7
  1184. package/es6/icon/Incall.js +0 -7
  1185. package/es6/icon/IncallBorder.js +0 -7
  1186. package/es6/icon/Indent.js +0 -7
  1187. package/es6/icon/Indeterminate.js +0 -7
  1188. package/es6/icon/Info.js +0 -7
  1189. package/es6/icon/InfoBorder.js +0 -7
  1190. package/es6/icon/InsertCode.js +0 -7
  1191. package/es6/icon/InsertImage.js +0 -7
  1192. package/es6/icon/InsertLink.js +0 -7
  1193. package/es6/icon/InsertTable.js +0 -7
  1194. package/es6/icon/InsertVideo.js +0 -7
  1195. package/es6/icon/Italic.js +0 -7
  1196. package/es6/icon/ItemListSelected.js +0 -7
  1197. package/es6/icon/Join.js +0 -8
  1198. package/es6/icon/JoinAudioPoc.js +0 -7
  1199. package/es6/icon/JoinMeeting.js +0 -7
  1200. package/es6/icon/JumpToLatest.js +0 -7
  1201. package/es6/icon/JumpToUnread.js +0 -7
  1202. package/es6/icon/Keypad.js +0 -7
  1203. package/es6/icon/Leave.js +0 -7
  1204. package/es6/icon/LeaveMeeting.js +0 -7
  1205. package/es6/icon/Limited.js +0 -8
  1206. package/es6/icon/ListBullet.js +0 -7
  1207. package/es6/icon/ListOrdered.js +0 -7
  1208. package/es6/icon/ListView.js +0 -7
  1209. package/es6/icon/Location.js +0 -7
  1210. package/es6/icon/LocationBorder.js +0 -7
  1211. package/es6/icon/Lock.js +0 -7
  1212. package/es6/icon/LockBorder.js +0 -7
  1213. package/es6/icon/Login.js +0 -7
  1214. package/es6/icon/Logout.js +0 -7
  1215. package/es6/icon/MacKeynote.js +0 -16
  1216. package/es6/icon/MacKeynoteD.js +0 -9
  1217. package/es6/icon/MacNumbers.js +0 -15
  1218. package/es6/icon/MacNumbersD.js +0 -9
  1219. package/es6/icon/MacPages.js +0 -15
  1220. package/es6/icon/MacPagesD.js +0 -9
  1221. package/es6/icon/MarkerM.js +0 -8
  1222. package/es6/icon/MarkerS.js +0 -8
  1223. package/es6/icon/MemberBorder.js +0 -7
  1224. package/es6/icon/Mention.js +0 -7
  1225. package/es6/icon/MentionBorder.js +0 -7
  1226. package/es6/icon/Merge.js +0 -7
  1227. package/es6/icon/Message.js +0 -8
  1228. package/es6/icon/Mic.js +0 -7
  1229. package/es6/icon/MicBorder.js +0 -7
  1230. package/es6/icon/MicOff.js +0 -7
  1231. package/es6/icon/MicOffBorder.js +0 -7
  1232. package/es6/icon/MicrosoftLogo.js +0 -10
  1233. package/es6/icon/MicrosoftLogoDisabled.js +0 -7
  1234. package/es6/icon/MicrosoftOutlook2019.js +0 -21
  1235. package/es6/icon/Minimize.js +0 -7
  1236. package/es6/icon/Missedcall.js +0 -7
  1237. package/es6/icon/MissedcallBorder.js +0 -7
  1238. package/es6/icon/Mobile.js +0 -7
  1239. package/es6/icon/MonitorCall.js +0 -7
  1240. package/es6/icon/MoreHoriz.js +0 -7
  1241. package/es6/icon/MoreVert.js +0 -7
  1242. package/es6/icon/MuteNotification.js +0 -7
  1243. package/es6/icon/MuteNotificationBorder.js +0 -7
  1244. package/es6/icon/NewAction.js +0 -7
  1245. package/es6/icon/NewEmail.js +0 -7
  1246. package/es6/icon/NewFax.js +0 -7
  1247. package/es6/icon/NewFile.js +0 -7
  1248. package/es6/icon/NewNote.js +0 -7
  1249. package/es6/icon/Nickname.js +0 -7
  1250. package/es6/icon/NoAudio.js +0 -7
  1251. package/es6/icon/NoConnection.js +0 -8
  1252. package/es6/icon/NonEdit.js +0 -7
  1253. package/es6/icon/Note.js +0 -7
  1254. package/es6/icon/NoteBorder.js +0 -7
  1255. package/es6/icon/Notification.js +0 -7
  1256. package/es6/icon/NotificationBorder.js +0 -7
  1257. package/es6/icon/Onedrive.js +0 -7
  1258. package/es6/icon/OpenFolder.js +0 -7
  1259. package/es6/icon/OuboundCallOnBehalf.js +0 -7
  1260. package/es6/icon/OutboundFax.js +0 -7
  1261. package/es6/icon/OutboundFaxBorder.js +0 -7
  1262. package/es6/icon/Outcall.js +0 -7
  1263. package/es6/icon/OutcallBorder.js +0 -7
  1264. package/es6/icon/Outdent.js +0 -7
  1265. package/es6/icon/Paging.js +0 -8
  1266. package/es6/icon/ParkCall.js +0 -7
  1267. package/es6/icon/ParkCallMessage.js +0 -7
  1268. package/es6/icon/ParkCallText.js +0 -7
  1269. package/es6/icon/PartnerCloudContact.js +0 -7
  1270. package/es6/icon/Pause.js +0 -7
  1271. package/es6/icon/PauseBorder.js +0 -7
  1272. package/es6/icon/PauseCircle.js +0 -7
  1273. package/es6/icon/PauseCircleBorder.js +0 -7
  1274. package/es6/icon/Pdf.js +0 -15
  1275. package/es6/icon/PdfD.js +0 -9
  1276. package/es6/icon/People.js +0 -7
  1277. package/es6/icon/Phone.js +0 -7
  1278. package/es6/icon/PhoneBorder.js +0 -7
  1279. package/es6/icon/PhoneOff.js +0 -7
  1280. package/es6/icon/PhoneOffBorder.js +0 -7
  1281. package/es6/icon/PickUpCall.js +0 -7
  1282. package/es6/icon/Pin.js +0 -7
  1283. package/es6/icon/Play.js +0 -7
  1284. package/es6/icon/PlayBorder.js +0 -7
  1285. package/es6/icon/PlayCircle.js +0 -7
  1286. package/es6/icon/PlayCircleBorder.js +0 -7
  1287. package/es6/icon/Poll.js +0 -7
  1288. package/es6/icon/PollBorder.js +0 -7
  1289. package/es6/icon/PoorConnection.js +0 -8
  1290. package/es6/icon/Ppt.js +0 -15
  1291. package/es6/icon/PptD.js +0 -9
  1292. package/es6/icon/Previous.js +0 -7
  1293. package/es6/icon/Quote.js +0 -7
  1294. package/es6/icon/Radio.js +0 -7
  1295. package/es6/icon/RadioUnselect.js +0 -7
  1296. package/es6/icon/RcBlog.js +0 -7
  1297. package/es6/icon/RcCloudContact.js +0 -7
  1298. package/es6/icon/RcContact.js +0 -7
  1299. package/es6/icon/RcHelp.js +0 -7
  1300. package/es6/icon/RcvMicOff.js +0 -8
  1301. package/es6/icon/RcvVideocamOff.js +0 -8
  1302. package/es6/icon/Read.js +0 -7
  1303. package/es6/icon/Record.js +0 -7
  1304. package/es6/icon/Refresh.js +0 -7
  1305. package/es6/icon/Remove.js +0 -7
  1306. package/es6/icon/RemoveBorder.js +0 -7
  1307. package/es6/icon/RemoveField.js +0 -7
  1308. package/es6/icon/Repeat.js +0 -7
  1309. package/es6/icon/Reply.js +0 -7
  1310. package/es6/icon/ResendFax.js +0 -7
  1311. package/es6/icon/ResetZoom.js +0 -7
  1312. package/es6/icon/RichTextEditor.js +0 -7
  1313. package/es6/icon/RollAp.js +0 -7
  1314. package/es6/icon/SaveDraft.js +0 -7
  1315. package/es6/icon/Schedule.js +0 -10
  1316. package/es6/icon/ScheduleMeeting.js +0 -7
  1317. package/es6/icon/Screenshare.js +0 -7
  1318. package/es6/icon/ScreenshareBorder.js +0 -7
  1319. package/es6/icon/Search.js +0 -7
  1320. package/es6/icon/SearchNav.js +0 -7
  1321. package/es6/icon/Selects.js +0 -7
  1322. package/es6/icon/Send.js +0 -7
  1323. package/es6/icon/SendFilled.js +0 -7
  1324. package/es6/icon/Settings.js +0 -7
  1325. package/es6/icon/SettingsBorder.js +0 -7
  1326. package/es6/icon/Share.js +0 -7
  1327. package/es6/icon/SharedLine.js +0 -9
  1328. package/es6/icon/Sharepoint.js +0 -7
  1329. package/es6/icon/Shortcut.js +0 -7
  1330. package/es6/icon/ShortcutBorder.js +0 -7
  1331. package/es6/icon/Signal0.js +0 -7
  1332. package/es6/icon/Signal1.js +0 -7
  1333. package/es6/icon/Signal2.js +0 -7
  1334. package/es6/icon/Signal3.js +0 -7
  1335. package/es6/icon/Sms.js +0 -7
  1336. package/es6/icon/SmsBorder.js +0 -7
  1337. package/es6/icon/SmsDefault.js +0 -7
  1338. package/es6/icon/SmsInviteBorder.js +0 -7
  1339. package/es6/icon/Sort.js +0 -8
  1340. package/es6/icon/SpeakerDown.js +0 -7
  1341. package/es6/icon/SpeakerMute.js +0 -7
  1342. package/es6/icon/SpeakerUp.js +0 -7
  1343. package/es6/icon/Star.js +0 -7
  1344. package/es6/icon/StarBorder.js +0 -7
  1345. package/es6/icon/Start.js +0 -8
  1346. package/es6/icon/StartMeeting.js +0 -7
  1347. package/es6/icon/Stop.js +0 -7
  1348. package/es6/icon/StopBorder.js +0 -7
  1349. package/es6/icon/StopCircle.js +0 -7
  1350. package/es6/icon/StopCircleBorder.js +0 -7
  1351. package/es6/icon/StopRecord.js +0 -7
  1352. package/es6/icon/Strike.js +0 -7
  1353. package/es6/icon/TakeOver.js +0 -7
  1354. package/es6/icon/TaskNew.js +0 -7
  1355. package/es6/icon/TaskNewBorder.js +0 -7
  1356. package/es6/icon/Team.js +0 -7
  1357. package/es6/icon/TeamBorder.js +0 -7
  1358. package/es6/icon/TeamDefault.js +0 -7
  1359. package/es6/icon/Text.js +0 -7
  1360. package/es6/icon/Theme.js +0 -7
  1361. package/es6/icon/Thumbup.js +0 -7
  1362. package/es6/icon/ThumbupBorder.js +0 -7
  1363. package/es6/icon/Time.js +0 -7
  1364. package/es6/icon/TimeBorder.js +0 -7
  1365. package/es6/icon/Transcription.js +0 -7
  1366. package/es6/icon/TransferCall.js +0 -7
  1367. package/es6/icon/TransferCallBorder.js +0 -7
  1368. package/es6/icon/Unblocked.js +0 -7
  1369. package/es6/icon/Underline.js +0 -7
  1370. package/es6/icon/Undock.js +0 -7
  1371. package/es6/icon/UndockBorder.js +0 -7
  1372. package/es6/icon/UnfoldLess.js +0 -7
  1373. package/es6/icon/UnfoldMore.js +0 -7
  1374. package/es6/icon/Unlock.js +0 -7
  1375. package/es6/icon/Unpin.js +0 -7
  1376. package/es6/icon/UnpinSlash.js +0 -7
  1377. package/es6/icon/Unread.js +0 -7
  1378. package/es6/icon/Unselect.js +0 -7
  1379. package/es6/icon/UserDefault.js +0 -7
  1380. package/es6/icon/VideoAndMessage.js +0 -7
  1381. package/es6/icon/VideoMeeting.js +0 -7
  1382. package/es6/icon/Videocam.js +0 -7
  1383. package/es6/icon/VideocamBorder.js +0 -7
  1384. package/es6/icon/VideocamOff.js +0 -7
  1385. package/es6/icon/VideocamOffBorder.js +0 -7
  1386. package/es6/icon/View.js +0 -7
  1387. package/es6/icon/ViewBorder.js +0 -7
  1388. package/es6/icon/ViewLogBorder.js +0 -7
  1389. package/es6/icon/Voicemail.js +0 -7
  1390. package/es6/icon/Warning.js +0 -7
  1391. package/es6/icon/WatchVideo.js +0 -7
  1392. package/es6/icon/WeakConnection.js +0 -8
  1393. package/es6/icon/Webinar.js +0 -7
  1394. package/es6/icon/WebinarBorder.js +0 -7
  1395. package/es6/icon/Webpage.js +0 -7
  1396. package/es6/icon/Whisper.js +0 -7
  1397. package/es6/icon/Work.js +0 -7
  1398. package/es6/icon/Workspace.js +0 -7
  1399. package/es6/icon/WorkspaceBorder.js +0 -7
  1400. package/es6/icon/Zip.js +0 -15
  1401. package/es6/icon/ZipD.js +0 -9
  1402. package/es6/icon/ZoomIn.js +0 -7
  1403. package/es6/icon/ZoomOut.js +0 -7
  1404. package/es6/icon/index.js +0 -408
  1405. package/es6/icons/icon-0.svg +0 -6
  1406. package/es6/icons/icon-1.svg +0 -5
  1407. package/es6/icons/icon-2.svg +0 -6
  1408. package/es6/icons/icon-3.svg +0 -6
  1409. package/es6/icons/icon-4.svg +0 -6
  1410. package/es6/icons/icon-5.svg +0 -6
  1411. package/es6/icons/icon-6.svg +0 -6
  1412. package/es6/icons/icon-7.svg +0 -6
  1413. package/es6/icons/icon-8.svg +0 -6
  1414. package/es6/icons/icon-9.svg +0 -6
  1415. package/es6/icons/icon-Announcement.svg +0 -8
  1416. package/es6/icons/icon-Call-queue.svg +0 -14
  1417. package/es6/icons/icon-Company-setup.svg +0 -5
  1418. package/es6/icons/icon-Company-setup_border.svg +0 -5
  1419. package/es6/icons/icon-Description.svg +0 -5
  1420. package/es6/icons/icon-HUD.svg +0 -5
  1421. package/es6/icons/icon-Limited.svg +0 -7
  1422. package/es6/icons/icon-Logout.svg +0 -5
  1423. package/es6/icons/icon-Message.svg +0 -6
  1424. package/es6/icons/icon-New-email.svg +0 -5
  1425. package/es6/icons/icon-Paging.svg +0 -6
  1426. package/es6/icons/icon-Shared-line.svg +0 -8
  1427. package/es6/icons/icon-active-call.svg +0 -7
  1428. package/es6/icons/icon-activecall_border.svg +0 -5
  1429. package/es6/icons/icon-add-emoji-more.svg +0 -5
  1430. package/es6/icons/icon-add-event.svg +0 -5
  1431. package/es6/icons/icon-add-integration.svg +0 -6
  1432. package/es6/icons/icon-add-member.svg +0 -5
  1433. package/es6/icons/icon-add-member_border.svg +0 -5
  1434. package/es6/icons/icon-add-park-location.svg +0 -5
  1435. package/es6/icons/icon-add-reactions.svg +0 -9
  1436. package/es6/icons/icon-add-task.svg +0 -5
  1437. package/es6/icons/icon-add-team.svg +0 -5
  1438. package/es6/icons/icon-add-team_border.svg +0 -5
  1439. package/es6/icons/icon-add.svg +0 -5
  1440. package/es6/icons/icon-add_border.svg +0 -5
  1441. package/es6/icons/icon-add_field.svg +0 -5
  1442. package/es6/icons/icon-add_new_folder.svg +0 -5
  1443. package/es6/icons/icon-address.svg +0 -5
  1444. package/es6/icons/icon-admin.svg +0 -5
  1445. package/es6/icons/icon-admin_border.svg +0 -5
  1446. package/es6/icons/icon-advanced.svg +0 -5
  1447. package/es6/icons/icon-align-center.svg +0 -5
  1448. package/es6/icons/icon-align-justify.svg +0 -5
  1449. package/es6/icons/icon-align-left.svg +0 -5
  1450. package/es6/icons/icon-align-right.svg +0 -5
  1451. package/es6/icons/icon-analytics.svg +0 -5
  1452. package/es6/icons/icon-analytics_border.svg +0 -5
  1453. package/es6/icons/icon-apple-logo.svg +0 -5
  1454. package/es6/icons/icon-apps.svg +0 -5
  1455. package/es6/icons/icon-archive.svg +0 -5
  1456. package/es6/icons/icon-arrow-down.svg +0 -5
  1457. package/es6/icons/icon-arrow-left.svg +0 -5
  1458. package/es6/icons/icon-arrow-up.svg +0 -5
  1459. package/es6/icons/icon-arrow_down.svg +0 -5
  1460. package/es6/icons/icon-arrow_left.svg +0 -5
  1461. package/es6/icons/icon-arrow_right.svg +0 -5
  1462. package/es6/icons/icon-arrow_right1.svg +0 -5
  1463. package/es6/icons/icon-arrow_up.svg +0 -5
  1464. package/es6/icons/icon-askfirst.svg +0 -5
  1465. package/es6/icons/icon-assignment.svg +0 -5
  1466. package/es6/icons/icon-asterisk.svg +0 -5
  1467. package/es6/icons/icon-attachment.svg +0 -5
  1468. package/es6/icons/icon-audio.svg +0 -5
  1469. package/es6/icons/icon-avatar_rooms.svg +0 -5
  1470. package/es6/icons/icon-barge.svg +0 -5
  1471. package/es6/icons/icon-birthday.svg +0 -5
  1472. package/es6/icons/icon-blocked.svg +0 -5
  1473. package/es6/icons/icon-bold.svg +0 -5
  1474. package/es6/icons/icon-bookmark.svg +0 -5
  1475. package/es6/icons/icon-bookmark_border.svg +0 -5
  1476. package/es6/icons/icon-box-new.svg +0 -5
  1477. package/es6/icons/icon-box.svg +0 -5
  1478. package/es6/icons/icon-box1.svg +0 -5
  1479. package/es6/icons/icon-bubble_lines.svg +0 -5
  1480. package/es6/icons/icon-bubble_lines_border.svg +0 -5
  1481. package/es6/icons/icon-call-add.svg +0 -5
  1482. package/es6/icons/icon-call-list.svg +0 -5
  1483. package/es6/icons/icon-call-more.svg +0 -5
  1484. package/es6/icons/icon-call_on_behalf.svg +0 -5
  1485. package/es6/icons/icon-chat_bubble.svg +0 -5
  1486. package/es6/icons/icon-check.svg +0 -5
  1487. package/es6/icons/icon-chevron_left.svg +0 -5
  1488. package/es6/icons/icon-chevron_right.svg +0 -5
  1489. package/es6/icons/icon-close.svg +0 -5
  1490. package/es6/icons/icon-cloud_contact.svg +0 -5
  1491. package/es6/icons/icon-code_snippets.svg +0 -5
  1492. package/es6/icons/icon-comments.svg +0 -5
  1493. package/es6/icons/icon-computer.svg +0 -5
  1494. package/es6/icons/icon-conference.svg +0 -5
  1495. package/es6/icons/icon-conference_border.svg +0 -5
  1496. package/es6/icons/icon-connect.svg +0 -5
  1497. package/es6/icons/icon-contacts.svg +0 -5
  1498. package/es6/icons/icon-contacts_and_calendars.svg +0 -5
  1499. package/es6/icons/icon-contacts_border.svg +0 -5
  1500. package/es6/icons/icon-copy.svg +0 -5
  1501. package/es6/icons/icon-customize-tabs.svg +0 -5
  1502. package/es6/icons/icon-dashboard.svg +0 -5
  1503. package/es6/icons/icon-dashboard_border.svg +0 -5
  1504. package/es6/icons/icon-date.svg +0 -5
  1505. package/es6/icons/icon-date_border.svg +0 -5
  1506. package/es6/icons/icon-default-avatar.svg +0 -5
  1507. package/es6/icons/icon-default-file-D.svg +0 -7
  1508. package/es6/icons/icon-default-file.svg +0 -8
  1509. package/es6/icons/icon-default-gdrive-D.svg +0 -8
  1510. package/es6/icons/icon-default-gdrive.svg +0 -9
  1511. package/es6/icons/icon-default-group-avatar.svg +0 -5
  1512. package/es6/icons/icon-default-integration.svg +0 -5
  1513. package/es6/icons/icon-default-integration_border.svg +0 -5
  1514. package/es6/icons/icon-default-music-D.svg +0 -7
  1515. package/es6/icons/icon-default-music.svg +0 -7
  1516. package/es6/icons/icon-default-team-avatar.svg +0 -5
  1517. package/es6/icons/icon-default-video-D.svg +0 -7
  1518. package/es6/icons/icon-default-video.svg +0 -7
  1519. package/es6/icons/icon-delete.svg +0 -5
  1520. package/es6/icons/icon-delete_circle.svg +0 -5
  1521. package/es6/icons/icon-deleted_file.svg +0 -6
  1522. package/es6/icons/icon-deleted_file_D.svg +0 -6
  1523. package/es6/icons/icon-deletenumber.svg +0 -5
  1524. package/es6/icons/icon-department.svg +0 -5
  1525. package/es6/icons/icon-dial.svg +0 -5
  1526. package/es6/icons/icon-dialer.svg +0 -5
  1527. package/es6/icons/icon-doc-D.svg +0 -7
  1528. package/es6/icons/icon-doc.svg +0 -7
  1529. package/es6/icons/icon-dock_border.svg +0 -5
  1530. package/es6/icons/icon-double-chevron_left.svg +0 -5
  1531. package/es6/icons/icon-double-chevron_right.svg +0 -5
  1532. package/es6/icons/icon-download.svg +0 -5
  1533. package/es6/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  1534. package/es6/icons/icon-draft.svg +0 -5
  1535. package/es6/icons/icon-dragable_area.svg +0 -5
  1536. package/es6/icons/icon-dropbox.svg +0 -5
  1537. package/es6/icons/icon-edit.svg +0 -5
  1538. package/es6/icons/icon-email.svg +0 -5
  1539. package/es6/icons/icon-emoji.svg +0 -5
  1540. package/es6/icons/icon-end--answer.svg +0 -6
  1541. package/es6/icons/icon-event-new.svg +0 -5
  1542. package/es6/icons/icon-event-new_border.svg +0 -5
  1543. package/es6/icons/icon-evernote.svg +0 -5
  1544. package/es6/icons/icon-excel-D.svg +0 -7
  1545. package/es6/icons/icon-excel.svg +0 -7
  1546. package/es6/icons/icon-expand.svg +0 -5
  1547. package/es6/icons/icon-external_link.svg +0 -5
  1548. package/es6/icons/icon-failed-fax.svg +0 -5
  1549. package/es6/icons/icon-failed-fax_border.svg +0 -5
  1550. package/es6/icons/icon-fax.svg +0 -5
  1551. package/es6/icons/icon-fax_border.svg +0 -5
  1552. package/es6/icons/icon-feedback.svg +0 -5
  1553. package/es6/icons/icon-file.svg +0 -5
  1554. package/es6/icons/icon-file_border.svg +0 -5
  1555. package/es6/icons/icon-filter.svg +0 -5
  1556. package/es6/icons/icon-foldercreated.svg +0 -5
  1557. package/es6/icons/icon-font-color.svg +0 -6
  1558. package/es6/icons/icon-forward.svg +0 -5
  1559. package/es6/icons/icon-forwardcall.svg +0 -5
  1560. package/es6/icons/icon-forwarding.svg +0 -5
  1561. package/es6/icons/icon-forwarding_border.svg +0 -5
  1562. package/es6/icons/icon-gdrive-logo.svg +0 -10
  1563. package/es6/icons/icon-gif-file-D.svg +0 -7
  1564. package/es6/icons/icon-gif-file.svg +0 -8
  1565. package/es6/icons/icon-gif.svg +0 -5
  1566. package/es6/icons/icon-gmail.svg +0 -9
  1567. package/es6/icons/icon-good-connection.svg +0 -5
  1568. package/es6/icons/icon-google-calendar-2019.svg +0 -10
  1569. package/es6/icons/icon-google-doc-D.svg +0 -7
  1570. package/es6/icons/icon-google-doc.svg +0 -7
  1571. package/es6/icons/icon-google-logo-disabled.svg +0 -5
  1572. package/es6/icons/icon-google-logo.svg +0 -8
  1573. package/es6/icons/icon-google-sheet-D.svg +0 -7
  1574. package/es6/icons/icon-google-sheet.svg +0 -7
  1575. package/es6/icons/icon-google-slide-D.svg +0 -7
  1576. package/es6/icons/icon-google-slide.svg +0 -7
  1577. package/es6/icons/icon-google.svg +0 -5
  1578. package/es6/icons/icon-group-default.svg +0 -5
  1579. package/es6/icons/icon-hand-up.svg +0 -5
  1580. package/es6/icons/icon-hash.svg +0 -5
  1581. package/es6/icons/icon-hd.svg +0 -5
  1582. package/es6/icons/icon-help.svg +0 -5
  1583. package/es6/icons/icon-help_border.svg +0 -5
  1584. package/es6/icons/icon-hide_border.svg +0 -5
  1585. package/es6/icons/icon-hold-answer.svg +0 -6
  1586. package/es6/icons/icon-hold.svg +0 -5
  1587. package/es6/icons/icon-holdcall_border.svg +0 -5
  1588. package/es6/icons/icon-horizontal-line.svg +0 -5
  1589. package/es6/icons/icon-ignore.svg +0 -5
  1590. package/es6/icons/icon-image-broken-D.svg +0 -7
  1591. package/es6/icons/icon-image-broken.svg +0 -8
  1592. package/es6/icons/icon-image-preview-D.svg +0 -7
  1593. package/es6/icons/icon-image-preview.svg +0 -7
  1594. package/es6/icons/icon-in-progress.svg +0 -5
  1595. package/es6/icons/icon-inbound-fax.svg +0 -5
  1596. package/es6/icons/icon-inbound-fax_border.svg +0 -5
  1597. package/es6/icons/icon-inbound_call_on_behalf.svg +0 -5
  1598. package/es6/icons/icon-inbox.svg +0 -5
  1599. package/es6/icons/icon-incall.svg +0 -5
  1600. package/es6/icons/icon-incall_border.svg +0 -5
  1601. package/es6/icons/icon-indent.svg +0 -5
  1602. package/es6/icons/icon-indeterminate.svg +0 -5
  1603. package/es6/icons/icon-info.svg +0 -5
  1604. package/es6/icons/icon-info_border.svg +0 -5
  1605. package/es6/icons/icon-insert-code.svg +0 -5
  1606. package/es6/icons/icon-insert-image.svg +0 -5
  1607. package/es6/icons/icon-insert-link.svg +0 -5
  1608. package/es6/icons/icon-insert-table.svg +0 -5
  1609. package/es6/icons/icon-insert-video.svg +0 -5
  1610. package/es6/icons/icon-italic.svg +0 -5
  1611. package/es6/icons/icon-item-list-selected.svg +0 -5
  1612. package/es6/icons/icon-join-audio-poc.svg +0 -5
  1613. package/es6/icons/icon-join.svg +0 -7
  1614. package/es6/icons/icon-join_meeting.svg +0 -5
  1615. package/es6/icons/icon-jump-to-latest.svg +0 -5
  1616. package/es6/icons/icon-jump-to-unread.svg +0 -5
  1617. package/es6/icons/icon-keypad.svg +0 -5
  1618. package/es6/icons/icon-leave-meeting.svg +0 -5
  1619. package/es6/icons/icon-leave.svg +0 -5
  1620. package/es6/icons/icon-list-bullet.svg +0 -5
  1621. package/es6/icons/icon-list-ordered.svg +0 -5
  1622. package/es6/icons/icon-list-view.svg +0 -5
  1623. package/es6/icons/icon-location.svg +0 -5
  1624. package/es6/icons/icon-location_border.svg +0 -5
  1625. package/es6/icons/icon-lock.svg +0 -5
  1626. package/es6/icons/icon-lock_border.svg +0 -5
  1627. package/es6/icons/icon-login.svg +0 -5
  1628. package/es6/icons/icon-mac-keynote-D.svg +0 -7
  1629. package/es6/icons/icon-mac-keynote.svg +0 -10
  1630. package/es6/icons/icon-mac-numbers-D.svg +0 -7
  1631. package/es6/icons/icon-mac-numbers.svg +0 -7
  1632. package/es6/icons/icon-mac-pages-D.svg +0 -7
  1633. package/es6/icons/icon-mac-pages.svg +0 -7
  1634. package/es6/icons/icon-marker_m.svg +0 -6
  1635. package/es6/icons/icon-marker_s.svg +0 -6
  1636. package/es6/icons/icon-member_border.svg +0 -5
  1637. package/es6/icons/icon-mention.svg +0 -5
  1638. package/es6/icons/icon-mention_border.svg +0 -5
  1639. package/es6/icons/icon-merge.svg +0 -5
  1640. package/es6/icons/icon-mic-off.svg +0 -5
  1641. package/es6/icons/icon-mic-off_border.svg +0 -5
  1642. package/es6/icons/icon-mic.svg +0 -5
  1643. package/es6/icons/icon-mic_border.svg +0 -5
  1644. package/es6/icons/icon-microsoft-logo-disabled.svg +0 -8
  1645. package/es6/icons/icon-microsoft-logo.svg +0 -8
  1646. package/es6/icons/icon-microsoft-outlook-2019.svg +0 -19
  1647. package/es6/icons/icon-minimize.svg +0 -5
  1648. package/es6/icons/icon-missedcall.svg +0 -5
  1649. package/es6/icons/icon-missedcall_border.svg +0 -5
  1650. package/es6/icons/icon-mobile.svg +0 -5
  1651. package/es6/icons/icon-monitor_call.svg +0 -5
  1652. package/es6/icons/icon-more_horiz.svg +0 -5
  1653. package/es6/icons/icon-more_vert.svg +0 -5
  1654. package/es6/icons/icon-mute-notification.svg +0 -5
  1655. package/es6/icons/icon-mute-notification_border.svg +0 -5
  1656. package/es6/icons/icon-new-action.svg +0 -5
  1657. package/es6/icons/icon-new-fax.svg +0 -5
  1658. package/es6/icons/icon-new-file.svg +0 -5
  1659. package/es6/icons/icon-new-note.svg +0 -5
  1660. package/es6/icons/icon-nickname.svg +0 -5
  1661. package/es6/icons/icon-no-audio.svg +0 -5
  1662. package/es6/icons/icon-no-connection.svg +0 -6
  1663. package/es6/icons/icon-non-edit.svg +0 -5
  1664. package/es6/icons/icon-note.svg +0 -5
  1665. package/es6/icons/icon-note_border.svg +0 -5
  1666. package/es6/icons/icon-notification.svg +0 -5
  1667. package/es6/icons/icon-notification_border.svg +0 -5
  1668. package/es6/icons/icon-onedrive.svg +0 -5
  1669. package/es6/icons/icon-open-folder.svg +0 -5
  1670. package/es6/icons/icon-oubound_call_on_behalf.svg +0 -5
  1671. package/es6/icons/icon-outbound-fax.svg +0 -5
  1672. package/es6/icons/icon-outbound-fax_border.svg +0 -5
  1673. package/es6/icons/icon-outcall.svg +0 -5
  1674. package/es6/icons/icon-outcall_border.svg +0 -5
  1675. package/es6/icons/icon-outdent.svg +0 -5
  1676. package/es6/icons/icon-park-call-message.svg +0 -5
  1677. package/es6/icons/icon-park-call-text.svg +0 -5
  1678. package/es6/icons/icon-park-call.svg +0 -5
  1679. package/es6/icons/icon-partner_cloud_contact.svg +0 -5
  1680. package/es6/icons/icon-pause.svg +0 -5
  1681. package/es6/icons/icon-pause_border.svg +0 -5
  1682. package/es6/icons/icon-pause_circle.svg +0 -5
  1683. package/es6/icons/icon-pause_circle_border.svg +0 -5
  1684. package/es6/icons/icon-pdf-D.svg +0 -7
  1685. package/es6/icons/icon-pdf.svg +0 -7
  1686. package/es6/icons/icon-people.svg +0 -5
  1687. package/es6/icons/icon-phone-off.svg +0 -5
  1688. package/es6/icons/icon-phone-off_border.svg +0 -5
  1689. package/es6/icons/icon-phone.svg +0 -5
  1690. package/es6/icons/icon-phone_border.svg +0 -5
  1691. package/es6/icons/icon-pick_up_call.svg +0 -5
  1692. package/es6/icons/icon-pin.svg +0 -5
  1693. package/es6/icons/icon-play.svg +0 -5
  1694. package/es6/icons/icon-play_border.svg +0 -5
  1695. package/es6/icons/icon-play_circle.svg +0 -5
  1696. package/es6/icons/icon-play_circle_border.svg +0 -5
  1697. package/es6/icons/icon-poll.svg +0 -5
  1698. package/es6/icons/icon-poll_border.svg +0 -5
  1699. package/es6/icons/icon-poor-connection.svg +0 -6
  1700. package/es6/icons/icon-ppt-D.svg +0 -7
  1701. package/es6/icons/icon-ppt.svg +0 -7
  1702. package/es6/icons/icon-previous.svg +0 -5
  1703. package/es6/icons/icon-quote.svg +0 -5
  1704. package/es6/icons/icon-radio.svg +0 -5
  1705. package/es6/icons/icon-radio_unselect.svg +0 -5
  1706. package/es6/icons/icon-rc_blog.svg +0 -5
  1707. package/es6/icons/icon-rc_cloud_contact.svg +0 -5
  1708. package/es6/icons/icon-rc_contact.svg +0 -5
  1709. package/es6/icons/icon-rc_help.svg +0 -5
  1710. package/es6/icons/icon-rcv_mic-off.svg +0 -6
  1711. package/es6/icons/icon-rcv_videocam-off.svg +0 -6
  1712. package/es6/icons/icon-read.svg +0 -5
  1713. package/es6/icons/icon-record.svg +0 -5
  1714. package/es6/icons/icon-refresh.svg +0 -5
  1715. package/es6/icons/icon-remove.svg +0 -5
  1716. package/es6/icons/icon-remove_border.svg +0 -5
  1717. package/es6/icons/icon-remove_field.svg +0 -5
  1718. package/es6/icons/icon-repeat.svg +0 -5
  1719. package/es6/icons/icon-reply.svg +0 -5
  1720. package/es6/icons/icon-resend-fax.svg +0 -5
  1721. package/es6/icons/icon-reset-zoom.svg +0 -5
  1722. package/es6/icons/icon-rich_text_editor.svg +0 -5
  1723. package/es6/icons/icon-roll-ap.svg +0 -5
  1724. package/es6/icons/icon-save-draft.svg +0 -5
  1725. package/es6/icons/icon-schedule.svg +0 -13
  1726. package/es6/icons/icon-schedule_meeting.svg +0 -5
  1727. package/es6/icons/icon-screenshare.svg +0 -5
  1728. package/es6/icons/icon-screenshare_border.svg +0 -5
  1729. package/es6/icons/icon-search.svg +0 -5
  1730. package/es6/icons/icon-search_nav.svg +0 -5
  1731. package/es6/icons/icon-selects.svg +0 -5
  1732. package/es6/icons/icon-send.svg +0 -5
  1733. package/es6/icons/icon-send_filled.svg +0 -5
  1734. package/es6/icons/icon-settings.svg +0 -5
  1735. package/es6/icons/icon-settings_border.svg +0 -5
  1736. package/es6/icons/icon-share.svg +0 -5
  1737. package/es6/icons/icon-sharepoint.svg +0 -5
  1738. package/es6/icons/icon-shortcut.svg +0 -5
  1739. package/es6/icons/icon-shortcut_border.svg +0 -5
  1740. package/es6/icons/icon-signal-0.svg +0 -5
  1741. package/es6/icons/icon-signal-1.svg +0 -5
  1742. package/es6/icons/icon-signal-2.svg +0 -5
  1743. package/es6/icons/icon-signal-3.svg +0 -7
  1744. package/es6/icons/icon-sms-default.svg +0 -5
  1745. package/es6/icons/icon-sms.svg +0 -5
  1746. package/es6/icons/icon-sms_border.svg +0 -5
  1747. package/es6/icons/icon-sms_invite_border.svg +0 -5
  1748. package/es6/icons/icon-sort.svg +0 -6
  1749. package/es6/icons/icon-speaker-down.svg +0 -5
  1750. package/es6/icons/icon-speaker-mute.svg +0 -5
  1751. package/es6/icons/icon-speaker-up.svg +0 -5
  1752. package/es6/icons/icon-star.svg +0 -5
  1753. package/es6/icons/icon-star_border.svg +0 -5
  1754. package/es6/icons/icon-start.svg +0 -7
  1755. package/es6/icons/icon-start_meeting.svg +0 -5
  1756. package/es6/icons/icon-stop-record.svg +0 -5
  1757. package/es6/icons/icon-stop.svg +0 -5
  1758. package/es6/icons/icon-stop_border.svg +0 -5
  1759. package/es6/icons/icon-stop_circle.svg +0 -5
  1760. package/es6/icons/icon-stop_circle_border.svg +0 -5
  1761. package/es6/icons/icon-strike.svg +0 -5
  1762. package/es6/icons/icon-take_over.svg +0 -5
  1763. package/es6/icons/icon-task-new.svg +0 -5
  1764. package/es6/icons/icon-task-new_border.svg +0 -5
  1765. package/es6/icons/icon-team-default.svg +0 -5
  1766. package/es6/icons/icon-team.svg +0 -5
  1767. package/es6/icons/icon-team_border.svg +0 -5
  1768. package/es6/icons/icon-text.svg +0 -5
  1769. package/es6/icons/icon-theme.svg +0 -5
  1770. package/es6/icons/icon-thumbup.svg +0 -5
  1771. package/es6/icons/icon-thumbup_border.svg +0 -5
  1772. package/es6/icons/icon-time.svg +0 -5
  1773. package/es6/icons/icon-time_border.svg +0 -5
  1774. package/es6/icons/icon-transcription.svg +0 -5
  1775. package/es6/icons/icon-transfer-call.svg +0 -5
  1776. package/es6/icons/icon-transfer_call_border.svg +0 -5
  1777. package/es6/icons/icon-unblocked.svg +0 -5
  1778. package/es6/icons/icon-underline.svg +0 -5
  1779. package/es6/icons/icon-undock.svg +0 -5
  1780. package/es6/icons/icon-undock_border.svg +0 -5
  1781. package/es6/icons/icon-unfold_less.svg +0 -5
  1782. package/es6/icons/icon-unfold_more.svg +0 -5
  1783. package/es6/icons/icon-unlock.svg +0 -5
  1784. package/es6/icons/icon-unpin-slash.svg +0 -5
  1785. package/es6/icons/icon-unpin.svg +0 -5
  1786. package/es6/icons/icon-unread.svg +0 -5
  1787. package/es6/icons/icon-unselect.svg +0 -5
  1788. package/es6/icons/icon-user-default.svg +0 -5
  1789. package/es6/icons/icon-video_and_message.svg +0 -5
  1790. package/es6/icons/icon-video_meeting.svg +0 -5
  1791. package/es6/icons/icon-videocam-off.svg +0 -5
  1792. package/es6/icons/icon-videocam-off_border.svg +0 -5
  1793. package/es6/icons/icon-videocam.svg +0 -5
  1794. package/es6/icons/icon-videocam_border.svg +0 -5
  1795. package/es6/icons/icon-view-log_border.svg +0 -5
  1796. package/es6/icons/icon-view.svg +0 -5
  1797. package/es6/icons/icon-view_border.svg +0 -5
  1798. package/es6/icons/icon-voicemail.svg +0 -5
  1799. package/es6/icons/icon-warning.svg +0 -5
  1800. package/es6/icons/icon-watch-video.svg +0 -5
  1801. package/es6/icons/icon-weak-connection.svg +0 -6
  1802. package/es6/icons/icon-webinar.svg +0 -5
  1803. package/es6/icons/icon-webinar_border.svg +0 -5
  1804. package/es6/icons/icon-webpage.svg +0 -5
  1805. package/es6/icons/icon-whisper.svg +0 -5
  1806. package/es6/icons/icon-work.svg +0 -5
  1807. package/es6/icons/icon-workspace.svg +0 -5
  1808. package/es6/icons/icon-workspace_border.svg +0 -5
  1809. package/es6/icons/icon-zip-D.svg +0 -7
  1810. package/es6/icons/icon-zip.svg +0 -7
  1811. package/es6/icons/icon-zoom-in.svg +0 -5
  1812. package/es6/icons/icon-zoom-out.svg +0 -5
  1813. package/es6/scss/_rcDark.scss +0 -198
  1814. package/es6/scss/_rcHighContrast.scss +0 -198
  1815. package/es6/scss/_theming.scss +0 -241
  1816. package/es6/scss/themes/_breakpoints.scss +0 -10
  1817. package/es6/scss/themes/_index.scss +0 -10
  1818. package/es6/scss/themes/_opacity.scss +0 -15
  1819. package/es6/scss/themes/_palette.dark.scss +0 -196
  1820. package/es6/scss/themes/_palette.light.scss +0 -196
  1821. package/es6/scss/themes/_radius.scss +0 -10
  1822. package/es6/scss/themes/_shadows.scss +0 -1
  1823. package/es6/scss/themes/_shape.scss +0 -3
  1824. package/es6/scss/themes/_size.scss +0 -4
  1825. package/es6/scss/themes/_transition.scss +0 -17
  1826. package/es6/scss/themes/_typography.scss +0 -86
  1827. package/es6/scss/themes/_zIndex.scss +0 -9
  1828. package/es6/scss/utils/_add-spacing.scss +0 -32
  1829. package/es6/scss/utils/_add-style.scss +0 -11
  1830. package/es6/scss/utils/_box-shadow.scss +0 -3
  1831. package/es6/scss/utils/_index.scss +0 -4
  1832. package/es6/scss/utils/_map-deep.scss +0 -96
  1833. package/icon/0.d.ts +0 -3
  1834. package/icon/0.js +0 -10
  1835. package/icon/1.d.ts +0 -3
  1836. package/icon/1.js +0 -9
  1837. package/icon/2.d.ts +0 -3
  1838. package/icon/2.js +0 -10
  1839. package/icon/3.d.ts +0 -3
  1840. package/icon/3.js +0 -10
  1841. package/icon/4.d.ts +0 -3
  1842. package/icon/4.js +0 -10
  1843. package/icon/5.d.ts +0 -3
  1844. package/icon/5.js +0 -10
  1845. package/icon/6.d.ts +0 -3
  1846. package/icon/6.js +0 -10
  1847. package/icon/7.d.ts +0 -3
  1848. package/icon/7.js +0 -10
  1849. package/icon/8.d.ts +0 -3
  1850. package/icon/8.js +0 -10
  1851. package/icon/9.d.ts +0 -3
  1852. package/icon/9.js +0 -10
  1853. package/icon/ActiveCall.d.ts +0 -3
  1854. package/icon/ActiveCall.js +0 -11
  1855. package/icon/ActivecallBorder.d.ts +0 -3
  1856. package/icon/ActivecallBorder.js +0 -9
  1857. package/icon/Add.d.ts +0 -3
  1858. package/icon/Add.js +0 -9
  1859. package/icon/AddBorder.d.ts +0 -3
  1860. package/icon/AddBorder.js +0 -9
  1861. package/icon/AddEmojiMore.d.ts +0 -3
  1862. package/icon/AddEmojiMore.js +0 -9
  1863. package/icon/AddEvent.d.ts +0 -3
  1864. package/icon/AddEvent.js +0 -9
  1865. package/icon/AddField.d.ts +0 -3
  1866. package/icon/AddField.js +0 -9
  1867. package/icon/AddIntegration.d.ts +0 -3
  1868. package/icon/AddIntegration.js +0 -10
  1869. package/icon/AddMember.d.ts +0 -3
  1870. package/icon/AddMember.js +0 -9
  1871. package/icon/AddMemberBorder.d.ts +0 -3
  1872. package/icon/AddMemberBorder.js +0 -9
  1873. package/icon/AddNewFolder.d.ts +0 -3
  1874. package/icon/AddNewFolder.js +0 -9
  1875. package/icon/AddParkLocation.d.ts +0 -3
  1876. package/icon/AddParkLocation.js +0 -9
  1877. package/icon/AddReactions.d.ts +0 -3
  1878. package/icon/AddReactions.js +0 -11
  1879. package/icon/AddTask.d.ts +0 -3
  1880. package/icon/AddTask.js +0 -9
  1881. package/icon/AddTeam.d.ts +0 -3
  1882. package/icon/AddTeam.js +0 -9
  1883. package/icon/AddTeamBorder.d.ts +0 -3
  1884. package/icon/AddTeamBorder.js +0 -9
  1885. package/icon/Address.d.ts +0 -3
  1886. package/icon/Address.js +0 -9
  1887. package/icon/Admin.d.ts +0 -3
  1888. package/icon/Admin.js +0 -9
  1889. package/icon/AdminBorder.d.ts +0 -3
  1890. package/icon/AdminBorder.js +0 -9
  1891. package/icon/Advanced.d.ts +0 -3
  1892. package/icon/Advanced.js +0 -9
  1893. package/icon/AlignCenter.d.ts +0 -3
  1894. package/icon/AlignCenter.js +0 -9
  1895. package/icon/AlignJustify.d.ts +0 -3
  1896. package/icon/AlignJustify.js +0 -9
  1897. package/icon/AlignLeft.d.ts +0 -3
  1898. package/icon/AlignLeft.js +0 -9
  1899. package/icon/AlignRight.d.ts +0 -3
  1900. package/icon/AlignRight.js +0 -9
  1901. package/icon/Analytics.d.ts +0 -3
  1902. package/icon/Analytics.js +0 -9
  1903. package/icon/AnalyticsBorder.d.ts +0 -3
  1904. package/icon/AnalyticsBorder.js +0 -9
  1905. package/icon/Announcement.d.ts +0 -3
  1906. package/icon/Announcement.js +0 -10
  1907. package/icon/AppleLogo.d.ts +0 -3
  1908. package/icon/AppleLogo.js +0 -9
  1909. package/icon/Apps.d.ts +0 -3
  1910. package/icon/Apps.js +0 -9
  1911. package/icon/Archive.d.ts +0 -3
  1912. package/icon/Archive.js +0 -9
  1913. package/icon/ArrowDown.d.ts +0 -3
  1914. package/icon/ArrowDown.js +0 -9
  1915. package/icon/ArrowDown2.d.ts +0 -3
  1916. package/icon/ArrowDown2.js +0 -9
  1917. package/icon/ArrowLeft.d.ts +0 -3
  1918. package/icon/ArrowLeft.js +0 -9
  1919. package/icon/ArrowLeft2.d.ts +0 -3
  1920. package/icon/ArrowLeft2.js +0 -9
  1921. package/icon/ArrowRight.d.ts +0 -3
  1922. package/icon/ArrowRight.js +0 -9
  1923. package/icon/ArrowRight1.d.ts +0 -3
  1924. package/icon/ArrowRight1.js +0 -9
  1925. package/icon/ArrowUp.d.ts +0 -3
  1926. package/icon/ArrowUp.js +0 -9
  1927. package/icon/ArrowUp2.d.ts +0 -3
  1928. package/icon/ArrowUp2.js +0 -9
  1929. package/icon/Askfirst.d.ts +0 -3
  1930. package/icon/Askfirst.js +0 -9
  1931. package/icon/Assignment.d.ts +0 -3
  1932. package/icon/Assignment.js +0 -9
  1933. package/icon/Asterisk.d.ts +0 -3
  1934. package/icon/Asterisk.js +0 -9
  1935. package/icon/Attachment.d.ts +0 -3
  1936. package/icon/Attachment.js +0 -9
  1937. package/icon/Audio.d.ts +0 -3
  1938. package/icon/Audio.js +0 -9
  1939. package/icon/AvatarRooms.d.ts +0 -3
  1940. package/icon/AvatarRooms.js +0 -9
  1941. package/icon/Barge.d.ts +0 -3
  1942. package/icon/Barge.js +0 -9
  1943. package/icon/Birthday.d.ts +0 -3
  1944. package/icon/Birthday.js +0 -9
  1945. package/icon/Blocked.d.ts +0 -3
  1946. package/icon/Blocked.js +0 -9
  1947. package/icon/Bold.d.ts +0 -3
  1948. package/icon/Bold.js +0 -9
  1949. package/icon/Bookmark.d.ts +0 -3
  1950. package/icon/Bookmark.js +0 -9
  1951. package/icon/BookmarkBorder.d.ts +0 -3
  1952. package/icon/BookmarkBorder.js +0 -9
  1953. package/icon/Box.d.ts +0 -3
  1954. package/icon/Box.js +0 -9
  1955. package/icon/Box1.d.ts +0 -3
  1956. package/icon/Box1.js +0 -9
  1957. package/icon/BoxNew.d.ts +0 -3
  1958. package/icon/BoxNew.js +0 -9
  1959. package/icon/BubbleLines.d.ts +0 -3
  1960. package/icon/BubbleLines.js +0 -9
  1961. package/icon/BubbleLinesBorder.d.ts +0 -3
  1962. package/icon/BubbleLinesBorder.js +0 -9
  1963. package/icon/CallAdd.d.ts +0 -3
  1964. package/icon/CallAdd.js +0 -9
  1965. package/icon/CallList.d.ts +0 -3
  1966. package/icon/CallList.js +0 -9
  1967. package/icon/CallMore.d.ts +0 -3
  1968. package/icon/CallMore.js +0 -9
  1969. package/icon/CallOnBehalf.d.ts +0 -3
  1970. package/icon/CallOnBehalf.js +0 -9
  1971. package/icon/CallQueue.d.ts +0 -3
  1972. package/icon/CallQueue.js +0 -16
  1973. package/icon/ChatBubble.d.ts +0 -3
  1974. package/icon/ChatBubble.js +0 -9
  1975. package/icon/Check.d.ts +0 -3
  1976. package/icon/Check.js +0 -9
  1977. package/icon/ChevronLeft.d.ts +0 -3
  1978. package/icon/ChevronLeft.js +0 -9
  1979. package/icon/ChevronRight.d.ts +0 -3
  1980. package/icon/ChevronRight.js +0 -9
  1981. package/icon/Close.d.ts +0 -3
  1982. package/icon/Close.js +0 -9
  1983. package/icon/CloudContact.d.ts +0 -3
  1984. package/icon/CloudContact.js +0 -9
  1985. package/icon/CodeSnippets.d.ts +0 -3
  1986. package/icon/CodeSnippets.js +0 -9
  1987. package/icon/Comments.d.ts +0 -3
  1988. package/icon/Comments.js +0 -9
  1989. package/icon/CompanySetup.d.ts +0 -3
  1990. package/icon/CompanySetup.js +0 -9
  1991. package/icon/CompanySetupBorder.d.ts +0 -3
  1992. package/icon/CompanySetupBorder.js +0 -9
  1993. package/icon/Computer.d.ts +0 -3
  1994. package/icon/Computer.js +0 -9
  1995. package/icon/Conference.d.ts +0 -3
  1996. package/icon/Conference.js +0 -9
  1997. package/icon/ConferenceBorder.d.ts +0 -3
  1998. package/icon/ConferenceBorder.js +0 -9
  1999. package/icon/Connect.d.ts +0 -3
  2000. package/icon/Connect.js +0 -9
  2001. package/icon/Contacts.d.ts +0 -3
  2002. package/icon/Contacts.js +0 -9
  2003. package/icon/ContactsAndCalendars.d.ts +0 -3
  2004. package/icon/ContactsAndCalendars.js +0 -9
  2005. package/icon/ContactsBorder.d.ts +0 -3
  2006. package/icon/ContactsBorder.js +0 -9
  2007. package/icon/Copy.d.ts +0 -3
  2008. package/icon/Copy.js +0 -9
  2009. package/icon/CustomizeTabs.d.ts +0 -3
  2010. package/icon/CustomizeTabs.js +0 -9
  2011. package/icon/Dashboard.d.ts +0 -3
  2012. package/icon/Dashboard.js +0 -9
  2013. package/icon/DashboardBorder.d.ts +0 -3
  2014. package/icon/DashboardBorder.js +0 -9
  2015. package/icon/Date.d.ts +0 -3
  2016. package/icon/Date.js +0 -9
  2017. package/icon/DateBorder.d.ts +0 -3
  2018. package/icon/DateBorder.js +0 -9
  2019. package/icon/DefaultAvatar.d.ts +0 -3
  2020. package/icon/DefaultAvatar.js +0 -9
  2021. package/icon/DefaultFile.d.ts +0 -5
  2022. package/icon/DefaultFile.js +0 -18
  2023. package/icon/DefaultFileD.d.ts +0 -3
  2024. package/icon/DefaultFileD.js +0 -11
  2025. package/icon/DefaultGdrive.d.ts +0 -5
  2026. package/icon/DefaultGdrive.js +0 -19
  2027. package/icon/DefaultGdriveD.d.ts +0 -3
  2028. package/icon/DefaultGdriveD.js +0 -12
  2029. package/icon/DefaultGroupAvatar.d.ts +0 -3
  2030. package/icon/DefaultGroupAvatar.js +0 -9
  2031. package/icon/DefaultIntegration.d.ts +0 -3
  2032. package/icon/DefaultIntegration.js +0 -9
  2033. package/icon/DefaultIntegrationBorder.d.ts +0 -3
  2034. package/icon/DefaultIntegrationBorder.js +0 -9
  2035. package/icon/DefaultMusic.d.ts +0 -5
  2036. package/icon/DefaultMusic.js +0 -17
  2037. package/icon/DefaultMusicD.d.ts +0 -3
  2038. package/icon/DefaultMusicD.js +0 -11
  2039. package/icon/DefaultTeamAvatar.d.ts +0 -3
  2040. package/icon/DefaultTeamAvatar.js +0 -9
  2041. package/icon/DefaultVideo.d.ts +0 -5
  2042. package/icon/DefaultVideo.js +0 -17
  2043. package/icon/DefaultVideoD.d.ts +0 -3
  2044. package/icon/DefaultVideoD.js +0 -11
  2045. package/icon/Delete.d.ts +0 -3
  2046. package/icon/Delete.js +0 -9
  2047. package/icon/DeleteCircle.d.ts +0 -3
  2048. package/icon/DeleteCircle.js +0 -9
  2049. package/icon/DeletedFile.d.ts +0 -5
  2050. package/icon/DeletedFile.js +0 -16
  2051. package/icon/DeletedFileD.d.ts +0 -3
  2052. package/icon/DeletedFileD.js +0 -10
  2053. package/icon/Deletenumber.d.ts +0 -3
  2054. package/icon/Deletenumber.js +0 -9
  2055. package/icon/Department.d.ts +0 -3
  2056. package/icon/Department.js +0 -9
  2057. package/icon/Description.d.ts +0 -3
  2058. package/icon/Description.js +0 -9
  2059. package/icon/Dial.d.ts +0 -3
  2060. package/icon/Dial.js +0 -9
  2061. package/icon/Dialer.d.ts +0 -3
  2062. package/icon/Dialer.js +0 -9
  2063. package/icon/Doc.d.ts +0 -5
  2064. package/icon/Doc.js +0 -17
  2065. package/icon/DocD.d.ts +0 -3
  2066. package/icon/DocD.js +0 -11
  2067. package/icon/DockBorder.d.ts +0 -3
  2068. package/icon/DockBorder.js +0 -9
  2069. package/icon/DoubleChevronLeft.d.ts +0 -3
  2070. package/icon/DoubleChevronLeft.js +0 -9
  2071. package/icon/DoubleChevronRight.d.ts +0 -3
  2072. package/icon/DoubleChevronRight.js +0 -9
  2073. package/icon/Download.d.ts +0 -3
  2074. package/icon/Download.js +0 -9
  2075. package/icon/DownwardsArrowWithTipRightwards.d.ts +0 -3
  2076. package/icon/DownwardsArrowWithTipRightwards.js +0 -10
  2077. package/icon/Draft.d.ts +0 -3
  2078. package/icon/Draft.js +0 -9
  2079. package/icon/DragableArea.d.ts +0 -3
  2080. package/icon/DragableArea.js +0 -9
  2081. package/icon/Dropbox.d.ts +0 -3
  2082. package/icon/Dropbox.js +0 -9
  2083. package/icon/Edit.d.ts +0 -3
  2084. package/icon/Edit.js +0 -9
  2085. package/icon/Email.d.ts +0 -3
  2086. package/icon/Email.js +0 -9
  2087. package/icon/Emoji.d.ts +0 -3
  2088. package/icon/Emoji.js +0 -9
  2089. package/icon/EndAnswer.d.ts +0 -3
  2090. package/icon/EndAnswer.js +0 -10
  2091. package/icon/EventNew.d.ts +0 -3
  2092. package/icon/EventNew.js +0 -9
  2093. package/icon/EventNewBorder.d.ts +0 -3
  2094. package/icon/EventNewBorder.js +0 -9
  2095. package/icon/Evernote.d.ts +0 -3
  2096. package/icon/Evernote.js +0 -9
  2097. package/icon/Excel.d.ts +0 -5
  2098. package/icon/Excel.js +0 -17
  2099. package/icon/ExcelD.d.ts +0 -3
  2100. package/icon/ExcelD.js +0 -11
  2101. package/icon/Expand.d.ts +0 -3
  2102. package/icon/Expand.js +0 -9
  2103. package/icon/ExternalLink.d.ts +0 -3
  2104. package/icon/ExternalLink.js +0 -9
  2105. package/icon/FailedFax.d.ts +0 -3
  2106. package/icon/FailedFax.js +0 -9
  2107. package/icon/FailedFaxBorder.d.ts +0 -3
  2108. package/icon/FailedFaxBorder.js +0 -9
  2109. package/icon/Fax.d.ts +0 -3
  2110. package/icon/Fax.js +0 -9
  2111. package/icon/FaxBorder.d.ts +0 -3
  2112. package/icon/FaxBorder.js +0 -9
  2113. package/icon/Feedback.d.ts +0 -3
  2114. package/icon/Feedback.js +0 -9
  2115. package/icon/File.d.ts +0 -3
  2116. package/icon/File.js +0 -9
  2117. package/icon/FileBorder.d.ts +0 -3
  2118. package/icon/FileBorder.js +0 -9
  2119. package/icon/Filter.d.ts +0 -3
  2120. package/icon/Filter.js +0 -9
  2121. package/icon/Foldercreated.d.ts +0 -3
  2122. package/icon/Foldercreated.js +0 -9
  2123. package/icon/FontColor.d.ts +0 -3
  2124. package/icon/FontColor.js +0 -10
  2125. package/icon/Forward.d.ts +0 -3
  2126. package/icon/Forward.js +0 -9
  2127. package/icon/Forwardcall.d.ts +0 -3
  2128. package/icon/Forwardcall.js +0 -9
  2129. package/icon/Forwarding.d.ts +0 -3
  2130. package/icon/Forwarding.js +0 -9
  2131. package/icon/ForwardingBorder.d.ts +0 -3
  2132. package/icon/ForwardingBorder.js +0 -9
  2133. package/icon/GdriveLogo.d.ts +0 -3
  2134. package/icon/GdriveLogo.js +0 -14
  2135. package/icon/Gif.d.ts +0 -3
  2136. package/icon/Gif.js +0 -9
  2137. package/icon/GifFile.d.ts +0 -5
  2138. package/icon/GifFile.js +0 -18
  2139. package/icon/GifFileD.d.ts +0 -3
  2140. package/icon/GifFileD.js +0 -11
  2141. package/icon/Gmail.d.ts +0 -3
  2142. package/icon/Gmail.js +0 -13
  2143. package/icon/GoodConnection.d.ts +0 -3
  2144. package/icon/GoodConnection.js +0 -9
  2145. package/icon/Google.d.ts +0 -3
  2146. package/icon/Google.js +0 -9
  2147. package/icon/GoogleCalendar2019.d.ts +0 -3
  2148. package/icon/GoogleCalendar2019.js +0 -14
  2149. package/icon/GoogleDoc.d.ts +0 -5
  2150. package/icon/GoogleDoc.js +0 -17
  2151. package/icon/GoogleDocD.d.ts +0 -3
  2152. package/icon/GoogleDocD.js +0 -11
  2153. package/icon/GoogleLogo.d.ts +0 -3
  2154. package/icon/GoogleLogo.js +0 -12
  2155. package/icon/GoogleLogoDisabled.d.ts +0 -3
  2156. package/icon/GoogleLogoDisabled.js +0 -9
  2157. package/icon/GoogleSheet.d.ts +0 -5
  2158. package/icon/GoogleSheet.js +0 -17
  2159. package/icon/GoogleSheetD.d.ts +0 -3
  2160. package/icon/GoogleSheetD.js +0 -11
  2161. package/icon/GoogleSlide.d.ts +0 -5
  2162. package/icon/GoogleSlide.js +0 -17
  2163. package/icon/GoogleSlideD.d.ts +0 -3
  2164. package/icon/GoogleSlideD.js +0 -11
  2165. package/icon/GroupDefault.d.ts +0 -3
  2166. package/icon/GroupDefault.js +0 -9
  2167. package/icon/HandUp.d.ts +0 -3
  2168. package/icon/HandUp.js +0 -9
  2169. package/icon/Hash.d.ts +0 -3
  2170. package/icon/Hash.js +0 -9
  2171. package/icon/Hd.d.ts +0 -3
  2172. package/icon/Hd.js +0 -9
  2173. package/icon/Help.d.ts +0 -3
  2174. package/icon/Help.js +0 -9
  2175. package/icon/HelpBorder.d.ts +0 -3
  2176. package/icon/HelpBorder.js +0 -9
  2177. package/icon/HideBorder.d.ts +0 -3
  2178. package/icon/HideBorder.js +0 -9
  2179. package/icon/Hold.d.ts +0 -3
  2180. package/icon/Hold.js +0 -9
  2181. package/icon/HoldAnswer.d.ts +0 -3
  2182. package/icon/HoldAnswer.js +0 -10
  2183. package/icon/HoldcallBorder.d.ts +0 -3
  2184. package/icon/HoldcallBorder.js +0 -9
  2185. package/icon/HorizontalLine.d.ts +0 -3
  2186. package/icon/HorizontalLine.js +0 -9
  2187. package/icon/Hud.d.ts +0 -3
  2188. package/icon/Hud.js +0 -9
  2189. package/icon/Ignore.d.ts +0 -3
  2190. package/icon/Ignore.js +0 -9
  2191. package/icon/ImageBroken.d.ts +0 -5
  2192. package/icon/ImageBroken.js +0 -18
  2193. package/icon/ImageBrokenD.d.ts +0 -3
  2194. package/icon/ImageBrokenD.js +0 -11
  2195. package/icon/ImagePreview.d.ts +0 -5
  2196. package/icon/ImagePreview.js +0 -17
  2197. package/icon/ImagePreviewD.d.ts +0 -3
  2198. package/icon/ImagePreviewD.js +0 -11
  2199. package/icon/InProgress.d.ts +0 -3
  2200. package/icon/InProgress.js +0 -9
  2201. package/icon/InboundCallOnBehalf.d.ts +0 -3
  2202. package/icon/InboundCallOnBehalf.js +0 -9
  2203. package/icon/InboundFax.d.ts +0 -3
  2204. package/icon/InboundFax.js +0 -9
  2205. package/icon/InboundFaxBorder.d.ts +0 -3
  2206. package/icon/InboundFaxBorder.js +0 -9
  2207. package/icon/Inbox.d.ts +0 -3
  2208. package/icon/Inbox.js +0 -9
  2209. package/icon/Incall.d.ts +0 -3
  2210. package/icon/Incall.js +0 -9
  2211. package/icon/IncallBorder.d.ts +0 -3
  2212. package/icon/IncallBorder.js +0 -9
  2213. package/icon/Indent.d.ts +0 -3
  2214. package/icon/Indent.js +0 -9
  2215. package/icon/Indeterminate.d.ts +0 -3
  2216. package/icon/Indeterminate.js +0 -9
  2217. package/icon/Info.d.ts +0 -3
  2218. package/icon/Info.js +0 -9
  2219. package/icon/InfoBorder.d.ts +0 -3
  2220. package/icon/InfoBorder.js +0 -9
  2221. package/icon/InsertCode.d.ts +0 -3
  2222. package/icon/InsertCode.js +0 -9
  2223. package/icon/InsertImage.d.ts +0 -3
  2224. package/icon/InsertImage.js +0 -9
  2225. package/icon/InsertLink.d.ts +0 -3
  2226. package/icon/InsertLink.js +0 -9
  2227. package/icon/InsertTable.d.ts +0 -3
  2228. package/icon/InsertTable.js +0 -9
  2229. package/icon/InsertVideo.d.ts +0 -3
  2230. package/icon/InsertVideo.js +0 -9
  2231. package/icon/Italic.d.ts +0 -3
  2232. package/icon/Italic.js +0 -9
  2233. package/icon/ItemListSelected.d.ts +0 -3
  2234. package/icon/ItemListSelected.js +0 -9
  2235. package/icon/Join.d.ts +0 -3
  2236. package/icon/Join.js +0 -10
  2237. package/icon/JoinAudioPoc.d.ts +0 -3
  2238. package/icon/JoinAudioPoc.js +0 -9
  2239. package/icon/JoinMeeting.d.ts +0 -3
  2240. package/icon/JoinMeeting.js +0 -9
  2241. package/icon/JumpToLatest.d.ts +0 -3
  2242. package/icon/JumpToLatest.js +0 -9
  2243. package/icon/JumpToUnread.d.ts +0 -3
  2244. package/icon/JumpToUnread.js +0 -9
  2245. package/icon/Keypad.d.ts +0 -3
  2246. package/icon/Keypad.js +0 -9
  2247. package/icon/Leave.d.ts +0 -3
  2248. package/icon/Leave.js +0 -9
  2249. package/icon/LeaveMeeting.d.ts +0 -3
  2250. package/icon/LeaveMeeting.js +0 -9
  2251. package/icon/Limited.d.ts +0 -3
  2252. package/icon/Limited.js +0 -10
  2253. package/icon/ListBullet.d.ts +0 -3
  2254. package/icon/ListBullet.js +0 -9
  2255. package/icon/ListOrdered.d.ts +0 -3
  2256. package/icon/ListOrdered.js +0 -9
  2257. package/icon/ListView.d.ts +0 -3
  2258. package/icon/ListView.js +0 -9
  2259. package/icon/Location.d.ts +0 -3
  2260. package/icon/Location.js +0 -9
  2261. package/icon/LocationBorder.d.ts +0 -3
  2262. package/icon/LocationBorder.js +0 -9
  2263. package/icon/Lock.d.ts +0 -3
  2264. package/icon/Lock.js +0 -9
  2265. package/icon/LockBorder.d.ts +0 -3
  2266. package/icon/LockBorder.js +0 -9
  2267. package/icon/Login.d.ts +0 -3
  2268. package/icon/Login.js +0 -9
  2269. package/icon/Logout.d.ts +0 -3
  2270. package/icon/Logout.js +0 -9
  2271. package/icon/MacKeynote.d.ts +0 -5
  2272. package/icon/MacKeynote.js +0 -18
  2273. package/icon/MacKeynoteD.d.ts +0 -3
  2274. package/icon/MacKeynoteD.js +0 -11
  2275. package/icon/MacNumbers.d.ts +0 -5
  2276. package/icon/MacNumbers.js +0 -17
  2277. package/icon/MacNumbersD.d.ts +0 -3
  2278. package/icon/MacNumbersD.js +0 -11
  2279. package/icon/MacPages.d.ts +0 -5
  2280. package/icon/MacPages.js +0 -17
  2281. package/icon/MacPagesD.d.ts +0 -3
  2282. package/icon/MacPagesD.js +0 -11
  2283. package/icon/MarkerM.d.ts +0 -3
  2284. package/icon/MarkerM.js +0 -10
  2285. package/icon/MarkerS.d.ts +0 -3
  2286. package/icon/MarkerS.js +0 -10
  2287. package/icon/MemberBorder.d.ts +0 -3
  2288. package/icon/MemberBorder.js +0 -9
  2289. package/icon/Mention.d.ts +0 -3
  2290. package/icon/Mention.js +0 -9
  2291. package/icon/MentionBorder.d.ts +0 -3
  2292. package/icon/MentionBorder.js +0 -9
  2293. package/icon/Merge.d.ts +0 -3
  2294. package/icon/Merge.js +0 -9
  2295. package/icon/Message.d.ts +0 -3
  2296. package/icon/Message.js +0 -10
  2297. package/icon/Mic.d.ts +0 -3
  2298. package/icon/Mic.js +0 -9
  2299. package/icon/MicBorder.d.ts +0 -3
  2300. package/icon/MicBorder.js +0 -9
  2301. package/icon/MicOff.d.ts +0 -3
  2302. package/icon/MicOff.js +0 -9
  2303. package/icon/MicOffBorder.d.ts +0 -3
  2304. package/icon/MicOffBorder.js +0 -9
  2305. package/icon/MicrosoftLogo.d.ts +0 -3
  2306. package/icon/MicrosoftLogo.js +0 -12
  2307. package/icon/MicrosoftLogoDisabled.d.ts +0 -3
  2308. package/icon/MicrosoftLogoDisabled.js +0 -9
  2309. package/icon/MicrosoftOutlook2019.d.ts +0 -3
  2310. package/icon/MicrosoftOutlook2019.js +0 -23
  2311. package/icon/Minimize.d.ts +0 -3
  2312. package/icon/Minimize.js +0 -9
  2313. package/icon/Missedcall.d.ts +0 -3
  2314. package/icon/Missedcall.js +0 -9
  2315. package/icon/MissedcallBorder.d.ts +0 -3
  2316. package/icon/MissedcallBorder.js +0 -9
  2317. package/icon/Mobile.d.ts +0 -3
  2318. package/icon/Mobile.js +0 -9
  2319. package/icon/MonitorCall.d.ts +0 -3
  2320. package/icon/MonitorCall.js +0 -9
  2321. package/icon/MoreHoriz.d.ts +0 -3
  2322. package/icon/MoreHoriz.js +0 -9
  2323. package/icon/MoreVert.d.ts +0 -3
  2324. package/icon/MoreVert.js +0 -9
  2325. package/icon/MuteNotification.d.ts +0 -3
  2326. package/icon/MuteNotification.js +0 -9
  2327. package/icon/MuteNotificationBorder.d.ts +0 -3
  2328. package/icon/MuteNotificationBorder.js +0 -9
  2329. package/icon/NewAction.d.ts +0 -3
  2330. package/icon/NewAction.js +0 -9
  2331. package/icon/NewEmail.d.ts +0 -3
  2332. package/icon/NewEmail.js +0 -9
  2333. package/icon/NewFax.d.ts +0 -3
  2334. package/icon/NewFax.js +0 -9
  2335. package/icon/NewFile.d.ts +0 -3
  2336. package/icon/NewFile.js +0 -9
  2337. package/icon/NewNote.d.ts +0 -3
  2338. package/icon/NewNote.js +0 -9
  2339. package/icon/Nickname.d.ts +0 -3
  2340. package/icon/Nickname.js +0 -9
  2341. package/icon/NoAudio.d.ts +0 -3
  2342. package/icon/NoAudio.js +0 -9
  2343. package/icon/NoConnection.d.ts +0 -3
  2344. package/icon/NoConnection.js +0 -10
  2345. package/icon/NonEdit.d.ts +0 -3
  2346. package/icon/NonEdit.js +0 -9
  2347. package/icon/Note.d.ts +0 -3
  2348. package/icon/Note.js +0 -9
  2349. package/icon/NoteBorder.d.ts +0 -3
  2350. package/icon/NoteBorder.js +0 -9
  2351. package/icon/Notification.d.ts +0 -3
  2352. package/icon/Notification.js +0 -9
  2353. package/icon/NotificationBorder.d.ts +0 -3
  2354. package/icon/NotificationBorder.js +0 -9
  2355. package/icon/Onedrive.d.ts +0 -3
  2356. package/icon/Onedrive.js +0 -9
  2357. package/icon/OpenFolder.d.ts +0 -3
  2358. package/icon/OpenFolder.js +0 -9
  2359. package/icon/OuboundCallOnBehalf.d.ts +0 -3
  2360. package/icon/OuboundCallOnBehalf.js +0 -9
  2361. package/icon/OutboundFax.d.ts +0 -3
  2362. package/icon/OutboundFax.js +0 -9
  2363. package/icon/OutboundFaxBorder.d.ts +0 -3
  2364. package/icon/OutboundFaxBorder.js +0 -9
  2365. package/icon/Outcall.d.ts +0 -3
  2366. package/icon/Outcall.js +0 -9
  2367. package/icon/OutcallBorder.d.ts +0 -3
  2368. package/icon/OutcallBorder.js +0 -9
  2369. package/icon/Outdent.d.ts +0 -3
  2370. package/icon/Outdent.js +0 -9
  2371. package/icon/Paging.d.ts +0 -3
  2372. package/icon/Paging.js +0 -10
  2373. package/icon/ParkCall.d.ts +0 -3
  2374. package/icon/ParkCall.js +0 -9
  2375. package/icon/ParkCallMessage.d.ts +0 -3
  2376. package/icon/ParkCallMessage.js +0 -9
  2377. package/icon/ParkCallText.d.ts +0 -3
  2378. package/icon/ParkCallText.js +0 -9
  2379. package/icon/PartnerCloudContact.d.ts +0 -3
  2380. package/icon/PartnerCloudContact.js +0 -9
  2381. package/icon/Pause.d.ts +0 -3
  2382. package/icon/Pause.js +0 -9
  2383. package/icon/PauseBorder.d.ts +0 -3
  2384. package/icon/PauseBorder.js +0 -9
  2385. package/icon/PauseCircle.d.ts +0 -3
  2386. package/icon/PauseCircle.js +0 -9
  2387. package/icon/PauseCircleBorder.d.ts +0 -3
  2388. package/icon/PauseCircleBorder.js +0 -9
  2389. package/icon/Pdf.d.ts +0 -5
  2390. package/icon/Pdf.js +0 -17
  2391. package/icon/PdfD.d.ts +0 -3
  2392. package/icon/PdfD.js +0 -11
  2393. package/icon/People.d.ts +0 -3
  2394. package/icon/People.js +0 -9
  2395. package/icon/Phone.d.ts +0 -3
  2396. package/icon/Phone.js +0 -9
  2397. package/icon/PhoneBorder.d.ts +0 -3
  2398. package/icon/PhoneBorder.js +0 -9
  2399. package/icon/PhoneOff.d.ts +0 -3
  2400. package/icon/PhoneOff.js +0 -9
  2401. package/icon/PhoneOffBorder.d.ts +0 -3
  2402. package/icon/PhoneOffBorder.js +0 -9
  2403. package/icon/PickUpCall.d.ts +0 -3
  2404. package/icon/PickUpCall.js +0 -9
  2405. package/icon/Pin.d.ts +0 -3
  2406. package/icon/Pin.js +0 -9
  2407. package/icon/Play.d.ts +0 -3
  2408. package/icon/Play.js +0 -9
  2409. package/icon/PlayBorder.d.ts +0 -3
  2410. package/icon/PlayBorder.js +0 -9
  2411. package/icon/PlayCircle.d.ts +0 -3
  2412. package/icon/PlayCircle.js +0 -9
  2413. package/icon/PlayCircleBorder.d.ts +0 -3
  2414. package/icon/PlayCircleBorder.js +0 -9
  2415. package/icon/Poll.d.ts +0 -3
  2416. package/icon/Poll.js +0 -9
  2417. package/icon/PollBorder.d.ts +0 -3
  2418. package/icon/PollBorder.js +0 -9
  2419. package/icon/PoorConnection.d.ts +0 -3
  2420. package/icon/PoorConnection.js +0 -10
  2421. package/icon/Ppt.d.ts +0 -5
  2422. package/icon/Ppt.js +0 -17
  2423. package/icon/PptD.d.ts +0 -3
  2424. package/icon/PptD.js +0 -11
  2425. package/icon/Previous.d.ts +0 -3
  2426. package/icon/Previous.js +0 -9
  2427. package/icon/Quote.d.ts +0 -3
  2428. package/icon/Quote.js +0 -9
  2429. package/icon/Radio.d.ts +0 -3
  2430. package/icon/Radio.js +0 -9
  2431. package/icon/RadioUnselect.d.ts +0 -3
  2432. package/icon/RadioUnselect.js +0 -9
  2433. package/icon/RcBlog.d.ts +0 -3
  2434. package/icon/RcBlog.js +0 -9
  2435. package/icon/RcCloudContact.d.ts +0 -3
  2436. package/icon/RcCloudContact.js +0 -9
  2437. package/icon/RcContact.d.ts +0 -3
  2438. package/icon/RcContact.js +0 -9
  2439. package/icon/RcHelp.d.ts +0 -3
  2440. package/icon/RcHelp.js +0 -9
  2441. package/icon/RcvMicOff.d.ts +0 -3
  2442. package/icon/RcvMicOff.js +0 -10
  2443. package/icon/RcvVideocamOff.d.ts +0 -3
  2444. package/icon/RcvVideocamOff.js +0 -10
  2445. package/icon/Read.d.ts +0 -3
  2446. package/icon/Read.js +0 -9
  2447. package/icon/Record.d.ts +0 -3
  2448. package/icon/Record.js +0 -9
  2449. package/icon/Refresh.d.ts +0 -3
  2450. package/icon/Refresh.js +0 -9
  2451. package/icon/Remove.d.ts +0 -3
  2452. package/icon/Remove.js +0 -9
  2453. package/icon/RemoveBorder.d.ts +0 -3
  2454. package/icon/RemoveBorder.js +0 -9
  2455. package/icon/RemoveField.d.ts +0 -3
  2456. package/icon/RemoveField.js +0 -9
  2457. package/icon/Repeat.d.ts +0 -3
  2458. package/icon/Repeat.js +0 -9
  2459. package/icon/Reply.d.ts +0 -3
  2460. package/icon/Reply.js +0 -9
  2461. package/icon/ResendFax.d.ts +0 -3
  2462. package/icon/ResendFax.js +0 -9
  2463. package/icon/ResetZoom.d.ts +0 -3
  2464. package/icon/ResetZoom.js +0 -9
  2465. package/icon/RichTextEditor.d.ts +0 -3
  2466. package/icon/RichTextEditor.js +0 -9
  2467. package/icon/RollAp.d.ts +0 -3
  2468. package/icon/RollAp.js +0 -9
  2469. package/icon/SaveDraft.d.ts +0 -3
  2470. package/icon/SaveDraft.js +0 -9
  2471. package/icon/Schedule.d.ts +0 -3
  2472. package/icon/Schedule.js +0 -12
  2473. package/icon/ScheduleMeeting.d.ts +0 -3
  2474. package/icon/ScheduleMeeting.js +0 -9
  2475. package/icon/Screenshare.d.ts +0 -3
  2476. package/icon/Screenshare.js +0 -9
  2477. package/icon/ScreenshareBorder.d.ts +0 -3
  2478. package/icon/ScreenshareBorder.js +0 -9
  2479. package/icon/Search.d.ts +0 -3
  2480. package/icon/Search.js +0 -9
  2481. package/icon/SearchNav.d.ts +0 -3
  2482. package/icon/SearchNav.js +0 -9
  2483. package/icon/Selects.d.ts +0 -3
  2484. package/icon/Selects.js +0 -9
  2485. package/icon/Send.d.ts +0 -3
  2486. package/icon/Send.js +0 -9
  2487. package/icon/SendFilled.d.ts +0 -3
  2488. package/icon/SendFilled.js +0 -9
  2489. package/icon/Settings.d.ts +0 -3
  2490. package/icon/Settings.js +0 -9
  2491. package/icon/SettingsBorder.d.ts +0 -3
  2492. package/icon/SettingsBorder.js +0 -9
  2493. package/icon/Share.d.ts +0 -3
  2494. package/icon/Share.js +0 -9
  2495. package/icon/SharedLine.d.ts +0 -3
  2496. package/icon/SharedLine.js +0 -11
  2497. package/icon/Sharepoint.d.ts +0 -3
  2498. package/icon/Sharepoint.js +0 -9
  2499. package/icon/Shortcut.d.ts +0 -3
  2500. package/icon/Shortcut.js +0 -9
  2501. package/icon/ShortcutBorder.d.ts +0 -3
  2502. package/icon/ShortcutBorder.js +0 -9
  2503. package/icon/Signal0.d.ts +0 -3
  2504. package/icon/Signal0.js +0 -9
  2505. package/icon/Signal1.d.ts +0 -3
  2506. package/icon/Signal1.js +0 -9
  2507. package/icon/Signal2.d.ts +0 -3
  2508. package/icon/Signal2.js +0 -9
  2509. package/icon/Signal3.d.ts +0 -3
  2510. package/icon/Signal3.js +0 -9
  2511. package/icon/Sms.d.ts +0 -3
  2512. package/icon/Sms.js +0 -9
  2513. package/icon/SmsBorder.d.ts +0 -3
  2514. package/icon/SmsBorder.js +0 -9
  2515. package/icon/SmsDefault.d.ts +0 -3
  2516. package/icon/SmsDefault.js +0 -9
  2517. package/icon/SmsInviteBorder.d.ts +0 -3
  2518. package/icon/SmsInviteBorder.js +0 -9
  2519. package/icon/Sort.d.ts +0 -3
  2520. package/icon/Sort.js +0 -10
  2521. package/icon/SpeakerDown.d.ts +0 -3
  2522. package/icon/SpeakerDown.js +0 -9
  2523. package/icon/SpeakerMute.d.ts +0 -3
  2524. package/icon/SpeakerMute.js +0 -9
  2525. package/icon/SpeakerUp.d.ts +0 -3
  2526. package/icon/SpeakerUp.js +0 -9
  2527. package/icon/Star.d.ts +0 -3
  2528. package/icon/Star.js +0 -9
  2529. package/icon/StarBorder.d.ts +0 -3
  2530. package/icon/StarBorder.js +0 -9
  2531. package/icon/Start.d.ts +0 -3
  2532. package/icon/Start.js +0 -10
  2533. package/icon/StartMeeting.d.ts +0 -3
  2534. package/icon/StartMeeting.js +0 -9
  2535. package/icon/Stop.d.ts +0 -3
  2536. package/icon/Stop.js +0 -9
  2537. package/icon/StopBorder.d.ts +0 -3
  2538. package/icon/StopBorder.js +0 -9
  2539. package/icon/StopCircle.d.ts +0 -3
  2540. package/icon/StopCircle.js +0 -9
  2541. package/icon/StopCircleBorder.d.ts +0 -3
  2542. package/icon/StopCircleBorder.js +0 -9
  2543. package/icon/StopRecord.d.ts +0 -3
  2544. package/icon/StopRecord.js +0 -9
  2545. package/icon/Strike.d.ts +0 -3
  2546. package/icon/Strike.js +0 -9
  2547. package/icon/TakeOver.d.ts +0 -3
  2548. package/icon/TakeOver.js +0 -9
  2549. package/icon/TaskNew.d.ts +0 -3
  2550. package/icon/TaskNew.js +0 -9
  2551. package/icon/TaskNewBorder.d.ts +0 -3
  2552. package/icon/TaskNewBorder.js +0 -9
  2553. package/icon/Team.d.ts +0 -3
  2554. package/icon/Team.js +0 -9
  2555. package/icon/TeamBorder.d.ts +0 -3
  2556. package/icon/TeamBorder.js +0 -9
  2557. package/icon/TeamDefault.d.ts +0 -3
  2558. package/icon/TeamDefault.js +0 -9
  2559. package/icon/Text.d.ts +0 -3
  2560. package/icon/Text.js +0 -9
  2561. package/icon/Theme.d.ts +0 -3
  2562. package/icon/Theme.js +0 -9
  2563. package/icon/Thumbup.d.ts +0 -3
  2564. package/icon/Thumbup.js +0 -9
  2565. package/icon/ThumbupBorder.d.ts +0 -3
  2566. package/icon/ThumbupBorder.js +0 -9
  2567. package/icon/Time.d.ts +0 -3
  2568. package/icon/Time.js +0 -9
  2569. package/icon/TimeBorder.d.ts +0 -3
  2570. package/icon/TimeBorder.js +0 -9
  2571. package/icon/Transcription.d.ts +0 -3
  2572. package/icon/Transcription.js +0 -9
  2573. package/icon/TransferCall.d.ts +0 -3
  2574. package/icon/TransferCall.js +0 -9
  2575. package/icon/TransferCallBorder.d.ts +0 -3
  2576. package/icon/TransferCallBorder.js +0 -9
  2577. package/icon/Unblocked.d.ts +0 -3
  2578. package/icon/Unblocked.js +0 -9
  2579. package/icon/Underline.d.ts +0 -3
  2580. package/icon/Underline.js +0 -9
  2581. package/icon/Undock.d.ts +0 -3
  2582. package/icon/Undock.js +0 -9
  2583. package/icon/UndockBorder.d.ts +0 -3
  2584. package/icon/UndockBorder.js +0 -9
  2585. package/icon/UnfoldLess.d.ts +0 -3
  2586. package/icon/UnfoldLess.js +0 -9
  2587. package/icon/UnfoldMore.d.ts +0 -3
  2588. package/icon/UnfoldMore.js +0 -9
  2589. package/icon/Unlock.d.ts +0 -3
  2590. package/icon/Unlock.js +0 -9
  2591. package/icon/Unpin.d.ts +0 -3
  2592. package/icon/Unpin.js +0 -9
  2593. package/icon/UnpinSlash.d.ts +0 -3
  2594. package/icon/UnpinSlash.js +0 -9
  2595. package/icon/Unread.d.ts +0 -3
  2596. package/icon/Unread.js +0 -9
  2597. package/icon/Unselect.d.ts +0 -3
  2598. package/icon/Unselect.js +0 -9
  2599. package/icon/UserDefault.d.ts +0 -3
  2600. package/icon/UserDefault.js +0 -9
  2601. package/icon/VideoAndMessage.d.ts +0 -3
  2602. package/icon/VideoAndMessage.js +0 -9
  2603. package/icon/VideoMeeting.d.ts +0 -3
  2604. package/icon/VideoMeeting.js +0 -9
  2605. package/icon/Videocam.d.ts +0 -3
  2606. package/icon/Videocam.js +0 -9
  2607. package/icon/VideocamBorder.d.ts +0 -3
  2608. package/icon/VideocamBorder.js +0 -9
  2609. package/icon/VideocamOff.d.ts +0 -3
  2610. package/icon/VideocamOff.js +0 -9
  2611. package/icon/VideocamOffBorder.d.ts +0 -3
  2612. package/icon/VideocamOffBorder.js +0 -9
  2613. package/icon/View.d.ts +0 -3
  2614. package/icon/View.js +0 -9
  2615. package/icon/ViewBorder.d.ts +0 -3
  2616. package/icon/ViewBorder.js +0 -9
  2617. package/icon/ViewLogBorder.d.ts +0 -3
  2618. package/icon/ViewLogBorder.js +0 -9
  2619. package/icon/Voicemail.d.ts +0 -3
  2620. package/icon/Voicemail.js +0 -9
  2621. package/icon/Warning.d.ts +0 -3
  2622. package/icon/Warning.js +0 -9
  2623. package/icon/WatchVideo.d.ts +0 -3
  2624. package/icon/WatchVideo.js +0 -9
  2625. package/icon/WeakConnection.d.ts +0 -3
  2626. package/icon/WeakConnection.js +0 -10
  2627. package/icon/Webinar.d.ts +0 -3
  2628. package/icon/Webinar.js +0 -9
  2629. package/icon/WebinarBorder.d.ts +0 -3
  2630. package/icon/WebinarBorder.js +0 -9
  2631. package/icon/Webpage.d.ts +0 -3
  2632. package/icon/Webpage.js +0 -9
  2633. package/icon/Whisper.d.ts +0 -3
  2634. package/icon/Whisper.js +0 -9
  2635. package/icon/Work.d.ts +0 -3
  2636. package/icon/Work.js +0 -9
  2637. package/icon/Workspace.d.ts +0 -3
  2638. package/icon/Workspace.js +0 -9
  2639. package/icon/WorkspaceBorder.d.ts +0 -3
  2640. package/icon/WorkspaceBorder.js +0 -9
  2641. package/icon/Zip.d.ts +0 -5
  2642. package/icon/Zip.js +0 -17
  2643. package/icon/ZipD.d.ts +0 -3
  2644. package/icon/ZipD.js +0 -11
  2645. package/icon/ZoomIn.d.ts +0 -3
  2646. package/icon/ZoomIn.js +0 -9
  2647. package/icon/ZoomOut.d.ts +0 -3
  2648. package/icon/ZoomOut.js +0 -9
  2649. package/icon/index.d.ts +0 -408
  2650. package/icon/index.js +0 -818
  2651. package/icon/package.json +0 -5
  2652. package/icons/icon-0.svg +0 -6
  2653. package/icons/icon-1.svg +0 -5
  2654. package/icons/icon-2.svg +0 -6
  2655. package/icons/icon-3.svg +0 -6
  2656. package/icons/icon-4.svg +0 -6
  2657. package/icons/icon-5.svg +0 -6
  2658. package/icons/icon-6.svg +0 -6
  2659. package/icons/icon-7.svg +0 -6
  2660. package/icons/icon-8.svg +0 -6
  2661. package/icons/icon-9.svg +0 -6
  2662. package/icons/icon-Announcement.svg +0 -8
  2663. package/icons/icon-Call-queue.svg +0 -14
  2664. package/icons/icon-Company-setup.svg +0 -5
  2665. package/icons/icon-Company-setup_border.svg +0 -5
  2666. package/icons/icon-Description.svg +0 -5
  2667. package/icons/icon-HUD.svg +0 -5
  2668. package/icons/icon-Limited.svg +0 -7
  2669. package/icons/icon-Logout.svg +0 -5
  2670. package/icons/icon-Message.svg +0 -6
  2671. package/icons/icon-New-email.svg +0 -5
  2672. package/icons/icon-Paging.svg +0 -6
  2673. package/icons/icon-Shared-line.svg +0 -8
  2674. package/icons/icon-active-call.svg +0 -7
  2675. package/icons/icon-activecall_border.svg +0 -5
  2676. package/icons/icon-add-emoji-more.svg +0 -5
  2677. package/icons/icon-add-event.svg +0 -5
  2678. package/icons/icon-add-integration.svg +0 -6
  2679. package/icons/icon-add-member.svg +0 -5
  2680. package/icons/icon-add-member_border.svg +0 -5
  2681. package/icons/icon-add-park-location.svg +0 -5
  2682. package/icons/icon-add-reactions.svg +0 -9
  2683. package/icons/icon-add-task.svg +0 -5
  2684. package/icons/icon-add-team.svg +0 -5
  2685. package/icons/icon-add-team_border.svg +0 -5
  2686. package/icons/icon-add.svg +0 -5
  2687. package/icons/icon-add_border.svg +0 -5
  2688. package/icons/icon-add_field.svg +0 -5
  2689. package/icons/icon-add_new_folder.svg +0 -5
  2690. package/icons/icon-address.svg +0 -5
  2691. package/icons/icon-admin.svg +0 -5
  2692. package/icons/icon-admin_border.svg +0 -5
  2693. package/icons/icon-advanced.svg +0 -5
  2694. package/icons/icon-align-center.svg +0 -5
  2695. package/icons/icon-align-justify.svg +0 -5
  2696. package/icons/icon-align-left.svg +0 -5
  2697. package/icons/icon-align-right.svg +0 -5
  2698. package/icons/icon-analytics.svg +0 -5
  2699. package/icons/icon-analytics_border.svg +0 -5
  2700. package/icons/icon-apple-logo.svg +0 -5
  2701. package/icons/icon-apps.svg +0 -5
  2702. package/icons/icon-archive.svg +0 -5
  2703. package/icons/icon-arrow-down.svg +0 -5
  2704. package/icons/icon-arrow-left.svg +0 -5
  2705. package/icons/icon-arrow-up.svg +0 -5
  2706. package/icons/icon-arrow_down.svg +0 -5
  2707. package/icons/icon-arrow_left.svg +0 -5
  2708. package/icons/icon-arrow_right.svg +0 -5
  2709. package/icons/icon-arrow_right1.svg +0 -5
  2710. package/icons/icon-arrow_up.svg +0 -5
  2711. package/icons/icon-askfirst.svg +0 -5
  2712. package/icons/icon-assignment.svg +0 -5
  2713. package/icons/icon-asterisk.svg +0 -5
  2714. package/icons/icon-attachment.svg +0 -5
  2715. package/icons/icon-audio.svg +0 -5
  2716. package/icons/icon-avatar_rooms.svg +0 -5
  2717. package/icons/icon-barge.svg +0 -5
  2718. package/icons/icon-birthday.svg +0 -5
  2719. package/icons/icon-blocked.svg +0 -5
  2720. package/icons/icon-bold.svg +0 -5
  2721. package/icons/icon-bookmark.svg +0 -5
  2722. package/icons/icon-bookmark_border.svg +0 -5
  2723. package/icons/icon-box-new.svg +0 -5
  2724. package/icons/icon-box.svg +0 -5
  2725. package/icons/icon-box1.svg +0 -5
  2726. package/icons/icon-bubble_lines.svg +0 -5
  2727. package/icons/icon-bubble_lines_border.svg +0 -5
  2728. package/icons/icon-call-add.svg +0 -5
  2729. package/icons/icon-call-list.svg +0 -5
  2730. package/icons/icon-call-more.svg +0 -5
  2731. package/icons/icon-call_on_behalf.svg +0 -5
  2732. package/icons/icon-chat_bubble.svg +0 -5
  2733. package/icons/icon-check.svg +0 -5
  2734. package/icons/icon-chevron_left.svg +0 -5
  2735. package/icons/icon-chevron_right.svg +0 -5
  2736. package/icons/icon-close.svg +0 -5
  2737. package/icons/icon-cloud_contact.svg +0 -5
  2738. package/icons/icon-code_snippets.svg +0 -5
  2739. package/icons/icon-comments.svg +0 -5
  2740. package/icons/icon-computer.svg +0 -5
  2741. package/icons/icon-conference.svg +0 -5
  2742. package/icons/icon-conference_border.svg +0 -5
  2743. package/icons/icon-connect.svg +0 -5
  2744. package/icons/icon-contacts.svg +0 -5
  2745. package/icons/icon-contacts_and_calendars.svg +0 -5
  2746. package/icons/icon-contacts_border.svg +0 -5
  2747. package/icons/icon-copy.svg +0 -5
  2748. package/icons/icon-customize-tabs.svg +0 -5
  2749. package/icons/icon-dashboard.svg +0 -5
  2750. package/icons/icon-dashboard_border.svg +0 -5
  2751. package/icons/icon-date.svg +0 -5
  2752. package/icons/icon-date_border.svg +0 -5
  2753. package/icons/icon-default-avatar.svg +0 -5
  2754. package/icons/icon-default-file-D.svg +0 -7
  2755. package/icons/icon-default-file.svg +0 -8
  2756. package/icons/icon-default-gdrive-D.svg +0 -8
  2757. package/icons/icon-default-gdrive.svg +0 -9
  2758. package/icons/icon-default-group-avatar.svg +0 -5
  2759. package/icons/icon-default-integration.svg +0 -5
  2760. package/icons/icon-default-integration_border.svg +0 -5
  2761. package/icons/icon-default-music-D.svg +0 -7
  2762. package/icons/icon-default-music.svg +0 -7
  2763. package/icons/icon-default-team-avatar.svg +0 -5
  2764. package/icons/icon-default-video-D.svg +0 -7
  2765. package/icons/icon-default-video.svg +0 -7
  2766. package/icons/icon-delete.svg +0 -5
  2767. package/icons/icon-delete_circle.svg +0 -5
  2768. package/icons/icon-deleted_file.svg +0 -6
  2769. package/icons/icon-deleted_file_D.svg +0 -6
  2770. package/icons/icon-deletenumber.svg +0 -5
  2771. package/icons/icon-department.svg +0 -5
  2772. package/icons/icon-dial.svg +0 -5
  2773. package/icons/icon-dialer.svg +0 -5
  2774. package/icons/icon-doc-D.svg +0 -7
  2775. package/icons/icon-doc.svg +0 -7
  2776. package/icons/icon-dock_border.svg +0 -5
  2777. package/icons/icon-double-chevron_left.svg +0 -5
  2778. package/icons/icon-double-chevron_right.svg +0 -5
  2779. package/icons/icon-download.svg +0 -5
  2780. package/icons/icon-downwards-arrow-with-tip-rightwards.svg +0 -5
  2781. package/icons/icon-draft.svg +0 -5
  2782. package/icons/icon-dragable_area.svg +0 -5
  2783. package/icons/icon-dropbox.svg +0 -5
  2784. package/icons/icon-edit.svg +0 -5
  2785. package/icons/icon-email.svg +0 -5
  2786. package/icons/icon-emoji.svg +0 -5
  2787. package/icons/icon-end--answer.svg +0 -6
  2788. package/icons/icon-event-new.svg +0 -5
  2789. package/icons/icon-event-new_border.svg +0 -5
  2790. package/icons/icon-evernote.svg +0 -5
  2791. package/icons/icon-excel-D.svg +0 -7
  2792. package/icons/icon-excel.svg +0 -7
  2793. package/icons/icon-expand.svg +0 -5
  2794. package/icons/icon-external_link.svg +0 -5
  2795. package/icons/icon-failed-fax.svg +0 -5
  2796. package/icons/icon-failed-fax_border.svg +0 -5
  2797. package/icons/icon-fax.svg +0 -5
  2798. package/icons/icon-fax_border.svg +0 -5
  2799. package/icons/icon-feedback.svg +0 -5
  2800. package/icons/icon-file.svg +0 -5
  2801. package/icons/icon-file_border.svg +0 -5
  2802. package/icons/icon-filter.svg +0 -5
  2803. package/icons/icon-foldercreated.svg +0 -5
  2804. package/icons/icon-font-color.svg +0 -6
  2805. package/icons/icon-forward.svg +0 -5
  2806. package/icons/icon-forwardcall.svg +0 -5
  2807. package/icons/icon-forwarding.svg +0 -5
  2808. package/icons/icon-forwarding_border.svg +0 -5
  2809. package/icons/icon-gdrive-logo.svg +0 -10
  2810. package/icons/icon-gif-file-D.svg +0 -7
  2811. package/icons/icon-gif-file.svg +0 -8
  2812. package/icons/icon-gif.svg +0 -5
  2813. package/icons/icon-gmail.svg +0 -9
  2814. package/icons/icon-good-connection.svg +0 -5
  2815. package/icons/icon-google-calendar-2019.svg +0 -10
  2816. package/icons/icon-google-doc-D.svg +0 -7
  2817. package/icons/icon-google-doc.svg +0 -7
  2818. package/icons/icon-google-logo-disabled.svg +0 -5
  2819. package/icons/icon-google-logo.svg +0 -8
  2820. package/icons/icon-google-sheet-D.svg +0 -7
  2821. package/icons/icon-google-sheet.svg +0 -7
  2822. package/icons/icon-google-slide-D.svg +0 -7
  2823. package/icons/icon-google-slide.svg +0 -7
  2824. package/icons/icon-google.svg +0 -5
  2825. package/icons/icon-group-default.svg +0 -5
  2826. package/icons/icon-hand-up.svg +0 -5
  2827. package/icons/icon-hash.svg +0 -5
  2828. package/icons/icon-hd.svg +0 -5
  2829. package/icons/icon-help.svg +0 -5
  2830. package/icons/icon-help_border.svg +0 -5
  2831. package/icons/icon-hide_border.svg +0 -5
  2832. package/icons/icon-hold-answer.svg +0 -6
  2833. package/icons/icon-hold.svg +0 -5
  2834. package/icons/icon-holdcall_border.svg +0 -5
  2835. package/icons/icon-horizontal-line.svg +0 -5
  2836. package/icons/icon-ignore.svg +0 -5
  2837. package/icons/icon-image-broken-D.svg +0 -7
  2838. package/icons/icon-image-broken.svg +0 -8
  2839. package/icons/icon-image-preview-D.svg +0 -7
  2840. package/icons/icon-image-preview.svg +0 -7
  2841. package/icons/icon-in-progress.svg +0 -5
  2842. package/icons/icon-inbound-fax.svg +0 -5
  2843. package/icons/icon-inbound-fax_border.svg +0 -5
  2844. package/icons/icon-inbound_call_on_behalf.svg +0 -5
  2845. package/icons/icon-inbox.svg +0 -5
  2846. package/icons/icon-incall.svg +0 -5
  2847. package/icons/icon-incall_border.svg +0 -5
  2848. package/icons/icon-indent.svg +0 -5
  2849. package/icons/icon-indeterminate.svg +0 -5
  2850. package/icons/icon-info.svg +0 -5
  2851. package/icons/icon-info_border.svg +0 -5
  2852. package/icons/icon-insert-code.svg +0 -5
  2853. package/icons/icon-insert-image.svg +0 -5
  2854. package/icons/icon-insert-link.svg +0 -5
  2855. package/icons/icon-insert-table.svg +0 -5
  2856. package/icons/icon-insert-video.svg +0 -5
  2857. package/icons/icon-italic.svg +0 -5
  2858. package/icons/icon-item-list-selected.svg +0 -5
  2859. package/icons/icon-join-audio-poc.svg +0 -5
  2860. package/icons/icon-join.svg +0 -7
  2861. package/icons/icon-join_meeting.svg +0 -5
  2862. package/icons/icon-jump-to-latest.svg +0 -5
  2863. package/icons/icon-jump-to-unread.svg +0 -5
  2864. package/icons/icon-keypad.svg +0 -5
  2865. package/icons/icon-leave-meeting.svg +0 -5
  2866. package/icons/icon-leave.svg +0 -5
  2867. package/icons/icon-list-bullet.svg +0 -5
  2868. package/icons/icon-list-ordered.svg +0 -5
  2869. package/icons/icon-list-view.svg +0 -5
  2870. package/icons/icon-location.svg +0 -5
  2871. package/icons/icon-location_border.svg +0 -5
  2872. package/icons/icon-lock.svg +0 -5
  2873. package/icons/icon-lock_border.svg +0 -5
  2874. package/icons/icon-login.svg +0 -5
  2875. package/icons/icon-mac-keynote-D.svg +0 -7
  2876. package/icons/icon-mac-keynote.svg +0 -10
  2877. package/icons/icon-mac-numbers-D.svg +0 -7
  2878. package/icons/icon-mac-numbers.svg +0 -7
  2879. package/icons/icon-mac-pages-D.svg +0 -7
  2880. package/icons/icon-mac-pages.svg +0 -7
  2881. package/icons/icon-marker_m.svg +0 -6
  2882. package/icons/icon-marker_s.svg +0 -6
  2883. package/icons/icon-member_border.svg +0 -5
  2884. package/icons/icon-mention.svg +0 -5
  2885. package/icons/icon-mention_border.svg +0 -5
  2886. package/icons/icon-merge.svg +0 -5
  2887. package/icons/icon-mic-off.svg +0 -5
  2888. package/icons/icon-mic-off_border.svg +0 -5
  2889. package/icons/icon-mic.svg +0 -5
  2890. package/icons/icon-mic_border.svg +0 -5
  2891. package/icons/icon-microsoft-logo-disabled.svg +0 -8
  2892. package/icons/icon-microsoft-logo.svg +0 -8
  2893. package/icons/icon-microsoft-outlook-2019.svg +0 -19
  2894. package/icons/icon-minimize.svg +0 -5
  2895. package/icons/icon-missedcall.svg +0 -5
  2896. package/icons/icon-missedcall_border.svg +0 -5
  2897. package/icons/icon-mobile.svg +0 -5
  2898. package/icons/icon-monitor_call.svg +0 -5
  2899. package/icons/icon-more_horiz.svg +0 -5
  2900. package/icons/icon-more_vert.svg +0 -5
  2901. package/icons/icon-mute-notification.svg +0 -5
  2902. package/icons/icon-mute-notification_border.svg +0 -5
  2903. package/icons/icon-new-action.svg +0 -5
  2904. package/icons/icon-new-fax.svg +0 -5
  2905. package/icons/icon-new-file.svg +0 -5
  2906. package/icons/icon-new-note.svg +0 -5
  2907. package/icons/icon-nickname.svg +0 -5
  2908. package/icons/icon-no-audio.svg +0 -5
  2909. package/icons/icon-no-connection.svg +0 -6
  2910. package/icons/icon-non-edit.svg +0 -5
  2911. package/icons/icon-note.svg +0 -5
  2912. package/icons/icon-note_border.svg +0 -5
  2913. package/icons/icon-notification.svg +0 -5
  2914. package/icons/icon-notification_border.svg +0 -5
  2915. package/icons/icon-onedrive.svg +0 -5
  2916. package/icons/icon-open-folder.svg +0 -5
  2917. package/icons/icon-oubound_call_on_behalf.svg +0 -5
  2918. package/icons/icon-outbound-fax.svg +0 -5
  2919. package/icons/icon-outbound-fax_border.svg +0 -5
  2920. package/icons/icon-outcall.svg +0 -5
  2921. package/icons/icon-outcall_border.svg +0 -5
  2922. package/icons/icon-outdent.svg +0 -5
  2923. package/icons/icon-park-call-message.svg +0 -5
  2924. package/icons/icon-park-call-text.svg +0 -5
  2925. package/icons/icon-park-call.svg +0 -5
  2926. package/icons/icon-partner_cloud_contact.svg +0 -5
  2927. package/icons/icon-pause.svg +0 -5
  2928. package/icons/icon-pause_border.svg +0 -5
  2929. package/icons/icon-pause_circle.svg +0 -5
  2930. package/icons/icon-pause_circle_border.svg +0 -5
  2931. package/icons/icon-pdf-D.svg +0 -7
  2932. package/icons/icon-pdf.svg +0 -7
  2933. package/icons/icon-people.svg +0 -5
  2934. package/icons/icon-phone-off.svg +0 -5
  2935. package/icons/icon-phone-off_border.svg +0 -5
  2936. package/icons/icon-phone.svg +0 -5
  2937. package/icons/icon-phone_border.svg +0 -5
  2938. package/icons/icon-pick_up_call.svg +0 -5
  2939. package/icons/icon-pin.svg +0 -5
  2940. package/icons/icon-play.svg +0 -5
  2941. package/icons/icon-play_border.svg +0 -5
  2942. package/icons/icon-play_circle.svg +0 -5
  2943. package/icons/icon-play_circle_border.svg +0 -5
  2944. package/icons/icon-poll.svg +0 -5
  2945. package/icons/icon-poll_border.svg +0 -5
  2946. package/icons/icon-poor-connection.svg +0 -6
  2947. package/icons/icon-ppt-D.svg +0 -7
  2948. package/icons/icon-ppt.svg +0 -7
  2949. package/icons/icon-previous.svg +0 -5
  2950. package/icons/icon-quote.svg +0 -5
  2951. package/icons/icon-radio.svg +0 -5
  2952. package/icons/icon-radio_unselect.svg +0 -5
  2953. package/icons/icon-rc_blog.svg +0 -5
  2954. package/icons/icon-rc_cloud_contact.svg +0 -5
  2955. package/icons/icon-rc_contact.svg +0 -5
  2956. package/icons/icon-rc_help.svg +0 -5
  2957. package/icons/icon-rcv_mic-off.svg +0 -6
  2958. package/icons/icon-rcv_videocam-off.svg +0 -6
  2959. package/icons/icon-read.svg +0 -5
  2960. package/icons/icon-record.svg +0 -5
  2961. package/icons/icon-refresh.svg +0 -5
  2962. package/icons/icon-remove.svg +0 -5
  2963. package/icons/icon-remove_border.svg +0 -5
  2964. package/icons/icon-remove_field.svg +0 -5
  2965. package/icons/icon-repeat.svg +0 -5
  2966. package/icons/icon-reply.svg +0 -5
  2967. package/icons/icon-resend-fax.svg +0 -5
  2968. package/icons/icon-reset-zoom.svg +0 -5
  2969. package/icons/icon-rich_text_editor.svg +0 -5
  2970. package/icons/icon-roll-ap.svg +0 -5
  2971. package/icons/icon-save-draft.svg +0 -5
  2972. package/icons/icon-schedule.svg +0 -13
  2973. package/icons/icon-schedule_meeting.svg +0 -5
  2974. package/icons/icon-screenshare.svg +0 -5
  2975. package/icons/icon-screenshare_border.svg +0 -5
  2976. package/icons/icon-search.svg +0 -5
  2977. package/icons/icon-search_nav.svg +0 -5
  2978. package/icons/icon-selects.svg +0 -5
  2979. package/icons/icon-send.svg +0 -5
  2980. package/icons/icon-send_filled.svg +0 -5
  2981. package/icons/icon-settings.svg +0 -5
  2982. package/icons/icon-settings_border.svg +0 -5
  2983. package/icons/icon-share.svg +0 -5
  2984. package/icons/icon-sharepoint.svg +0 -5
  2985. package/icons/icon-shortcut.svg +0 -5
  2986. package/icons/icon-shortcut_border.svg +0 -5
  2987. package/icons/icon-signal-0.svg +0 -5
  2988. package/icons/icon-signal-1.svg +0 -5
  2989. package/icons/icon-signal-2.svg +0 -5
  2990. package/icons/icon-signal-3.svg +0 -7
  2991. package/icons/icon-sms-default.svg +0 -5
  2992. package/icons/icon-sms.svg +0 -5
  2993. package/icons/icon-sms_border.svg +0 -5
  2994. package/icons/icon-sms_invite_border.svg +0 -5
  2995. package/icons/icon-sort.svg +0 -6
  2996. package/icons/icon-speaker-down.svg +0 -5
  2997. package/icons/icon-speaker-mute.svg +0 -5
  2998. package/icons/icon-speaker-up.svg +0 -5
  2999. package/icons/icon-star.svg +0 -5
  3000. package/icons/icon-star_border.svg +0 -5
  3001. package/icons/icon-start.svg +0 -7
  3002. package/icons/icon-start_meeting.svg +0 -5
  3003. package/icons/icon-stop-record.svg +0 -5
  3004. package/icons/icon-stop.svg +0 -5
  3005. package/icons/icon-stop_border.svg +0 -5
  3006. package/icons/icon-stop_circle.svg +0 -5
  3007. package/icons/icon-stop_circle_border.svg +0 -5
  3008. package/icons/icon-strike.svg +0 -5
  3009. package/icons/icon-take_over.svg +0 -5
  3010. package/icons/icon-task-new.svg +0 -5
  3011. package/icons/icon-task-new_border.svg +0 -5
  3012. package/icons/icon-team-default.svg +0 -5
  3013. package/icons/icon-team.svg +0 -5
  3014. package/icons/icon-team_border.svg +0 -5
  3015. package/icons/icon-text.svg +0 -5
  3016. package/icons/icon-theme.svg +0 -5
  3017. package/icons/icon-thumbup.svg +0 -5
  3018. package/icons/icon-thumbup_border.svg +0 -5
  3019. package/icons/icon-time.svg +0 -5
  3020. package/icons/icon-time_border.svg +0 -5
  3021. package/icons/icon-transcription.svg +0 -5
  3022. package/icons/icon-transfer-call.svg +0 -5
  3023. package/icons/icon-transfer_call_border.svg +0 -5
  3024. package/icons/icon-unblocked.svg +0 -5
  3025. package/icons/icon-underline.svg +0 -5
  3026. package/icons/icon-undock.svg +0 -5
  3027. package/icons/icon-undock_border.svg +0 -5
  3028. package/icons/icon-unfold_less.svg +0 -5
  3029. package/icons/icon-unfold_more.svg +0 -5
  3030. package/icons/icon-unlock.svg +0 -5
  3031. package/icons/icon-unpin-slash.svg +0 -5
  3032. package/icons/icon-unpin.svg +0 -5
  3033. package/icons/icon-unread.svg +0 -5
  3034. package/icons/icon-unselect.svg +0 -5
  3035. package/icons/icon-user-default.svg +0 -5
  3036. package/icons/icon-video_and_message.svg +0 -5
  3037. package/icons/icon-video_meeting.svg +0 -5
  3038. package/icons/icon-videocam-off.svg +0 -5
  3039. package/icons/icon-videocam-off_border.svg +0 -5
  3040. package/icons/icon-videocam.svg +0 -5
  3041. package/icons/icon-videocam_border.svg +0 -5
  3042. package/icons/icon-view-log_border.svg +0 -5
  3043. package/icons/icon-view.svg +0 -5
  3044. package/icons/icon-view_border.svg +0 -5
  3045. package/icons/icon-voicemail.svg +0 -5
  3046. package/icons/icon-warning.svg +0 -5
  3047. package/icons/icon-watch-video.svg +0 -5
  3048. package/icons/icon-weak-connection.svg +0 -6
  3049. package/icons/icon-webinar.svg +0 -5
  3050. package/icons/icon-webinar_border.svg +0 -5
  3051. package/icons/icon-webpage.svg +0 -5
  3052. package/icons/icon-whisper.svg +0 -5
  3053. package/icons/icon-work.svg +0 -5
  3054. package/icons/icon-workspace.svg +0 -5
  3055. package/icons/icon-workspace_border.svg +0 -5
  3056. package/icons/icon-zip-D.svg +0 -7
  3057. package/icons/icon-zip.svg +0 -7
  3058. package/icons/icon-zoom-in.svg +0 -5
  3059. package/icons/icon-zoom-out.svg +0 -5
  3060. package/scss/_rcDark.scss +0 -198
  3061. package/scss/_rcHighContrast.scss +0 -198
  3062. package/scss/_theming.scss +0 -241
  3063. package/scss/themes/_breakpoints.scss +0 -10
  3064. package/scss/themes/_index.scss +0 -10
  3065. package/scss/themes/_opacity.scss +0 -15
  3066. package/scss/themes/_palette.dark.scss +0 -196
  3067. package/scss/themes/_palette.light.scss +0 -196
  3068. package/scss/themes/_radius.scss +0 -10
  3069. package/scss/themes/_shadows.scss +0 -1
  3070. package/scss/themes/_shape.scss +0 -3
  3071. package/scss/themes/_size.scss +0 -4
  3072. package/scss/themes/_transition.scss +0 -17
  3073. package/scss/themes/_typography.scss +0 -86
  3074. package/scss/themes/_zIndex.scss +0 -9
  3075. package/scss/utils/_add-spacing.scss +0 -32
  3076. package/scss/utils/_add-style.scss +0 -11
  3077. package/scss/utils/_box-shadow.scss +0 -3
  3078. package/scss/utils/_index.scss +0 -4
  3079. package/scss/utils/_map-deep.scss +0 -96
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Onedrive: 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 Onedrive;
package/icon/Onedrive.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 Onedrive = 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: "M27.933 18.397c1.492.535 2.193 1.659 2.065 3.311-.083 1.081-.586 1.944-1.386 2.372l-.375.201-8.349.016c-6.415.013-8.454-.01-8.806-.098-1.695-.424-2.64-1.774-2.643-3.777-.001-.64.045-.947.205-1.359.391-1.009 1.427-1.771 2.789-2.051.678-.14.887-.289.887-.636 0-.109.081-.433.179-.72.448-1.304 1.278-2.392 2.164-2.837.928-.465 1.396-.57 2.519-.565 1.594.008 2.389.355 3.501 1.525l.611.644.548-.19c2.652-.92 5.296.645 5.509 3.261l.058.715.522.188zM7.729 22.665c.099.194.154.379.123.411-.081.081-2.67.053-3.028-.032-.99-.236-2.038-1.111-2.53-2.113C2.015 20.363 2 20.28 2 19.275c0-.956.024-1.11.246-1.584.468-1 1.365-1.723 2.491-2.007.237-.06.46-.156.496-.213s.074-.367.087-.689c.079-2.001 1.39-3.765 3.22-4.332.989-.305 2.232-.23 3.307.2.341.137.303.167 1.024-.781.427-.56 1.289-1.258 1.995-1.613.761-.383 1.553-.559 2.5-.557 2.648.007 4.929 1.665 5.772 4.197.27.808.256 1.035-.062 1.042-.139.003-.536.08-.883.17l-.631.165-.576-.577c-1.624-1.626-4.274-1.978-6.527-.866a5.417 5.417 0 00-2.169 1.914c-.39.592-.886 1.699-.886 1.973 0 .194-.157.292-.83.513-2.082.683-3.297 2.262-3.296 4.283 0 .736.19 1.636.452 2.151z" }))); }));
7
- Onedrive.displayName = 'Onedrive';
8
- Onedrive['iconName'] = 'onedrive';
9
- exports.default = Onedrive;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const OpenFolder: 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 OpenFolder;
@@ -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 OpenFolder = 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: "M29.004 19.489c.489 0 .896.352.98.817l.016.179v5.976a.996.996 0 01-1.976.179l-.016-.179-.002-3.239-5.381 5.382a.996.996 0 01-1.524-1.271l.115-.138 5.715-5.717-3.904.002a.996.996 0 01-.98-.817l-.016-.179c0-.489.352-.896.817-.98l.179-.016h5.976zM11.783 2.999a1.99 1.99 0 011.453.63l1.915 2.044a1 1 0 00.61.308l.117.007h12.019c1.1 0 1.992.892 1.992 1.992l.001 9.671a8.002 8.002 0 00-1.992-1.632l-.001-3.059H3.992v10.957c0 .55.446.996.996.996h11.208c.182.707.459 1.376.816 1.993l-13.019-.001c-1.1 0-1.992-.892-1.992-1.992V4.992c0-1.1.892-1.992 1.992-1.992h7.79zm-.864 1.992H4.988a.996.996 0 00-.996.996v4.98h23.905V8.975a.996.996 0 00-.996-.996l-11.374-.021a2.989 2.989 0 01-1.829-.924L12.373 5.62a1.992 1.992 0 00-1.453-.63z" }))); }));
7
- OpenFolder.displayName = 'OpenFolder';
8
- OpenFolder['iconName'] = 'open-folder';
9
- exports.default = OpenFolder;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const OuboundCallOnBehalf: 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 OuboundCallOnBehalf;
@@ -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 OuboundCallOnBehalf = 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: "M12 17c1.439 0 2.822.226 4.092.64a3.383 3.383 0 00-.114.775l-.001.175-.105.058c-.338.195-.64.447-.893.744A11.371 11.371 0 0012 19c-4.878 0-8.85 3.019-8.996 6.786L3 26l13.564.001a3.444 3.444 0 001.308 1.35l.106.058.001.175c.004.14.017.278.038.416H3.001a2 2 0 01-2-2c0-5.096 5.019-9 11-9zm17.979-2A1.02 1.02 0 0131 16.021v8.165a1.02 1.02 0 11-2.042 0l.001-5.7-7.217 7.216a1.02 1.02 0 11-1.443-1.443l7.217-7.216-5.701-.001a1.02 1.02 0 110-2.042h8.165zM12 3a6 6 0 110 12 6 6 0 010-12zm0 2a4 4 0 100 8 4 4 0 000-8z" }))); }));
7
- OuboundCallOnBehalf.displayName = 'OuboundCallOnBehalf';
8
- OuboundCallOnBehalf['iconName'] = 'oubound_call_on_behalf';
9
- exports.default = OuboundCallOnBehalf;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const OutboundFax: 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 OutboundFax;
@@ -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 OutboundFax = 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: "M23 4a1 1 0 010 2h-2v13h-7a2.001 2.001 0 00-1.995 1.851L12 21v7H5a2 2 0 01-2-2V6H1a1 1 0 010-2h22zm-2.272 17l-.025.058a3.003 3.003 0 01-.582.82l-5.536 5.536a2.022 2.022 0 01-.415.319l-.17.086V22a1 1 0 01.883-.993L15 21h5.728zm4.479-10.293l4.586 4.586a1 1 0 010 1.414l-4.586 4.586a1 1 0 01-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 011.414-1.414zM15.167 14H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1zm0-5H8.834c-.46 0-.833.448-.833 1 0 .513.322.935.736.993l.097.007h6.333c.46 0 .833-.448.833-1s-.373-1-.833-1z" }))); }));
7
- OutboundFax.displayName = 'OutboundFax';
8
- OutboundFax['iconName'] = 'outbound-fax';
9
- exports.default = OutboundFax;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const OutboundFaxBorder: 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 OutboundFaxBorder;
@@ -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 OutboundFaxBorder = 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: "M23 4a1 1 0 010 2h-2v13.757c0 .796-.316 1.559-.879 2.121l-5.536 5.536a2 2 0 01-1.238.578l-.176.008H4.999a2 2 0 01-2-2V6h-2a1 1 0 010-2h22zm-4 2H5v19a1 1 0 001 1h6v-5a2 2 0 012-2h5V6zm-.83 15H15a1 1 0 00-1 1v3.17L18.17 21zm7.037-10.293l4.586 4.586a1 1 0 010 1.414l-4.586 4.586a1 1 0 01-1.414-1.414L27.5 16l-3.707-3.879a1 1 0 011.414-1.414zM15.167 14c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333zm0-5c.46 0 .833.448.833 1s-.373 1-.833 1H8.834c-.46 0-.833-.448-.833-1s.373-1 .833-1h6.333z" }))); }));
7
- OutboundFaxBorder.displayName = 'OutboundFaxBorder';
8
- OutboundFaxBorder['iconName'] = 'outbound-fax_border';
9
- exports.default = OutboundFaxBorder;
package/icon/Outcall.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Outcall: 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 Outcall;
package/icon/Outcall.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 Outcall = 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.308zM29 2a1 1 0 011 1v8a1 1 0 01-2 0l.001-5.585-7.072 7.07a.999.999 0 11-1.414-1.414l7.072-7.07L21.001 4a1 1 0 010-2h8z" }))); }));
7
- Outcall.displayName = 'Outcall';
8
- Outcall['iconName'] = 'outcall';
9
- exports.default = Outcall;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const OutcallBorder: 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 OutcallBorder;
@@ -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 OutcallBorder = 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-.142zM29 2a1 1 0 011 1v8a1 1 0 01-2 0l.001-5.585-7.072 7.07a.999.999 0 11-1.414-1.414l7.072-7.07L21.001 4a1 1 0 010-2h8z" }))); }));
7
- OutcallBorder.displayName = 'OutcallBorder';
8
- OutcallBorder['iconName'] = 'outcall_border';
9
- exports.default = OutcallBorder;
package/icon/Outdent.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Outdent: 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 Outdent;
package/icon/Outdent.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 Outdent = 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: "M27 24a1 1 0 010 2H5a1 1 0 010-2h22zM8.402 12.201c.776-.449 1.535-.132 1.594.805l.004.138v5.748l-.01.206c-.101.872-.907 1.135-1.65.684l-.111-.073-3.737-2.684-.152-.131c-.474-.485-.445-1.297.048-1.762l.105-.088 3.737-2.73.174-.114zM27 15a1 1 0 010 2H13a1 1 0 010-2h14zm0-9a1 1 0 010 2H5a1 1 0 010-2h22z" }))); }));
7
- Outdent.displayName = 'Outdent';
8
- Outdent['iconName'] = 'outdent';
9
- exports.default = Outdent;
package/icon/Paging.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const Paging: 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 Paging;
package/icon/Paging.js DELETED
@@ -1,10 +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 Paging = react_1.memo(react_1.forwardRef(function (props, svgRef) { return (react_1.default.createElement("svg", tslib_1.__assign({ viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ref: svgRef }, props),
6
- react_1.default.createElement("path", { fill: "var(--color2, #066fac)", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0s16 7.163 16 16z" }),
7
- react_1.default.createElement("path", { fill: "var(--color3, #fff)", d: "M22 11a2 2 0 012 2v7a2 2 0 01-2 2H10a2 2 0 01-2-2v-7a2 2 0 012-2h12zm-10 8a1 1 0 100 2 1 1 0 000-2zm4 0a1 1 0 100 2 1 1 0 000-2zm4 0a1 1 0 100 2 1 1 0 000-2zm-3.5-4h-5a.5.5 0 000 1h5a.5.5 0 000-1zm2-2h-7a.5.5 0 000 1h7a.5.5 0 000-1z" }))); }));
8
- Paging.displayName = 'Paging';
9
- Paging['iconName'] = 'Paging';
10
- exports.default = Paging;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const ParkCall: 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 ParkCall;
package/icon/ParkCall.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 ParkCall = 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: "M19.837 3.75c4.69 0 7.803 2.902 7.803 7.298 0 4.216-2.865 7.052-7.271 7.269l-.303.011-.245.003h-8.829l.001 8.259c0 .476-.232.864-.621 1.049l-.135.054-.133.035-.13.018-.111.005c-.566 0-.986-.356-1.09-.906l-.019-.141-.005-.114V4.911c0-.582.334-1.024.866-1.135l.137-.021.111-.005h9.974zm-.208 2.132h-8.637v10.315l8.64.001c3.585 0 5.75-1.949 5.75-5.15 0-3.061-1.944-4.971-5.228-5.152l-.293-.011-.233-.003z" }))); }));
7
- ParkCall.displayName = 'ParkCall';
8
- ParkCall['iconName'] = 'park-call';
9
- exports.default = ParkCall;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const ParkCallMessage: 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 ParkCallMessage;
@@ -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 ParkCallMessage = 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: "M22 8a2 2 0 012 2v14a2 2 0 01-2 2h-4.586a.997.997 0 00-.707.293l-3.141 3.141a.8.8 0 01-1.131 0l-3.141-3.141A1 1 0 008.587 26H4.001a2 2 0 01-2-2V10a2 2 0 012-2h18zm-1 2H5a1 1 0 00-1 1v12a1 1 0 001 1h4a2 2 0 011.414.586L13 27.172l2.586-2.586A2 2 0 0117 24h4a1 1 0 001-1V11a1 1 0 00-1-1zm-6.656 2.382c1.74 0 2.98 1.306 2.98 3.117 0 1.75-1.162 3.034-2.806 3.123l-.185.005-2.632-.001.001 1.965c0 .505-.295.898-.746 1l-.116.019-.122.007c-.54 0-.925-.376-.977-.902l-.006-.124v-7.184c0-.547.346-.963.861-1.019l.122-.007h3.625zM28 2a2 2 0 012 2v12a2 2 0 01-2 2h-3v-2h2a1 1 0 001-1V5a1 1 0 00-1-1H11a1 1 0 00-1 1v1H8V4a2 2 0 012-2h18zM14.091 14.287l-2.39-.001v2.437h2.39c.826 0 1.239-.411 1.239-1.224 0-.757-.359-1.16-1.088-1.208l-.151-.005z" }))); }));
7
- ParkCallMessage.displayName = 'ParkCallMessage';
8
- ParkCallMessage['iconName'] = 'park-call-message';
9
- exports.default = ParkCallMessage;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const ParkCallText: 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 ParkCallText;
@@ -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 ParkCallText = 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 3c1.944 0 3.762.304 5.454.912 1.711.627 3.199 1.48 4.463 2.559s2.256 2.353 2.975 3.824C29.631 11.766 30 13.354 30 15.06s-.369 3.304-1.108 4.794c-.739 1.49-1.74 2.794-3.004 3.912s-2.751 2-4.462 2.647c-1.692.627-3.5.941-5.425.941-.369 0-.739-.01-1.108-.029s-.739-.059-1.108-.118l-.467-.088-.058.059c-.719.627-1.556 1.137-2.508 1.529s-2.012.608-3.179.647H5.59c-.35 0-.617-.162-.802-.485s-.18-.642.015-.956l.817-1.324c.292-.51.525-.946.7-1.309s.311-.681.408-.956l.029-.029-.292-.235c-.681-.569-1.293-1.186-1.837-1.853s-1.006-1.368-1.385-2.103c-.379-.735-.676-1.505-.89-2.309s-.331-1.608-.35-2.412v-.324c0-1.706.369-3.294 1.108-4.765.719-1.451 1.711-2.721 2.975-3.809s2.751-1.936 4.463-2.544C12.241 3.314 14.059 3 16.003 3zm0 1.882c-1.692 0-3.276.265-4.754.794s-2.761 1.25-3.85 2.162a10.343 10.343 0 00-2.596 3.25 8.707 8.707 0 00-.933 3.971c0 .765.097 1.52.292 2.265.214.765.51 1.495.89 2.191s.851 1.348 1.415 1.956a13.026 13.026 0 001.896 1.676c.136.098.243.23.321.397s.097.338.058.515c-.058.373-.185.789-.379 1.25S7.893 26.333 7.543 27l-.263.471h.292c.953-.039 1.818-.226 2.596-.559s1.458-.765 2.042-1.294l.175-.176c.117-.098.248-.172.394-.221s.287-.054.423-.015c.506.098.987.167 1.444.206s.909.059 1.356.059c1.672 0 3.247-.274 4.725-.824s2.766-1.294 3.865-2.235a10.26 10.26 0 002.581-3.324c.642-1.255.962-2.598.962-4.029s-.311-2.765-.933-4c-.622-1.235-1.483-2.309-2.581-3.221s-2.387-1.632-3.865-2.162c-1.478-.529-3.063-.794-4.754-.794zm.989 5.618c2.052 0 3.511 1.537 3.511 3.678 0 2.076-1.377 3.591-3.328 3.687l-.197.005h-3.303v2.493c0 .57-.332 1.007-.84 1.113l-.12.019-.126.006c-.602 0-1.027-.418-1.081-1.009l-.006-.129V11.64c0-.614.385-1.073.96-1.132l.126-.006h4.402zm-.307 2.098h-3.009v3.173h3.009c1.062 0 1.612-.547 1.612-1.593 0-.982-.486-1.518-1.439-1.575l-.173-.005z" }))); }));
7
- ParkCallText.displayName = 'ParkCallText';
8
- ParkCallText['iconName'] = 'park-call-text';
9
- exports.default = ParkCallText;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const PartnerCloudContact: 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 PartnerCloudContact;