@100mslive/react-icons 0.9.3 → 0.9.4-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/GalleryIcon.d.ts +4 -0
  2. package/dist/GalleryIcon.js +2 -0
  3. package/dist/GalleryIcon.js.map +1 -0
  4. package/dist/SidebarIcon.d.ts +4 -0
  5. package/dist/SidebarIcon.js +2 -0
  6. package/dist/SidebarIcon.js.map +1 -0
  7. package/dist/index.cjs.js +1 -1
  8. package/dist/index.cjs.js.map +1 -1
  9. package/dist/index.d.ts +2 -7
  10. package/dist/index.js +1 -1
  11. package/package.json +2 -2
  12. package/src/GalleryIcon.tsx +14 -0
  13. package/src/SidebarIcon.tsx +14 -0
  14. package/src/index.ts +2 -7
  15. package/dist/AllAppsIcon.d.ts +0 -4
  16. package/dist/AllAppsIcon.js +0 -2
  17. package/dist/AllAppsIcon.js.map +0 -1
  18. package/dist/CloseIcon.d.ts +0 -4
  19. package/dist/CloseIcon.js +0 -2
  20. package/dist/CloseIcon.js.map +0 -1
  21. package/dist/DragHandleIcon.d.ts +0 -4
  22. package/dist/DragHandleIcon.js +0 -2
  23. package/dist/DragHandleIcon.js.map +0 -1
  24. package/dist/EllipsisIcon.d.ts +0 -4
  25. package/dist/EllipsisIcon.js +0 -2
  26. package/dist/EllipsisIcon.js.map +0 -1
  27. package/dist/GridIcon.d.ts +0 -4
  28. package/dist/GridIcon.js +0 -2
  29. package/dist/GridIcon.js.map +0 -1
  30. package/dist/MicIcon.d.ts +0 -4
  31. package/dist/MicIcon.js +0 -2
  32. package/dist/MicIcon.js.map +0 -1
  33. package/dist/RadioIcon.d.ts +0 -4
  34. package/dist/RadioIcon.js +0 -2
  35. package/dist/RadioIcon.js.map +0 -1
  36. package/dist/WiredMic.d.ts +0 -4
  37. package/src/AllAppsIcon.tsx +0 -13
  38. package/src/CloseIcon.tsx +0 -13
  39. package/src/DragHandleIcon.tsx +0 -13
  40. package/src/EllipsisIcon.tsx +0 -11
  41. package/src/GridIcon.tsx +0 -13
  42. package/src/MicIcon.tsx +0 -17
  43. package/src/RadioIcon.tsx +0 -13
  44. package/src/WiredMic.tsx +0 -15
package/src/index.ts CHANGED
@@ -8,7 +8,6 @@ export { default as AlertOctagonIcon } from './AlertOctagonIcon';
8
8
  export { default as AlertRoundIcon } from './AlertRoundIcon';
9
9
  export { default as AlertTriangleIcon } from './AlertTriangleIcon';
10
10
  export { default as AlertTriangleSolidIcon } from './AlertTriangleSolidIcon';
11
- export { default as AllAppsIcon } from './AllAppsIcon';
12
11
  export { default as AlternativeHeadphonesIcon } from './AlternativeHeadphonesIcon';
13
12
  export { default as AndroidIcon } from './AndroidIcon';
14
13
  export { default as AnnouncementIcon } from './AnnouncementIcon';
@@ -59,7 +58,6 @@ export { default as ChevronRightIcon } from './ChevronRightIcon';
59
58
  export { default as ChevronUpIcon } from './ChevronUpIcon';
60
59
  export { default as ClipIcon } from './ClipIcon';
61
60
  export { default as ClockIcon } from './ClockIcon';
62
- export { default as CloseIcon } from './CloseIcon';
63
61
  export { default as ClosedCaptionIcon } from './ClosedCaptionIcon';
64
62
  export { default as CloudUploadIcon } from './CloudUploadIcon';
65
63
  export { default as CodeIcon } from './CodeIcon';
@@ -78,9 +76,7 @@ export { default as DiscordIcon } from './DiscordIcon';
78
76
  export { default as DividerIcon } from './DividerIcon';
79
77
  export { default as DoorIcon } from './DoorIcon';
80
78
  export { default as DownloadIcon } from './DownloadIcon';
81
- export { default as DragHandleIcon } from './DragHandleIcon';
82
79
  export { default as EditIcon } from './EditIcon';
83
- export { default as EllipsisIcon } from './EllipsisIcon';
84
80
  export { default as EmojiIcon } from './EmojiIcon';
85
81
  export { default as EndStreamIcon } from './EndStreamIcon';
86
82
  export { default as ExitIcon } from './ExitIcon';
@@ -103,6 +99,7 @@ export { default as FolderIcon } from './FolderIcon';
103
99
  export { default as FolderOpenIcon } from './FolderOpenIcon';
104
100
  export { default as ForwardIcon } from './ForwardIcon';
105
101
  export { default as ForwardSolidIcon } from './ForwardSolidIcon';
102
+ export { default as GalleryIcon } from './GalleryIcon';
106
103
  export { default as GameIcon } from './GameIcon';
107
104
  export { default as GiftIcon } from './GiftIcon';
108
105
  export { default as GitForkIcon } from './GitForkIcon';
@@ -113,7 +110,6 @@ export { default as GoLiveIcon } from './GoLiveIcon';
113
110
  export { default as GoogleIcon } from './GoogleIcon';
114
111
  export { default as GraduationIcon } from './GraduationIcon';
115
112
  export { default as GridFourIcon } from './GridFourIcon';
116
- export { default as GridIcon } from './GridIcon';
117
113
  export { default as GridSixIcon } from './GridSixIcon';
118
114
  export { default as GroupIcon } from './GroupIcon';
119
115
  export { default as GuageIcon } from './GuageIcon';
@@ -149,7 +145,6 @@ export { default as ListReportIcon } from './ListReportIcon';
149
145
  export { default as MailIcon } from './MailIcon';
150
146
  export { default as MapPinIcon } from './MapPinIcon';
151
147
  export { default as MaximizeIcon } from './MaximizeIcon';
152
- export { default as MicIcon } from './MicIcon';
153
148
  export { default as MicOffIcon } from './MicOffIcon';
154
149
  export { default as MicOnIcon } from './MicOnIcon';
155
150
  export { default as MinimizeIcon } from './MinimizeIcon';
@@ -199,7 +194,6 @@ export { default as QuestionIcon } from './QuestionIcon';
199
194
  export { default as QuestionMarkIcon } from './QuestionMarkIcon';
200
195
  export { default as QuizActiveIcon } from './QuizActiveIcon';
201
196
  export { default as QuizIcon } from './QuizIcon';
202
- export { default as RadioIcon } from './RadioIcon';
203
197
  export { default as ReactIcon } from './ReactIcon';
204
198
  export { default as RecordIcon } from './RecordIcon';
205
199
  export { default as RecordOffIcon } from './RecordOffIcon';
@@ -223,6 +217,7 @@ export { default as ShieldAlertIcon } from './ShieldAlertIcon';
223
217
  export { default as ShieldIcon } from './ShieldIcon';
224
218
  export { default as ShrinkIcon } from './ShrinkIcon';
225
219
  export { default as ShuffleIcon } from './ShuffleIcon';
220
+ export { default as SidebarIcon } from './SidebarIcon';
226
221
  export { default as SlackIcon } from './SlackIcon';
227
222
  export { default as SolidCheckCircleIcon } from './SolidCheckCircleIcon';
228
223
  export { default as SolidPinIcon } from './SolidPinIcon';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgAllAppsIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgAllAppsIcon;
@@ -1,2 +0,0 @@
1
- import*as e from"react";var a=a=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 6.556a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm5.445 0a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm7-1.556a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111ZM5 12a1.556 1.556 0 1 1 3.111 0A1.556 1.556 0 0 1 5 12Zm7-1.556a1.556 1.556 0 1 0 0 3.112 1.556 1.556 0 0 0 0-3.112ZM15.89 12A1.556 1.556 0 1 1 19 12a1.556 1.556 0 0 1-3.111 0Zm-9.333 3.889a1.556 1.556 0 1 0 0 3.11 1.556 1.556 0 0 0 0-3.11Zm3.889 1.555a1.556 1.556 0 1 1 3.11 0 1.556 1.556 0 0 1-3.11 0Zm7-1.555a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111Z",fill:"currentColor"}));export{a as default};
2
- //# sourceMappingURL=AllAppsIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AllAppsIcon.js","sources":["../src/AllAppsIcon.tsx"],"sourcesContent":[null],"names":["AllAppsIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVwBC,GACtBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,siBACFJ,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgCloseIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgCloseIcon;
package/dist/CloseIcon.js DELETED
@@ -1,2 +0,0 @@
1
- import*as e from"react";var l=l=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 6.707a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293Z",fill:"currentColor"}));export{l as default};
2
- //# sourceMappingURL=CloseIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CloseIcon.js","sources":["../src/CloseIcon.tsx"],"sourcesContent":[null],"names":["CloseIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,kMACFJ,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgDragHandleIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgDragHandleIcon;
@@ -1,2 +0,0 @@
1
- import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 6c0-.552.398-1 .889-1H19.11c.491 0 .889.448.889 1s-.398 1-.889 1H4.89C4.398 7 4 6.552 4 6Zm0 6c0-.552.398-1 .889-1H19.11c.491 0 .889.448.889 1s-.398 1-.889 1H4.89C4.398 13 4 12.552 4 12Zm.889 5C4.398 17 4 17.448 4 18s.398 1 .889 1H19.11c.491 0 .889-.448.889-1s-.398-1-.889-1H4.89Z",fill:"currentColor"}));export{t as default};
2
- //# sourceMappingURL=DragHandleIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DragHandleIcon.js","sources":["../src/DragHandleIcon.tsx"],"sourcesContent":[null],"names":["DragHandleIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAV2BC,GACzBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,8RACFJ,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgEllipsisIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgEllipsisIcon;
@@ -1,2 +0,0 @@
1
- import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M7.003 12c0-1.123-.881-2-2.006-2A1.997 1.997 0 0 0 3 12c0 1.094.89 2 1.997 2a2.017 2.017 0 0 0 2.006-2Zm6.975 0c0-1.123-.872-2-1.978-2a2 2 0 0 0 0 4c1.088 0 1.978-.906 1.978-2ZM21 12c0-1.123-.881-2-1.997-2a1.999 1.999 0 0 0-2.006 2c0 1.094.89 2 2.006 2A2.015 2.015 0 0 0 21 12Z",fill:"currentColor"}));export{t as default};
2
- //# sourceMappingURL=EllipsisIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EllipsisIcon.js","sources":["../src/EllipsisIcon.tsx"],"sourcesContent":[null],"names":["EllipsisIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d"],"mappings":"wBAUA,IAAAA,EARyBC,GACvBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EACEC,cAAA,OAAA,CAAAQ,EAAE,wRACFF,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgGridIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgGridIcon;
package/dist/GridIcon.js DELETED
@@ -1,2 +0,0 @@
1
- import*as e from"react";var a=a=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none"},a),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 6.556a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm5.445 0a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm7-1.556a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111ZM5 12a1.556 1.556 0 1 1 3.111 0A1.556 1.556 0 0 1 5 12Zm7-1.556a1.556 1.556 0 1 0 0 3.112 1.556 1.556 0 0 0 0-3.112ZM15.89 12A1.556 1.556 0 1 1 19 12a1.556 1.556 0 0 1-3.111 0Zm-9.333 3.889a1.556 1.556 0 1 0 0 3.11 1.556 1.556 0 0 0 0-3.11Zm3.889 1.555a1.556 1.556 0 1 1 3.11 0 1.556 1.556 0 0 1-3.11 0Zm7-1.555a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111Z",fill:"currentColor"}));export{a as default};
2
- //# sourceMappingURL=GridIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GridIcon.js","sources":["../src/GridIcon.tsx"],"sourcesContent":[null],"names":["GridIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVqBC,GACnBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,QAAWT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,siBACFH,KAAK"}
package/dist/MicIcon.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgMicIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgMicIcon;
package/dist/MicIcon.js DELETED
@@ -1,2 +0,0 @@
1
- import*as l from"react";var e=e=>l.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),l.createElement("path",{d:"M12.976 11.141a1.033 1.033 0 0 0-1.45.002l-.003.002a1.032 1.032 0 1 0 1.459.002l-.002-.002-.004-.004Z",fill:"currentColor"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.706 3.17a4.687 4.687 0 0 1 5.596 7.072l.308.307a.75.75 0 0 1-1.06 1.061l-.308-.308a4.69 4.69 0 0 1-2.509.88l-7.78 6.455a1.875 1.875 0 0 1-2.447-.082l-2.413 2.413a.75.75 0 0 1-1.06-1.06l2.41-2.412a1.875 1.875 0 0 1-.08-2.447l.006-.008 6.45-7.774a4.689 4.689 0 0 1 .879-2.509l-.308-.307a.75.75 0 1 1 1.06-1.061l.309.308c.293-.212.611-.39.947-.529Zm-2.564 6.056-5.614 6.767a.375.375 0 0 0 .029.497l.956.953a.375.375 0 0 0 .497.029l6.764-5.614a4.69 4.69 0 0 1-2.632-2.632Zm7.303-.506c-.063.153-.138.3-.224.44L14.84 4.78a3.185 3.185 0 0 1 3.914.467 3.187 3.187 0 0 1 .69 3.474Zm-5.89-2.44c.063-.153.138-.3.224-.44l4.381 4.38a3.18 3.18 0 0 1-2.88.225 3.188 3.188 0 0 1-1.725-4.165Z",fill:"currentColor"}));export{e as default};
2
- //# sourceMappingURL=MicIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MicIcon.js","sources":["../src/MicIcon.tsx"],"sourcesContent":[null],"names":["MicIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d","fillRule","clipRule"],"mappings":"wBAgBA,IAAAA,EAdoBC,GAClBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,EAAE,wGACFF,KAAK,iBAEPP,EAAAC,cAAA,OAAA,CACES,SAAS,UACTC,SAAS,UACTF,EAAE,0qBACFF,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgRadioIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgRadioIcon;
package/dist/RadioIcon.js DELETED
@@ -1,2 +0,0 @@
1
- import*as e from"react";var a=a=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},a),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.793 6.397A.818.818 0 1 0 5.636 5.24a9.002 9.002 0 0 0 0 12.728.818.818 0 1 0 1.157-1.157 7.365 7.365 0 0 1 0-10.414ZM18.364 5.24a.818.818 0 0 0-1.157 1.157 7.365 7.365 0 0 1 0 10.414.818.818 0 0 0 1.157 1.157 9.001 9.001 0 0 0 0-12.728ZM9.11 8.705a.818.818 0 1 0-1.157-1.158 5.728 5.728 0 0 0 0 8.106.818.818 0 1 0 1.157-1.158 4.092 4.092 0 0 1 0-5.79Zm6.94-1.15a.818.818 0 0 0-1.158 1.158 4.09 4.09 0 0 1 0 5.79.818.818 0 0 0 1.157 1.158 5.729 5.729 0 0 0 0-8.106Zm-4.867 4.049a.818.818 0 1 1 1.636 0 .818.818 0 0 1-1.636 0ZM12 9.149a2.455 2.455 0 1 0 0 4.91 2.455 2.455 0 0 0 0-4.91Z",fill:"currentColor"}));export{a as default};
2
- //# sourceMappingURL=RadioIcon.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadioIcon.js","sources":["../src/RadioIcon.tsx"],"sourcesContent":[null],"names":["RadioIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","fillRule","clipRule","d"],"mappings":"wBAYA,IAAAA,EAVsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,+kBACFJ,KAAK"}
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- declare const SvgWiredMic: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
- export default SvgWiredMic;
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgAllAppsIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5 6.556a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm5.445 0a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm7-1.556a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111ZM5 12a1.556 1.556 0 1 1 3.111 0A1.556 1.556 0 0 1 5 12Zm7-1.556a1.556 1.556 0 1 0 0 3.112 1.556 1.556 0 0 0 0-3.112ZM15.89 12A1.556 1.556 0 1 1 19 12a1.556 1.556 0 0 1-3.111 0Zm-9.333 3.889a1.556 1.556 0 1 0 0 3.11 1.556 1.556 0 0 0 0-3.11Zm3.889 1.555a1.556 1.556 0 1 1 3.11 0 1.556 1.556 0 0 1-3.11 0Zm7-1.555a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111Z"
9
- fill="currentColor"
10
- />
11
- </svg>
12
- );
13
- export default SvgAllAppsIcon;
package/src/CloseIcon.tsx DELETED
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgCloseIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M18.707 6.707a1 1 0 0 0-1.414-1.414L12 10.586 6.707 5.293a1 1 0 0 0-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 1 0 1.414 1.414L12 13.414l5.293 5.293a1 1 0 0 0 1.414-1.414L13.414 12l5.293-5.293Z"
9
- fill="currentColor"
10
- />
11
- </svg>
12
- );
13
- export default SvgCloseIcon;
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgDragHandleIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M4 6c0-.552.398-1 .889-1H19.11c.491 0 .889.448.889 1s-.398 1-.889 1H4.89C4.398 7 4 6.552 4 6Zm0 6c0-.552.398-1 .889-1H19.11c.491 0 .889.448.889 1s-.398 1-.889 1H4.89C4.398 13 4 12.552 4 12Zm.889 5C4.398 17 4 17.448 4 18s.398 1 .889 1H19.11c.491 0 .889-.448.889-1s-.398-1-.889-1H4.89Z"
9
- fill="currentColor"
10
- />
11
- </svg>
12
- );
13
- export default SvgDragHandleIcon;
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgEllipsisIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- d="M7.003 12c0-1.123-.881-2-2.006-2A1.997 1.997 0 0 0 3 12c0 1.094.89 2 1.997 2a2.017 2.017 0 0 0 2.006-2Zm6.975 0c0-1.123-.872-2-1.978-2a2 2 0 0 0 0 4c1.088 0 1.978-.906 1.978-2ZM21 12c0-1.123-.881-2-1.997-2a1.999 1.999 0 0 0-2.006 2c0 1.094.89 2 2.006 2A2.015 2.015 0 0 0 21 12Z"
7
- fill="currentColor"
8
- />
9
- </svg>
10
- );
11
- export default SvgEllipsisIcon;
package/src/GridIcon.tsx DELETED
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgGridIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="none" {...props}>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M5 6.556a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm5.445 0a1.556 1.556 0 1 1 3.111 0 1.556 1.556 0 0 1-3.111 0Zm7-1.556a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111ZM5 12a1.556 1.556 0 1 1 3.111 0A1.556 1.556 0 0 1 5 12Zm7-1.556a1.556 1.556 0 1 0 0 3.112 1.556 1.556 0 0 0 0-3.112ZM15.89 12A1.556 1.556 0 1 1 19 12a1.556 1.556 0 0 1-3.111 0Zm-9.333 3.889a1.556 1.556 0 1 0 0 3.11 1.556 1.556 0 0 0 0-3.11Zm3.889 1.555a1.556 1.556 0 1 1 3.11 0 1.556 1.556 0 0 1-3.11 0Zm7-1.555a1.556 1.556 0 1 0 0 3.111 1.556 1.556 0 0 0 0-3.111Z"
9
- fill="currentColor"
10
- />
11
- </svg>
12
- );
13
- export default SvgGridIcon;
package/src/MicIcon.tsx DELETED
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgMicIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- d="M12.976 11.141a1.033 1.033 0 0 0-1.45.002l-.003.002a1.032 1.032 0 1 0 1.459.002l-.002-.002-.004-.004Z"
7
- fill="currentColor"
8
- />
9
- <path
10
- fillRule="evenodd"
11
- clipRule="evenodd"
12
- d="M14.706 3.17a4.687 4.687 0 0 1 5.596 7.072l.308.307a.75.75 0 0 1-1.06 1.061l-.308-.308a4.69 4.69 0 0 1-2.509.88l-7.78 6.455a1.875 1.875 0 0 1-2.447-.082l-2.413 2.413a.75.75 0 0 1-1.06-1.06l2.41-2.412a1.875 1.875 0 0 1-.08-2.447l.006-.008 6.45-7.774a4.689 4.689 0 0 1 .879-2.509l-.308-.307a.75.75 0 1 1 1.06-1.061l.309.308c.293-.212.611-.39.947-.529Zm-2.564 6.056-5.614 6.767a.375.375 0 0 0 .029.497l.956.953a.375.375 0 0 0 .497.029l6.764-5.614a4.69 4.69 0 0 1-2.632-2.632Zm7.303-.506c-.063.153-.138.3-.224.44L14.84 4.78a3.185 3.185 0 0 1 3.914.467 3.187 3.187 0 0 1 .69 3.474Zm-5.89-2.44c.063-.153.138-.3.224-.44l4.381 4.38a3.18 3.18 0 0 1-2.88.225 3.188 3.188 0 0 1-1.725-4.165Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- );
17
- export default SvgMicIcon;
package/src/RadioIcon.tsx DELETED
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
- const SvgRadioIcon = (props: SVGProps<SVGSVGElement>) => (
4
- <svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
5
- <path
6
- fillRule="evenodd"
7
- clipRule="evenodd"
8
- d="M6.793 6.397A.818.818 0 1 0 5.636 5.24a9.002 9.002 0 0 0 0 12.728.818.818 0 1 0 1.157-1.157 7.365 7.365 0 0 1 0-10.414ZM18.364 5.24a.818.818 0 0 0-1.157 1.157 7.365 7.365 0 0 1 0 10.414.818.818 0 0 0 1.157 1.157 9.001 9.001 0 0 0 0-12.728ZM9.11 8.705a.818.818 0 1 0-1.157-1.158 5.728 5.728 0 0 0 0 8.106.818.818 0 1 0 1.157-1.158 4.092 4.092 0 0 1 0-5.79Zm6.94-1.15a.818.818 0 0 0-1.158 1.158 4.09 4.09 0 0 1 0 5.79.818.818 0 0 0 1.157 1.158 5.729 5.729 0 0 0 0-8.106Zm-4.867 4.049a.818.818 0 1 1 1.636 0 .818.818 0 0 1-1.636 0ZM12 9.149a2.455 2.455 0 1 0 0 4.91 2.455 2.455 0 0 0 0-4.91Z"
9
- fill="currentColor"
10
- />
11
- </svg>
12
- );
13
- export default SvgRadioIcon;
package/src/WiredMic.tsx DELETED
@@ -1,15 +0,0 @@
1
- import * as React from 'react';
2
- import { SVGProps } from 'react';
3
-
4
- const SvgWiredMic = (props: SVGProps<SVGSVGElement>) => (
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.706 3.17a4.687 4.687 0 0 1 5.596 7.072l.308.307a.75.75 0 0 1-1.06 1.061l-.308-.308a4.69 4.69 0 0 1-2.509.88l-7.78 6.455a1.875 1.875 0 0 1-2.447-.082l-2.413 2.413a.75.75 0 0 1-1.06-1.06l2.41-2.412a1.875 1.875 0 0 1-.08-2.447l.006-.008 6.45-7.774a4.689 4.689 0 0 1 .879-2.509l-.308-.307a.75.75 0 1 1 1.06-1.061l.309.308c.293-.212.611-.39.947-.529Zm-2.564 6.056-5.614 6.767a.375.375 0 0 0 .029.497l.956.953a.375.375 0 0 0 .497.029l6.764-5.614a4.69 4.69 0 0 1-2.632-2.632Zm7.303-.506c-.063.153-.138.3-.224.44L14.84 4.78a3.185 3.185 0 0 1 3.914.467 3.187 3.187 0 0 1 .69 3.474Zm-5.89-2.44c.063-.153.138-.3.224-.44l4.381 4.38a3.18 3.18 0 0 1-2.88.225 3.188 3.188 0 0 1-1.725-4.165Zm-.58 4.861a1.033 1.033 0 0 0-1.45.002l-.002.002a1.032 1.032 0 1 0 1.459.002l-.002-.002-.004-.004Z"
10
- fill="currentColor"
11
- />
12
- </svg>
13
- );
14
-
15
- export default SvgWiredMic;