@xipkg/icons 0.3.0 → 0.4.3

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 (58) hide show
  1. package/config.ts +48 -6
  2. package/index.ts +96 -12
  3. package/package.json +7 -5
  4. package/src/ArrowBottom.tsx +11 -0
  5. package/src/ArrowLeft.tsx +11 -0
  6. package/src/ArrowRight.tsx +11 -0
  7. package/src/ArrowUp.tsx +11 -0
  8. package/src/Brush.tsx +11 -0
  9. package/src/{AddCategory.tsx → CategoryAdd.tsx} +1 -1
  10. package/src/{AddChannel.tsx → ChannelAdd.tsx} +1 -1
  11. package/src/ChevronBottom.tsx +11 -0
  12. package/src/ChevronLeft.tsx +11 -0
  13. package/src/{Arrow.tsx → ChevronRight.tsx} +1 -3
  14. package/src/ChevronSmallBottom.tsx +11 -0
  15. package/src/ChevronSmallLeft.tsx +11 -0
  16. package/src/ChevronSmallRight.tsx +11 -0
  17. package/src/ChevronSmallTop.tsx +11 -0
  18. package/src/ChevronUp.tsx +11 -0
  19. package/src/Collapse.tsx +11 -0
  20. package/src/ColorPicker.tsx +11 -0
  21. package/src/{Minus.tsx → Divider.tsx} +1 -1
  22. package/src/Edit.tsx +11 -0
  23. package/src/File.tsx +1 -1
  24. package/src/FileSmall.tsx +11 -0
  25. package/src/Filter.tsx +11 -0
  26. package/src/Key.tsx +11 -0
  27. package/src/Laptop.tsx +11 -0
  28. package/src/Link.tsx +1 -1
  29. package/src/Locked.tsx +11 -0
  30. package/src/LongAnswer.tsx +11 -0
  31. package/src/Mail.tsx +11 -0
  32. package/src/Minimize.tsx +11 -0
  33. package/src/Moon.tsx +11 -0
  34. package/src/MoreVert.tsx +11 -0
  35. package/src/{Palette.tsx → Pallet.tsx} +1 -1
  36. package/src/{Invite.tsx → PeopleInvite.tsx} +2 -4
  37. package/src/Presentation.tsx +11 -0
  38. package/src/PushPin.tsx +11 -0
  39. package/src/Reply.tsx +11 -0
  40. package/src/Section.tsx +11 -0
  41. package/src/Shape.tsx +1 -1
  42. package/src/SimpleAnswer.tsx +11 -0
  43. package/src/Sort.tsx +11 -0
  44. package/src/SoundOn.tsx +11 -0
  45. package/src/Soundoff.tsx +11 -0
  46. package/src/Speaker.tsx +11 -0
  47. package/src/Sun.tsx +11 -0
  48. package/src/TaskFile.tsx +11 -0
  49. package/src/Telegram.tsx +11 -0
  50. package/src/Unlocked.tsx +11 -0
  51. package/src/Upload.tsx +11 -0
  52. package/src/VariantSelect.tsx +11 -0
  53. package/src/Video.tsx +11 -0
  54. package/src/Window.tsx +11 -0
  55. package/tsconfig.json +114 -2
  56. package/.turbo/turbo-build.log +0 -14
  57. package/dist/index.d.ts +0 -147
  58. package/dist/index.js +0 -1134
package/config.ts CHANGED
@@ -2,23 +2,39 @@ export const icons = [
2
2
  'Account',
3
3
  'Activity',
4
4
  'Add',
5
- 'AddCategory',
6
- 'AddChannel',
7
5
  'Announce',
8
- 'Arrow',
6
+ 'ArrowBottom',
7
+ 'ArrowLeft',
8
+ 'ArrowRight',
9
+ 'ArrowUp',
9
10
  'Bold',
11
+ 'Brush',
10
12
  'Burger',
11
13
  'Calendar',
12
14
  'Camera',
15
+ 'CategoryAdd',
16
+ 'ChannelAdd',
13
17
  'Chat',
14
18
  'Check',
19
+ 'ChevronRight',
20
+ 'ChevronBottom',
21
+ 'ChevronLeft',
22
+ 'ChevronUp',
23
+ 'ChevronSmallRight',
24
+ 'ChevronSmallBottom',
25
+ 'ChevronSmallLeft',
26
+ 'ChevronSmallTop',
15
27
  'Cite',
16
28
  'Clip',
17
29
  'Clock',
18
30
  'Close',
19
31
  'Code',
32
+ 'Collapse',
33
+ 'ColorPicker',
20
34
  'Copy',
35
+ 'Divider',
21
36
  'Download',
37
+ 'Edit',
22
38
  'Emotions',
23
39
  'Endcall',
24
40
  'Exit',
@@ -26,6 +42,8 @@ export const icons = [
26
42
  'Eyeoff',
27
43
  'Eyeon',
28
44
  'File',
45
+ 'FileSmall',
46
+ 'Filter',
29
47
  'Flag',
30
48
  'Folder',
31
49
  'Food',
@@ -36,12 +54,18 @@ export const icons = [
36
54
  'Hand',
37
55
  'Heart',
38
56
  'Home',
39
- 'Invite',
40
57
  'Italic',
58
+ 'Key',
59
+ 'Laptop',
41
60
  'Link',
61
+ 'Locked',
62
+ 'LongAnswer',
63
+ 'Mail',
42
64
  'Maximize',
43
65
  'Microphone',
44
- 'Minus',
66
+ 'Minimize',
67
+ 'Moon',
68
+ 'MoreVert',
45
69
  'Movie',
46
70
  'Music',
47
71
  'Move',
@@ -49,21 +73,39 @@ export const icons = [
49
73
  'Notification',
50
74
  'Objects',
51
75
  'Ol',
52
- 'Palette',
76
+ 'Pallet',
77
+ 'PeopleInvite',
53
78
  'Photo',
54
79
  'Picture',
55
80
  'Places',
56
81
  'Play',
82
+ 'Presentation',
83
+ 'PushPin',
84
+ 'Reply',
57
85
  'Screenshare',
58
86
  'Search',
87
+ 'Section',
59
88
  'Send',
60
89
  'Settings',
90
+ 'SimpleAnswer',
91
+ 'Sort',
92
+ 'Soundoff',
93
+ 'SoundOn',
94
+ 'Speaker',
61
95
  'Stroke',
96
+ 'Sun',
62
97
  'Task',
98
+ 'TaskFile',
99
+ 'Telegram',
63
100
  'Text',
64
101
  'Trash',
65
102
  'Ul',
66
103
  'Underline',
104
+ 'Unlocked',
67
105
  'Updates',
106
+ 'Upload',
68
107
  'Users',
108
+ 'VariantSelect',
109
+ 'Video',
110
+ 'Window',
69
111
  ];
package/index.ts CHANGED
@@ -1,23 +1,39 @@
1
1
  import { Account } from './src/Account';
2
2
  import { Activity } from './src/Activity';
3
3
  import { Add } from './src/Add';
4
- import { AddCategory } from './src/AddCategory';
5
- import { AddChannel } from './src/AddChannel';
6
4
  import { Announce } from './src/Announce';
7
- import { Arrow } from './src/Arrow';
5
+ import { ArrowBottom } from './src/ArrowBottom';
6
+ import { ArrowLeft } from './src/ArrowLeft';
7
+ import { ArrowRight } from './src/ArrowRight';
8
+ import { ArrowUp } from './src/ArrowUp';
8
9
  import { Bold } from './src/Bold';
10
+ import { Brush } from './src/Brush';
9
11
  import { Burger } from './src/Burger';
10
12
  import { Calendar } from './src/Calendar';
11
13
  import { Camera } from './src/Camera';
14
+ import { CategoryAdd } from './src/CategoryAdd';
15
+ import { ChannelAdd } from './src/ChannelAdd';
12
16
  import { Chat } from './src/Chat';
13
17
  import { Check } from './src/Check';
18
+ import { ChevronBottom } from './src/ChevronBottom';
19
+ import { ChevronLeft } from './src/ChevronLeft';
20
+ import { ChevronRight } from './src/ChevronRight';
21
+ import { ChevronUp } from './src/ChevronUp';
22
+ import { ChevronSmallBottom } from './src/ChevronSmallBottom';
23
+ import { ChevronSmallLeft } from './src/ChevronSmallLeft';
24
+ import { ChevronSmallRight } from './src/ChevronSmallRight';
25
+ import { ChevronSmallTop } from './src/ChevronSmallTop';
14
26
  import { Cite } from './src/Cite';
15
27
  import { Clip } from './src/Clip';
16
28
  import { Clock } from './src/Clock';
17
29
  import { Close } from './src/Close';
18
30
  import { Code } from './src/Code';
31
+ import { Collapse } from './src/Collapse';
32
+ import { ColorPicker } from './src/ColorPicker';
19
33
  import { Copy } from './src/Copy';
34
+ import { Divider } from './src/Divider';
20
35
  import { Download } from './src/Download';
36
+ import { Edit } from './src/Edit';
21
37
  import { Emotions } from './src/Emotions';
22
38
  import { Endcall } from './src/Endcall';
23
39
  import { Exit } from './src/Exit';
@@ -25,6 +41,8 @@ import { External } from './src/External';
25
41
  import { Eyeoff } from './src/Eyeoff';
26
42
  import { Eyeon } from './src/Eyeon';
27
43
  import { File } from './src/File';
44
+ import { FileSmall } from './src/FileSmall';
45
+ import { Filter } from './src/Filter';
28
46
  import { Flag } from './src/Flag';
29
47
  import { Folder } from './src/Folder';
30
48
  import { Food } from './src/Food';
@@ -35,12 +53,18 @@ import { H3 } from './src/H3';
35
53
  import { Hand } from './src/Hand';
36
54
  import { Heart } from './src/Heart';
37
55
  import { Home } from './src/Home';
38
- import { Invite } from './src/Invite';
39
56
  import { Italic } from './src/Italic';
57
+ import { Key } from './src/Key';
58
+ import { Laptop } from './src/Laptop';
40
59
  import { Link } from './src/Link';
60
+ import { Locked } from './src/Locked';
61
+ import { LongAnswer } from './src/LongAnswer';
62
+ import { Mail } from './src/Mail';
41
63
  import { Maximize } from './src/Maximize';
42
64
  import { Microphone } from './src/Microphone';
43
- import { Minus } from './src/Minus';
65
+ import { Minimize } from './src/Minimize';
66
+ import { Moon } from './src/Moon';
67
+ import { MoreVert } from './src/MoreVert';
44
68
  import { Move } from './src/Move';
45
69
  import { Movie } from './src/Movie';
46
70
  import { Music } from './src/Music';
@@ -48,47 +72,81 @@ import { Nature } from './src/Nature';
48
72
  import { Notification } from './src/Notification';
49
73
  import { Objects } from './src/Objects';
50
74
  import { Ol } from './src/Ol';
51
- import { Palette } from './src/Palette';
75
+ import { Pallet } from './src/Pallet';
76
+ import { PeopleInvite } from './src/PeopleInvite';
52
77
  import { Photo } from './src/Photo';
53
78
  import { Picture } from './src/Picture';
54
79
  import { Places } from './src/Places';
55
80
  import { Play } from './src/Play';
81
+ import { Presentation } from './src/Presentation';
82
+ import { PushPin } from './src/PushPin';
83
+ import { Reply } from './src/Reply';
56
84
  import { Screenshare } from './src/Screenshare';
57
85
  import { Search } from './src/Search';
86
+ import { Section } from './src/Section';
58
87
  import { Send } from './src/Send';
59
88
  import { Settings } from './src/Settings';
60
89
  import { Shape } from './src/Shape';
90
+ import { SimpleAnswer } from './src/SimpleAnswer';
91
+ import { Sort } from './src/Sort';
61
92
  import { Stroke } from './src/Stroke';
93
+ import { Soundoff } from './src/Soundoff';
94
+ import { SoundOn } from './src/SoundOn';
95
+ import { Speaker } from './src/Speaker';
96
+ import { Sun } from './src/Sun';
62
97
  import { Task } from './src/Task';
98
+ import { TaskFile } from './src/TaskFile';
99
+ import { Telegram } from './src/Telegram';
63
100
  import { Text } from './src/Text';
64
101
  import { Trash } from './src/Trash';
65
102
  import { Ul } from './src/Ul';
66
103
  import { Underline } from './src/Underline';
104
+ import { Unlocked } from './src/Unlocked';
105
+ import { Upload } from './src/Upload';
67
106
  import { Updates } from './src/Updates';
68
107
  import { Users } from './src/Users';
108
+ import { VariantSelect } from './src/VariantSelect';
109
+ import { Video } from './src/Video';
110
+ import { Window } from './src/Window';
69
111
  import { icons } from './config';
70
112
 
71
113
  export {
72
114
  Account,
73
115
  Activity,
74
116
  Add,
75
- AddCategory,
76
- AddChannel,
77
117
  Announce,
78
- Arrow,
118
+ ArrowBottom,
119
+ ArrowLeft,
120
+ ArrowRight,
121
+ ArrowUp,
79
122
  Bold,
123
+ Brush,
80
124
  Burger,
81
125
  Calendar,
82
126
  Camera,
127
+ CategoryAdd,
128
+ ChannelAdd,
83
129
  Chat,
84
130
  Check,
131
+ ChevronRight,
132
+ ChevronBottom,
133
+ ChevronLeft,
134
+ ChevronUp,
135
+ ChevronSmallBottom,
136
+ ChevronSmallLeft,
137
+ ChevronSmallRight,
138
+ ChevronSmallTop,
85
139
  Cite,
86
140
  Clip,
87
141
  Clock,
88
142
  Close,
89
143
  Code,
144
+ Collapse,
145
+ ColorPicker,
90
146
  Copy,
147
+ Divider,
91
148
  Download,
149
+ Edit,
92
150
  Emotions,
93
151
  Endcall,
94
152
  Exit,
@@ -96,6 +154,8 @@ export {
96
154
  Eyeoff,
97
155
  Eyeon,
98
156
  File,
157
+ FileSmall,
158
+ Filter,
99
159
  Flag,
100
160
  Folder,
101
161
  Food,
@@ -106,12 +166,18 @@ export {
106
166
  Hand,
107
167
  Heart,
108
168
  Home,
109
- Invite,
110
169
  Italic,
170
+ Key,
171
+ Laptop,
111
172
  Link,
173
+ Locked,
174
+ LongAnswer,
175
+ Mail,
112
176
  Maximize,
113
177
  Microphone,
114
- Minus,
178
+ Minimize,
179
+ Moon,
180
+ MoreVert,
115
181
  Move,
116
182
  Movie,
117
183
  Music,
@@ -119,24 +185,42 @@ export {
119
185
  Notification,
120
186
  Objects,
121
187
  Ol,
122
- Palette,
188
+ Pallet,
189
+ PeopleInvite,
123
190
  Photo,
124
191
  Picture,
125
192
  Places,
126
193
  Play,
194
+ Presentation,
195
+ PushPin,
196
+ Reply,
127
197
  Screenshare,
128
198
  Search,
199
+ Section,
129
200
  Send,
130
201
  Settings,
131
202
  Shape,
203
+ SimpleAnswer,
204
+ Sort,
205
+ Soundoff,
206
+ SoundOn,
207
+ Speaker,
208
+ Sun,
132
209
  Stroke,
133
210
  Task,
211
+ TaskFile,
212
+ Telegram,
134
213
  Text,
135
214
  Trash,
136
215
  Ul,
137
216
  Underline,
217
+ Unlocked,
218
+ Upload,
138
219
  Updates,
139
220
  Users,
221
+ VariantSelect,
222
+ Video,
223
+ Window,
140
224
  icons,
141
225
  };
142
226
 
package/package.json CHANGED
@@ -1,28 +1,30 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "0.3.0",
3
+ "version": "0.4.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "build": "tsup index.ts --format cjs --dts",
9
9
  "start": "npm run build -- --watch",
10
+ "dev": "npm run build -- --watch",
10
11
  "lint": "eslint \"**/*.ts*\""
11
12
  },
12
13
  "dependencies": {
14
+ "@emotion/cache": "^11.11.0",
13
15
  "@emotion/react": "^11.11.1",
14
16
  "@emotion/styled": "^11.11.0",
15
- "@mui/material": "^5.13.6",
17
+ "@mui/material": "^5.14.0",
16
18
  "react": "^18.2.0"
17
19
  },
18
20
  "devDependencies": {
19
21
  "@types/node": "^17.0.12",
20
22
  "@types/react": "^18.2.14",
21
23
  "@types/react-dom": "^18.2.6",
22
- "@xipkg/config.typescript": "^0.3.0",
23
- "@xipkg/eslint-config-custom": "^0.3.0",
24
+ "@xipkg/eslint": "^0.0.2",
25
+ "@xipkg/typescript": "^0.0.0",
24
26
  "eslint": "^7.32.0",
25
- "typescript": "^4.6.4"
27
+ "typescript": "^5.1.3"
26
28
  },
27
29
  "publishConfig": {
28
30
  "access": "public"
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ArrowBottom = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.619 4.056c-.241.075-.371.176-.491.38l-.108.184-.011 5.979-.01 5.978-2.73-2.724c-1.827-1.825-2.785-2.753-2.897-2.809-.352-.176-.733-.085-1.073.255-.34.34-.431.721-.255 1.073.057.113 1.215 1.303 3.574 3.668 1.92 1.925 3.53 3.558 3.578 3.629.124.182.533.371.804.371s.68-.189.804-.371c.048-.071 1.658-1.704 3.578-3.629 2.359-2.365 3.517-3.555 3.574-3.668.176-.352.085-.733-.255-1.073-.34-.34-.721-.431-1.073-.255-.112.056-1.07.985-2.898 2.809L13 16.579v-5.882c0-6.529.015-6.159-.261-6.436-.234-.234-.735-.326-1.12-.205"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ArrowLeft = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.62 4.046c-.099.051-1.491 1.41-3.66 3.572-1.925 1.92-3.558 3.53-3.629 3.578-.182.124-.371.533-.371.804s.189.68.371.804c.071.048 1.704 1.658 3.629 3.578 2.365 2.359 3.555 3.517 3.668 3.574.352.176.733.085 1.073-.255.34-.34.431-.721.255-1.073-.056-.112-.984-1.07-2.809-2.897l-2.724-2.73 5.981-.01 5.982-.011.195-.12c.247-.153.38-.397.408-.751.028-.344-.066-.664-.25-.847-.277-.277.095-.262-6.436-.262H7.421l2.726-2.73c1.824-1.828 2.753-2.786 2.809-2.898.176-.352.085-.733-.255-1.073-.34-.34-.734-.432-1.081-.253"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ArrowRight = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.626 4.045a1.68 1.68 0 0 0-.583.59.864.864 0 0 0 .001.737c.056.112.984 1.07 2.809 2.897l2.725 2.73-5.96.01-5.96.011-.199.102a.76.76 0 0 0-.319.297c-.112.181-.12.222-.12.578 0 .347.011.401.111.572a.862.862 0 0 0 .3.3l.189.111 5.979.011 5.978.01-2.724 2.73c-1.825 1.827-2.753 2.785-2.809 2.897-.176.352-.085.733.255 1.073.34.34.721.431 1.073.255.113-.057 1.303-1.215 3.668-3.574 1.925-1.92 3.557-3.529 3.628-3.577.177-.121.372-.542.372-.805s-.195-.684-.372-.805c-.071-.048-1.703-1.657-3.628-3.577-2.365-2.359-3.555-3.517-3.668-3.574a.884.884 0 0 0-.746.001"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ArrowUp = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.531 4.085c-.15.072-.283.17-.336.247-.048.071-1.657 1.703-3.577 3.628-2.359 2.365-3.517 3.555-3.574 3.668-.176.352-.085.733.255 1.073.34.34.721.431 1.073.255.112-.056 1.07-.984 2.897-2.809l2.73-2.724.01 5.978.011 5.979.111.189a.862.862 0 0 0 .3.3c.171.1.225.111.572.111.356 0 .397-.008.578-.12a.76.76 0 0 0 .297-.319l.102-.199.011-5.96.01-5.96 2.73 2.725c1.827 1.825 2.785 2.753 2.897 2.809.352.176.733.085 1.073-.255.34-.34.431-.721.255-1.073-.057-.113-1.215-1.303-3.574-3.668-1.92-1.925-3.529-3.557-3.577-3.628-.054-.079-.184-.173-.346-.25-.345-.163-.587-.162-.928.003"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
package/src/Brush.tsx ADDED
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const Brush = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M14.893 2.933 12.64 6.995l-2.02 3.645-.22-.03c-.381-.052-1.158-.028-1.511.046-.636.134-1.59.509-2.062.811-.795.509-1.283 1.263-1.585 2.446-.044.172-.153.734-.243 1.25a31.514 31.514 0 0 1-.266 1.377c-.26 1.101-.66 1.896-1.326 2.629-.297.328-.367.457-.395.73-.046.445.235.894.648 1.035.231.079.957.088 1.98.025 3.511-.215 6.025-1.035 7.453-2.432.544-.532.797-.95 1.068-1.762.275-.822.347-1.558.216-2.192-.034-.167-.048-.317-.03-.333.018-.016 1.658-1.247 3.643-2.735l3.611-2.706L21 8l-.601-.8-1.68 1.261-1.679 1.26-1.222-1.048c-.891-.764-1.215-1.064-1.197-1.11a347.73 347.73 0 0 1 2.184-3.948l.076-.125-.671-.371a349.31 349.31 0 0 1-.877-.487l-.207-.116-.233.417m-.425 7.217c.481.413.879.768.883.79.005.022-.499.422-1.121.888l-1.13.849-.428-.426-.428-.426.168-.305.668-1.211c.275-.499.503-.907.507-.908.004-.001.401.337.881.749m-4.337 2.466c.071.03.609.539 1.196 1.13 1.042 1.05 1.067 1.078 1.095 1.269.076.523-.192 1.456-.548 1.903-.313.394-1.065.88-1.814 1.175-.998.393-2.41.699-3.73.81L6 18.93l.136-.295c.345-.748.573-1.589.823-3.035.201-1.163.285-1.501.463-1.867.209-.429.422-.601 1.057-.851.777-.306 1.348-.398 1.652-.266"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -1,7 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
2
  import { IconProps } from '../types';
3
3
 
4
- export const AddCategory = ({ ...props }: IconProps) => (
4
+ export const CategoryAdd = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path d="M4.5 4.059c-.683.151-1.316.557-1.805 1.161a3.084 3.084 0 0 0-.615 1.201C2.002 6.725 2 6.871 2 12s.002 5.275.08 5.579c.282 1.102 1.238 2.059 2.339 2.341.309.079.435.08 7.581.08 7.146 0 7.272-.001 7.581-.08 1.098-.281 2.058-1.241 2.339-2.339.078-.305.08-.439.08-4.581s-.002-4.276-.08-4.581c-.263-1.026-1.098-1.917-2.143-2.287l-.317-.112-3.721-.011-3.722-.011-.998-.999L10.021 4l-2.641.003c-2.03.003-2.695.016-2.88.056M10.18 7l.999 1h3.961c2.604 0 4.011.015 4.109.042.211.059.469.268.61.496l.121.196v8.532l-.121.196c-.141.228-.399.437-.61.496-.1.028-2.491.041-7.289.041-6.824-.001-7.147-.004-7.3-.074a1.168 1.168 0 0 1-.531-.479l-.109-.186V6.734l.12-.193c.066-.106.185-.246.265-.31.284-.229.267-.227 2.615-.229L9.181 6l.999 1m1.072 2.078c-.247.151-.252.181-.252 1.62V12H9.69c-1.229 0-1.318.005-1.438.078-.222.136-.252.246-.252.93 0 .536.01.628.078.74.151.247.181.252 1.62.252H11v1.302c0 1.439.005 1.469.252 1.62.112.068.203.078.748.078.545 0 .636-.01.748-.078.247-.151.252-.181.252-1.62V14h1.31c1.229 0 1.318-.005 1.438-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922c-.12-.073-.209-.078-1.438-.078H13v-1.31c0-1.229-.005-1.318-.078-1.438-.136-.222-.246-.252-.93-.252-.536 0-.628.01-.74.078" />
7
7
  </SvgIcon>
@@ -1,7 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
2
  import { IconProps } from '../types';
3
3
 
4
- export const AddChannel = ({ ...props }: IconProps) => (
4
+ export const ChannelAdd = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path d="M11.12 2.039c-1.804.181-3.413.768-4.84 1.767-3.542 2.48-5.102 6.953-3.858 11.059a9.762 9.762 0 0 0 2.517 4.196 9.792 9.792 0 0 0 3.333 2.217c3.362 1.332 7.041.802 9.928-1.433.437-.338 1.307-1.208 1.645-1.645C21.255 16.379 22 14.234 22 12c0-4.568-3.158-8.613-7.57-9.697-.984-.241-2.402-.355-3.31-.264m1.62 2.002A7.98 7.98 0 0 1 19.182 8.5a7.965 7.965 0 0 1-1.417 9.03A7.977 7.977 0 0 1 12 19.999c-3.765 0-7.052-2.668-7.823-6.351a7.995 7.995 0 0 1 4.324-8.831 7.919 7.919 0 0 1 4.239-.776m-1.488 3.037c-.255.156-.252.131-.252 2.12V11H9.19c-1.725 0-1.816.004-1.938.078-.222.136-.252.246-.252.93 0 .536.01.628.078.74.156.255.131.252 2.12.252H11v1.802c0 1.989-.003 1.964.252 2.12.112.068.203.078.748.078.545 0 .636-.01.748-.078.255-.156.252-.131.252-2.12V13h1.81c1.725 0 1.816-.004 1.938-.078.222-.135.252-.247.252-.922s-.03-.787-.252-.922c-.122-.074-.213-.078-1.938-.078H13V9.19c0-1.725-.004-1.816-.078-1.938-.136-.222-.246-.252-.93-.252-.536 0-.628.01-.74.078" />
7
7
  </SvgIcon>
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronBottom = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M5.122 7.583c-.544.236-.775.85-.512 1.357.144.276 7.203 7.328 7.47 7.463a.995.995 0 0 0 .84 0c.128-.065 1.212-1.121 3.771-3.677 3.933-3.926 3.811-3.791 3.805-4.249a.996.996 0 0 0-.627-.896c-.207-.086-.57-.077-.789.022-.139.062-.908.808-3.38 3.279l-3.2 3.198-3.18-3.181c-2.443-2.444-3.226-3.204-3.378-3.28-.232-.116-.598-.132-.82-.036"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronLeft = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M15.64 4.068c-.156.053-.66.541-3.811 3.687-2.629 2.624-3.655 3.674-3.716 3.801a1.013 1.013 0 0 0-.053.77c.066.203.247.392 3.695 3.845 2.624 2.629 3.674 3.655 3.801 3.716a.986.986 0 0 0 1.144-.185c.279-.279.364-.655.235-1.045-.059-.18-.347-.479-3.289-3.427L10.421 12l3.225-3.23c2.942-2.948 3.23-3.247 3.289-3.427.128-.39.044-.766-.234-1.044a1.006 1.006 0 0 0-1.061-.231"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -1,7 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
2
  import { IconProps } from '../types';
3
3
 
4
- export const Arrow = ({ ...props }: IconProps) => (
4
+ export const ChevronRight = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path
7
7
  d="M8.487 3.56a2.155 2.155 0 0 0-.511.367c-.528.507-.669 1.049-.414 1.593.113.24.363.501 3.23 3.37L13.899 12l-3.107 3.11c-2.867 2.869-3.117 3.13-3.23 3.37-.247.527-.128 1.031.365 1.544.342.356.702.536 1.073.536.227 0 .312-.021.545-.139.254-.127.565-.428 4.023-3.89 3.472-3.475 3.757-3.77 3.87-4.011.17-.363.17-.677 0-1.04-.113-.241-.398-.536-3.87-4.011-3.458-3.462-3.769-3.763-4.023-3.89-.374-.189-.688-.194-1.058-.019"
@@ -9,5 +9,3 @@ export const Arrow = ({ ...props }: IconProps) => (
9
9
  />
10
10
  </SvgIcon>
11
11
  );
12
-
13
- export default Arrow;
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronSmallBottom = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M6.643 9.069C6.291 9.193 6 9.614 6 10c0 .08.029.234.065.343.059.179.304.437 2.67 2.808 1.724 1.728 2.659 2.637 2.765 2.688a.925.925 0 0 0 .725.062c.234-.066.244-.076 2.869-2.694 2.011-2.005 2.654-2.67 2.717-2.807.215-.472.01-1.036-.471-1.292-.211-.113-.656-.119-.86-.013-.077.04-1.125 1.056-2.33 2.258l-2.189 2.186-2.211-2.204c-1.998-1.993-2.229-2.211-2.407-2.27a1.032 1.032 0 0 0-.7.004"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronSmallLeft = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M14.64 6.068c-.155.053-.543.424-2.791 2.667-1.885 1.881-2.636 2.655-2.7 2.785-.12.245-.12.636 0 .86.05.094 1.178 1.25 2.718 2.786 2.823 2.814 2.724 2.728 3.133 2.728.701 0 1.199-.746.917-1.374-.061-.137-.598-.698-2.268-2.37l-2.188-2.189 2.204-2.211c1.993-1.998 2.211-2.229 2.27-2.407a1.004 1.004 0 0 0-1.295-1.275"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronSmallRight = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M9.617 6.177c-.346.15-.617.556-.616.923.001.398.007.404 2.35 2.75l2.188 2.189-2.204 2.211c-1.993 1.998-2.211 2.229-2.27 2.407-.129.39-.044.766.234 1.044s.654.363 1.044.234c.179-.059.437-.304 2.808-2.67 1.728-1.724 2.637-2.659 2.688-2.765a.925.925 0 0 0 .062-.725c-.067-.234-.075-.243-2.694-2.866-1.753-1.755-2.681-2.657-2.79-2.71-.192-.093-.61-.105-.8-.022"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronSmallTop = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.62 9.059c-.088.033-.168.06-.179.06-.01.001-1.195 1.176-2.633 2.611-1.537 1.535-2.647 2.674-2.694 2.765a1.056 1.056 0 0 0-.062.76.96.96 0 0 0 .478.568.998.998 0 0 0 .91.021c.123-.063.872-.783 2.35-2.257l2.17-2.165 2.21 2.206c2.207 2.203 2.21 2.206 2.45 2.275.856.246 1.56-.63 1.155-1.437-.105-.208-5.115-5.202-5.344-5.327-.244-.133-.582-.166-.811-.08"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ChevronUp = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M12.08 7.603c-.257.115-7.317 7.163-7.47 7.457-.33.637.147 1.426.87 1.436.451.006.359.087 3.84-3.395L12.5 9.92l3.2 3.196c2.284 2.282 3.251 3.222 3.38 3.286.391.196.948.06 1.204-.294.243-.335.28-.696.107-1.048-.052-.105-1.31-1.393-3.665-3.751-2.77-2.774-3.631-3.613-3.784-3.69a1.06 1.06 0 0 0-.862-.016"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const Collapse = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M11.338 3.816c-.68.13-1.237.37-1.737.749-.165.126-1.005.937-1.866 1.802C6.04 8.071 6.062 8.043 6.066 8.48a.977.977 0 0 0 .548.877c.237.115.647.114.878-.001.107-.054.745-.657 1.768-1.672 1.7-1.687 1.773-1.747 2.263-1.862.477-.113 1-.051 1.414.167.146.077.654.555 1.803 1.695 1.023 1.015 1.661 1.618 1.768 1.672.231.115.641.116.878.001a1.1 1.1 0 0 0 .485-.514c.092-.214.081-.591-.022-.805-.12-.247-3.242-3.355-3.609-3.593a3.901 3.901 0 0 0-2.12-.667 3.895 3.895 0 0 0-.782.038M6.654 14.618c-.207.09-.444.333-.521.535-.097.252-.089.588.02.812.118.244 3.242 3.353 3.607 3.59.389.252.811.442 1.238.556.332.089.463.103 1.002.103.539 0 .67-.014 1.002-.103a4.366 4.366 0 0 0 1.238-.556c.367-.238 3.489-3.346 3.609-3.593.236-.489-.011-1.136-.515-1.347-.205-.086-.626-.071-.826.029-.108.054-.733.646-1.748 1.655-.982.976-1.654 1.613-1.775 1.683a2.056 2.056 0 0 1-1.97 0c-.121-.07-.793-.707-1.775-1.683-1.015-1.009-1.64-1.601-1.748-1.655-.199-.099-.638-.113-.838-.026"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const ColorPicker = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M17.046 3.883a2.73 2.73 0 0 0-.46.164c-.266.12-.37.213-1.477 1.31l-1.191 1.181-.879-.879-.879-.879-.71.71-.709.71.699.7.699.7-3.825 3.83c-2.104 2.106-3.852 3.884-3.884 3.95a1.413 1.413 0 0 0-.086.233c-.046.191-.504 3.434-.504 3.567 0 .398.305.801.7.925l.229.072 1.777-.252c.977-.14 1.844-.272 1.925-.296.122-.035.853-.745 4.009-3.896 2.124-2.119 3.879-3.853 3.9-3.853.022 0 .35.31.73.69l.69.689.71-.709.71-.71-.879-.879-.879-.879 1.161-1.171c1.252-1.263 1.353-1.394 1.475-1.915.112-.474.066-.864-.159-1.336-.114-.241-.218-.364-.746-.881-.38-.373-.692-.643-.822-.712-.364-.194-.899-.268-1.325-.184m.054 3.716L16.04 8.66l-.35-.35-.349-.35L16.4 6.9l1.059-1.059.351.349.351.349-1.061 1.06m-3.53 2.831c.368.368.67.687.67.71 0 .022-1.48 1.519-3.29 3.326l-3.29 3.287-.79.11c-.435.06-.801.099-.814.086-.014-.013.025-.381.085-.817l.11-.792 3.284-3.29c1.807-1.81 3.303-3.29 3.324-3.29.022 0 .342.301.711.67"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
@@ -1,7 +1,7 @@
1
1
  import { SvgIcon } from '@mui/material';
2
2
  import { IconProps } from '../types';
3
3
 
4
- export const Minus = ({ ...props }: IconProps) => (
4
+ export const Divider = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path
7
7
  d="M4.252 11.078C4.03 11.213 4 11.325 4 12s.03.787.252.922c.126.076.261.078 7.748.078s7.622-.002 7.748-.078c.222-.135.252-.247.252-.922s-.03-.787-.252-.922C19.622 11.002 19.487 11 12 11s-7.622.002-7.748.078"
package/src/Edit.tsx ADDED
@@ -0,0 +1,11 @@
1
+ import { SvgIcon } from '@mui/material';
2
+ import { IconProps } from '../types';
3
+
4
+ export const Edit = ({ ...props }: IconProps) => (
5
+ <SvgIcon {...props}>
6
+ <path
7
+ d="M17.2 2.931c-.402.138-.615.284-1.096.752l-.444.433 2.12 2.122 2.119 2.122.472-.47c.677-.673.864-1.083.818-1.79a1.852 1.852 0 0 0-.304-.931c-.187-.292-1.906-1.971-2.148-2.099-.461-.244-1.07-.299-1.537-.139M10 9.78l-4.94 4.94 2.12 2.12 2.12 2.12 4.95-4.95 4.95-4.95-2.11-2.11c-1.16-1.16-2.119-2.11-2.13-2.11A874.6 874.6 0 0 0 10 9.78m5.68-1.4.7.7-3.53 3.53-3.53 3.53-.71-.71-.71-.71 3.52-3.52a445.447 445.447 0 0 1 3.54-3.52c.012 0 .336.315.72.7M4.342 15.563c-.091.517-.502 3.527-.501 3.674.001.212.117.493.271.658.146.156.472.304.67.305.154 0 3.778-.506 3.803-.532.006-.006-.94-.963-2.104-2.127l-2.115-2.115-.024.137"
8
+ fillRule="evenodd"
9
+ />
10
+ </SvgIcon>
11
+ );
package/src/File.tsx CHANGED
@@ -4,7 +4,7 @@ import { IconProps } from '../types';
4
4
  export const File = ({ ...props }: IconProps) => (
5
5
  <SvgIcon {...props}>
6
6
  <path
7
- d="M7.579 3.042C5.837 3.211 4.403 4.544 4.073 6.3c-.078.41-.078 10.99 0 11.4a4.015 4.015 0 0 0 2.647 3.072c.617.211.534.208 5.28.208 3.485 0 4.479-.011 4.7-.053a4.025 4.025 0 0 0 3.038-2.545c.246-.653.235-.44.251-5.16.015-4.287.014-4.322-.07-4.72a4.452 4.452 0 0 0-.619-1.488c-.337-.511-2.8-2.975-3.31-3.311a4.2 4.2 0 0 0-1.43-.606l-.42-.096-3.12.005c-1.716.003-3.265.019-3.441.036m5.432 3.208c.022 1.416.047 1.562.36 2.169.232.449.761.978 1.21 1.21.607.313.753.338 2.169.36l1.25.021-.001 3.645c-.001 2.312-.016 3.709-.041 3.821-.154.664-.818 1.328-1.482 1.482-.241.055-8.711.055-8.952 0-.664-.154-1.328-.818-1.482-1.482-.055-.242-.055-10.71 0-10.952.151-.654.818-1.328 1.466-1.48.084-.02 1.351-.038 2.817-.04L12.99 5l.021 1.25m3.679 1.741c-.731.01-.898.001-1.044-.055a1.007 1.007 0 0 1-.552-.516c-.089-.191-.093-.242-.094-1.1v-.9l1.28 1.28 1.281 1.28-.871.011m-7.93 3.048c-.264.049-.367.097-.507.24-.313.32-.305 1.136.014 1.454.236.236.328.247 2.133.247 1.469 0 1.638-.007 1.808-.073.355-.136.512-.415.512-.907 0-.481-.138-.738-.479-.896-.173-.08-.249-.084-1.741-.091-.858-.003-1.641.008-1.74.026m0 4.001c-.264.047-.367.096-.507.239-.313.32-.305 1.136.014 1.454.247.248.237.247 3.133.247 2.435 0 2.633-.005 2.808-.073.355-.136.512-.415.512-.907 0-.481-.138-.738-.479-.896-.177-.082-.232-.084-2.741-.09-1.408-.004-2.641.008-2.74.026"
7
+ d="M6.503 3.042c-1.018.173-1.947.934-2.301 1.883-.208.556-.201.308-.201 7.067-.001 6.886-.012 6.558.233 7.159a3.046 3.046 0 0 0 1.615 1.615c.595.242.372.234 6.151.234 5.777 0 5.556.008 6.15-.233a3.08 3.08 0 0 0 1.617-1.617c.24-.591.233-.414.233-5.73 0-5.284.005-5.154-.221-5.71-.214-.528-.347-.684-1.916-2.265-.837-.844-1.654-1.64-1.815-1.769a3.371 3.371 0 0 0-1.108-.581c-.223-.067-.53-.072-4.24-.079-2.2-.004-4.089.007-4.197.026M13 6.142c0 1.249.03 1.509.234 2.009a3.046 3.046 0 0 0 1.615 1.615c.5.204.76.234 2.009.234H18v4.073c0 4.581.017 4.312-.299 4.628-.32.32.082.299-5.701.299-5.783 0-5.381.021-5.701-.299C5.977 18.379 6 18.903 6 12c0-6.904-.024-6.379.3-6.702.304-.304.145-.291 3.61-.295L13 5v1.142m3.713 1.849c-.993.012-1.142-.018-1.413-.289-.269-.269-.3-.415-.3-1.419V5.42l1.28 1.28 1.281 1.28-.848.011"
8
8
  fillRule="evenodd"
9
9
  />
10
10
  </SvgIcon>