@100mslive/react-icons 0.0.17 → 0.0.18-alpha.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 (89) hide show
  1. package/dist/AddIcon.d.ts +3 -0
  2. package/dist/AddIcon.js +2 -0
  3. package/dist/AddIcon.js.map +1 -0
  4. package/dist/ExternalLinkIcon.d.ts +3 -0
  5. package/dist/ExternalLinkIcon.js +2 -0
  6. package/dist/ExternalLinkIcon.js.map +1 -0
  7. package/dist/EyeCloseIcon.d.ts +3 -0
  8. package/dist/EyeCloseIcon.js +2 -0
  9. package/dist/EyeCloseIcon.js.map +1 -0
  10. package/dist/EyeOpenIcon.d.ts +3 -0
  11. package/dist/EyeOpenIcon.js +2 -0
  12. package/dist/EyeOpenIcon.js.map +1 -0
  13. package/dist/index.cjs.js +1 -1
  14. package/dist/index.cjs.js.map +1 -1
  15. package/dist/index.d.ts +4 -0
  16. package/dist/index.js +1 -1
  17. package/package.json +4 -3
  18. package/src/AddIcon.tsx +14 -0
  19. package/src/ArrowRightIcon.tsx +14 -0
  20. package/src/AudioLevelIcon.tsx +14 -0
  21. package/src/AudioPlayerIcon.tsx +22 -0
  22. package/src/BrbIcon.tsx +16 -0
  23. package/src/ChatIcon.tsx +16 -0
  24. package/src/ChatUnreadIcon.tsx +17 -0
  25. package/src/CheckIcon.tsx +14 -0
  26. package/src/ChevronDownIcon.tsx +14 -0
  27. package/src/ChevronLeftIcon.tsx +14 -0
  28. package/src/ChevronRightIcon.tsx +14 -0
  29. package/src/ChevronUpIcon.tsx +14 -0
  30. package/src/ClosedCaptionIcon.tsx +15 -0
  31. package/src/CodeIcon.tsx +14 -0
  32. package/src/ComputerIcon.tsx +16 -0
  33. package/src/ConnectivityIcon.tsx +16 -0
  34. package/src/CopyIcon.tsx +16 -0
  35. package/src/CrossIcon.tsx +14 -0
  36. package/src/DownloadIcon.tsx +16 -0
  37. package/src/EditIcon.tsx +16 -0
  38. package/src/ExitIcon.tsx +16 -0
  39. package/src/ExpandIcon.tsx +14 -0
  40. package/src/ExternalLinkIcon.tsx +16 -0
  41. package/src/EyeCloseIcon.tsx +16 -0
  42. package/src/EyeOpenIcon.tsx +16 -0
  43. package/src/GlobeIcon.tsx +16 -0
  44. package/src/GridIcon.tsx +16 -0
  45. package/src/HamburgerMenuIcon.tsx +14 -0
  46. package/src/HandIcon.tsx +25 -0
  47. package/src/HandRaiseFilledIcon.tsx +20 -0
  48. package/src/HandRaiseIcon.tsx +20 -0
  49. package/src/HandRaiseSlashed.tsx +20 -0
  50. package/src/HangUpIcon.tsx +16 -0
  51. package/src/Headphones.tsx +16 -0
  52. package/src/HorizontalMenuIcon.tsx +14 -0
  53. package/src/InfoIcon.tsx +14 -0
  54. package/src/InviteIcon.tsx +16 -0
  55. package/src/InviteStageIcon.tsx +31 -0
  56. package/src/MicOffIcon.tsx +16 -0
  57. package/src/MicOnIcon.tsx +16 -0
  58. package/src/MusicIcon.tsx +24 -0
  59. package/src/NextIcon.tsx +14 -0
  60. package/src/OpenBook.tsx +16 -0
  61. package/src/PauseIcon.tsx +14 -0
  62. package/src/PencilDrawIcon.tsx +16 -0
  63. package/src/PeopleIcon.tsx +16 -0
  64. package/src/PersonIcon.tsx +16 -0
  65. package/src/PipIcon.tsx +18 -0
  66. package/src/PlayIcon.tsx +14 -0
  67. package/src/PlaylistIcon.tsx +14 -0
  68. package/src/PoorConnectivityIcon.tsx +16 -0
  69. package/src/PrevIcon.tsx +14 -0
  70. package/src/RecordIcon.tsx +14 -0
  71. package/src/RemoveUserIcon.tsx +17 -0
  72. package/src/SendIcon.tsx +16 -0
  73. package/src/SettingIcon.tsx +16 -0
  74. package/src/ShareScreenIcon.tsx +16 -0
  75. package/src/ShrinkIcon.tsx +14 -0
  76. package/src/SpeakerIcon.tsx +16 -0
  77. package/src/SpotlightIcon.tsx +16 -0
  78. package/src/SquareMenuIcon.tsx +16 -0
  79. package/src/SunWithFace.tsx +22 -0
  80. package/src/TextboxIcon.tsx +16 -0
  81. package/src/UploadIcon.tsx +24 -0
  82. package/src/VideoConferencing.tsx +16 -0
  83. package/src/VideoOffIcon.tsx +24 -0
  84. package/src/VideoOnIcon.tsx +16 -0
  85. package/src/VideoPlayerIcon.tsx +22 -0
  86. package/src/VirtualBackgroundIcon.tsx +16 -0
  87. package/src/WiredMic.tsx +16 -0
  88. package/src/Wrench.tsx +16 -0
  89. package/src/index.tsx +71 -0
package/src/Wrench.tsx ADDED
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+
3
+ function SvgWrench(props: React.SVGProps<SVGSVGElement>) {
4
+ return (
5
+ <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
6
+ <path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M14.469 2.862a5.96 5.96 0 013.623.68.75.75 0 01.171 1.188l-2.7 2.7a.374.374 0 000 .53l.6.6a.375.375 0 00.53 0l2.663-2.659a.75.75 0 011.2.195 5.962 5.962 0 01-7.399 8.262l-6.27 6.27a1.91 1.91 0 01-2.699 0l-.817-.818a1.907 1.907 0 010-2.698l6.275-6.271a5.96 5.96 0 014.823-7.979zm1.935 1.606a4.46 4.46 0 00-5.194 6.224.75.75 0 01-.147.854l-6.632 6.627a.407.407 0 000 .576l.819.82a.407.407 0 00.576 0l6.627-6.628a.75.75 0 01.853-.147 4.46 4.46 0 006.276-4.998l-1.828 1.826a1.876 1.876 0 01-2.651 0l-.6-.6a1.876 1.876 0 010-2.653l1.901-1.9z"
10
+ fill="#000"
11
+ />
12
+ </svg>
13
+ );
14
+ }
15
+
16
+ export default SvgWrench;
package/src/index.tsx ADDED
@@ -0,0 +1,71 @@
1
+ export { default as AddIcon } from './AddIcon';
2
+ export { default as ArrowRightIcon } from './ArrowRightIcon';
3
+ export { default as AudioLevelIcon } from './AudioLevelIcon';
4
+ export { default as AudioPlayerIcon } from './AudioPlayerIcon';
5
+ export { default as BrbIcon } from './BrbIcon';
6
+ export { default as ChatIcon } from './ChatIcon';
7
+ export { default as ChatUnreadIcon } from './ChatUnreadIcon';
8
+ export { default as CheckIcon } from './CheckIcon';
9
+ export { default as ChevronDownIcon } from './ChevronDownIcon';
10
+ export { default as ChevronLeftIcon } from './ChevronLeftIcon';
11
+ export { default as ChevronRightIcon } from './ChevronRightIcon';
12
+ export { default as ChevronUpIcon } from './ChevronUpIcon';
13
+ export { default as ClosedCaptionIcon } from './ClosedCaptionIcon';
14
+ export { default as CodeIcon } from './CodeIcon';
15
+ export { default as ComputerIcon } from './ComputerIcon';
16
+ export { default as ConnectivityIcon } from './ConnectivityIcon';
17
+ export { default as CopyIcon } from './CopyIcon';
18
+ export { default as CrossIcon } from './CrossIcon';
19
+ export { default as DownloadIcon } from './DownloadIcon';
20
+ export { default as EditIcon } from './EditIcon';
21
+ export { default as ExitIcon } from './ExitIcon';
22
+ export { default as ExpandIcon } from './ExpandIcon';
23
+ export { default as ExternalLinkIcon } from './ExternalLinkIcon';
24
+ export { default as EyeCloseIcon } from './EyeCloseIcon';
25
+ export { default as EyeOpenIcon } from './EyeOpenIcon';
26
+ export { default as GlobeIcon } from './GlobeIcon';
27
+ export { default as GridIcon } from './GridIcon';
28
+ export { default as HamburgerMenuIcon } from './HamburgerMenuIcon';
29
+ export { default as HandIcon } from './HandIcon';
30
+ export { default as HandRaiseFilledIcon } from './HandRaiseFilledIcon';
31
+ export { default as HandRaiseIcon } from './HandRaiseIcon';
32
+ export { default as HandRaiseSlashed } from './HandRaiseSlashed';
33
+ export { default as HangUpIcon } from './HangUpIcon';
34
+ export { default as Headphones } from './Headphones';
35
+ export { default as HorizontalMenuIcon } from './HorizontalMenuIcon';
36
+ export { default as InfoIcon } from './InfoIcon';
37
+ export { default as InviteIcon } from './InviteIcon';
38
+ export { default as InviteStageIcon } from './InviteStageIcon';
39
+ export { default as MicOffIcon } from './MicOffIcon';
40
+ export { default as MicOnIcon } from './MicOnIcon';
41
+ export { default as MusicIcon } from './MusicIcon';
42
+ export { default as NextIcon } from './NextIcon';
43
+ export { default as OpenBook } from './OpenBook';
44
+ export { default as PipIcon } from './PipIcon';
45
+ export { default as PauseIcon } from './PauseIcon';
46
+ export { default as PencilDrawIcon } from './PencilDrawIcon';
47
+ export { default as PeopleIcon } from './PeopleIcon';
48
+ export { default as PersonIcon } from './PersonIcon';
49
+ export { default as PlayIcon } from './PlayIcon';
50
+ export { default as PlaylistIcon } from './PlaylistIcon';
51
+ export { default as PoorConnectivityIcon } from './PoorConnectivityIcon';
52
+ export { default as PrevIcon } from './PrevIcon';
53
+ export { default as RecordIcon } from './RecordIcon';
54
+ export { default as RemoveUserIcon } from './RemoveUserIcon';
55
+ export { default as SendIcon } from './SendIcon';
56
+ export { default as SettingIcon } from './SettingIcon';
57
+ export { default as ShareScreenIcon } from './ShareScreenIcon';
58
+ export { default as ShrinkIcon } from './ShrinkIcon';
59
+ export { default as SpeakerIcon } from './SpeakerIcon';
60
+ export { default as SpotlightIcon } from './SpotlightIcon';
61
+ export { default as SquareMenuIcon } from './SquareMenuIcon';
62
+ export { default as SunWithFace } from './SunWithFace';
63
+ export { default as TextboxIcon } from './TextboxIcon';
64
+ export { default as UploadIcon } from './UploadIcon';
65
+ export { default as VideoConferencing } from './VideoConferencing';
66
+ export { default as VideoOffIcon } from './VideoOffIcon';
67
+ export { default as VideoOnIcon } from './VideoOnIcon';
68
+ export { default as VideoPlayerIcon } from './VideoPlayerIcon';
69
+ export { default as VirtualBackgroundIcon } from './VirtualBackgroundIcon';
70
+ export { default as WiredMic } from './WiredMic';
71
+ export { default as Wrench } from './Wrench';