1
1
import ImageIcon from '@mui/icons-material/Image' ;
2
- import ParagraphIcon from '@mui/icons-material/LocalParking ' ;
2
+ import NotesOutlinedIcon from '@mui/icons-material/NotesOutlined ' ;
3
3
import FormIcon from '@mui/icons-material/Description' ;
4
4
import HeaderIcon from '@mui/icons-material/TextFormat' ;
5
+ import CodeIcon from '@mui/icons-material/Code' ;
5
6
import ButtonIcon from '@mui/icons-material/EditAttributes' ;
7
+ import ToggleOffOutlinedIcon from '@mui/icons-material/ToggleOffOutlined' ;
6
8
import LinkIcon from '@mui/icons-material/Link' ;
7
- import ListIcon from '@mui/icons-material/List' ;
9
+ import FormatListBulletedOutlinedIcon from '@mui/icons-material/FormatListBulletedOutlined' ;
10
+ import EditOutlinedIcon from '@mui/icons-material/EditOutlined' ;
11
+ import FormatListNumberedOutlinedIcon from '@mui/icons-material/FormatListNumberedOutlined' ;
12
+ import FeaturedPlayListOutlinedIcon from '@mui/icons-material/FeaturedPlayListOutlined' ;
13
+ import ListAltOutlinedIcon from '@mui/icons-material/ListAltOutlined' ;
14
+ import RouteOutlinedIcon from '@mui/icons-material/RouteOutlined' ;
15
+ import DatasetLinkedOutlinedIcon from '@mui/icons-material/DatasetLinkedOutlined' ;
16
+ import ShortTextOutlinedIcon from '@mui/icons-material/ShortTextOutlined' ;
17
+ import MoreOutlinedIcon from '@mui/icons-material/MoreOutlined' ;
18
+
8
19
import {
9
20
HTMLType
10
21
} from '../interfaces/Interfaces' ;
@@ -19,7 +30,7 @@ const HTMLTypes: HTMLType[] = [
19
30
style : { } ,
20
31
placeHolderShort : 'div' ,
21
32
placeHolderLong : '' ,
22
- // icon: HeaderIcon ,
33
+ icon : CodeIcon ,
23
34
framework : 'reactClassic' ,
24
35
nestable : true ,
25
36
} ,
@@ -87,7 +98,7 @@ const HTMLTypes: HTMLType[] = [
87
98
style : { } ,
88
99
placeHolderShort : 'paragraph' ,
89
100
placeHolderLong : '' ,
90
- icon : ParagraphIcon ,
101
+ icon : NotesOutlinedIcon ,
91
102
framework : 'reactClassic' ,
92
103
nestable : false ,
93
104
} ,
@@ -120,7 +131,7 @@ const HTMLTypes: HTMLType[] = [
120
131
style : { } ,
121
132
placeHolderShort : 'span' ,
122
133
placeHolderLong : '' ,
123
- icon : HeaderIcon ,
134
+ icon : ShortTextOutlinedIcon ,
124
135
framework : 'reactClassic' ,
125
136
nestable : false ,
126
137
} ,
@@ -131,7 +142,7 @@ const HTMLTypes: HTMLType[] = [
131
142
style : { } ,
132
143
placeHolderShort : 'input' ,
133
144
placeHolderLong : '' ,
134
- icon : HeaderIcon ,
145
+ icon : EditOutlinedIcon ,
135
146
framework : 'reactClassic' ,
136
147
nestable : false ,
137
148
} ,
@@ -142,7 +153,7 @@ const HTMLTypes: HTMLType[] = [
142
153
style : { } ,
143
154
placeHolderShort : 'label' ,
144
155
placeHolderLong : '' ,
145
- icon : HeaderIcon ,
156
+ icon : MoreOutlinedIcon ,
146
157
framework : 'reactClassic' ,
147
158
nestable : false ,
148
159
} ,
@@ -153,7 +164,7 @@ const HTMLTypes: HTMLType[] = [
153
164
style : { } ,
154
165
placeHolderShort : 'ordered list' ,
155
166
placeHolderLong : '' ,
156
- icon : ListIcon ,
167
+ icon : FormatListNumberedOutlinedIcon ,
157
168
framework : 'reactClassic' ,
158
169
nestable : true ,
159
170
} ,
@@ -164,7 +175,7 @@ const HTMLTypes: HTMLType[] = [
164
175
style : { } ,
165
176
placeHolderShort : 'unordered list' ,
166
177
placeHolderLong : '' ,
167
- icon : ListIcon ,
178
+ icon : FormatListBulletedOutlinedIcon ,
168
179
framework : 'reactClassic' ,
169
180
nestable : true ,
170
181
} ,
@@ -175,7 +186,7 @@ const HTMLTypes: HTMLType[] = [
175
186
style : { } ,
176
187
placeHolderShort : 'menu' ,
177
188
placeHolderLong : '' ,
178
- icon : ListIcon ,
189
+ icon : FeaturedPlayListOutlinedIcon ,
179
190
framework : 'reactClassic' ,
180
191
nestable : true ,
181
192
} ,
@@ -186,7 +197,7 @@ const HTMLTypes: HTMLType[] = [
186
197
style : { } ,
187
198
placeHolderShort : 'list item' ,
188
199
placeHolderLong : '' ,
189
- icon : ListIcon ,
200
+ icon : ListAltOutlinedIcon ,
190
201
framework : 'reactClassic' ,
191
202
nestable : true ,
192
203
} ,
@@ -197,7 +208,7 @@ const HTMLTypes: HTMLType[] = [
197
208
style : { } ,
198
209
placeHolderShort : 'Switch' ,
199
210
placeHolderLong : '' ,
200
- icon : ListIcon ,
211
+ icon : ToggleOffOutlinedIcon ,
201
212
framework : 'reactClassic' ,
202
213
nestable : true ,
203
214
} ,
@@ -208,7 +219,7 @@ const HTMLTypes: HTMLType[] = [
208
219
style : { } ,
209
220
placeHolderShort : 'Route' ,
210
221
placeHolderLong : '' ,
211
- icon : LinkIcon ,
222
+ icon : RouteOutlinedIcon ,
212
223
framework : 'reactClassic' ,
213
224
nestable : true ,
214
225
} ,
@@ -219,7 +230,7 @@ const HTMLTypes: HTMLType[] = [
219
230
style : { } ,
220
231
placeHolderShort : 'LinkTo' ,
221
232
placeHolderLong : '' ,
222
- icon : ListIcon ,
233
+ icon : DatasetLinkedOutlinedIcon ,
223
234
framework : 'reactClassic' ,
224
235
nestable : true ,
225
236
} ,
@@ -230,7 +241,7 @@ const HTMLTypes: HTMLType[] = [
230
241
style : { } ,
231
242
placeHolderShort : 'LinkHref' ,
232
243
placeHolderLong : '' ,
233
- icon : ListIcon ,
244
+ icon : LinkIcon ,
234
245
framework : 'nextjs' ,
235
246
nestable : true ,
236
247
} ,
@@ -241,7 +252,7 @@ const HTMLTypes: HTMLType[] = [
241
252
style : { } ,
242
253
placeHolderShort : 'Image' ,
243
254
placeHolderLong : '' ,
244
- icon : ListIcon ,
255
+ icon : ImageIcon ,
245
256
framework : 'nextjs' ,
246
257
nestable : false ,
247
258
} ,
0 commit comments