@wordpress/icons 11.5.1-next.v.0 → 11.6.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.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -4
- package/src/manifest.php +1292 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/icons",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.6.0",
|
|
4
4
|
"description": "WordPress Icons package, based on dashicon.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"types": "build-types",
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@wordpress/element": "^6.
|
|
48
|
-
"@wordpress/primitives": "^4.
|
|
47
|
+
"@wordpress/element": "^6.39.0",
|
|
48
|
+
"@wordpress/primitives": "^4.39.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"prepare": "npm run build",
|
|
59
59
|
"build": "node lib/generate-library.cjs"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "eee1cfb1472f11183e40fb77465a5f13145df7ad"
|
|
62
62
|
}
|
package/src/manifest.php
ADDED
|
@@ -0,0 +1,1292 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
|
|
3
|
+
if ( ! defined( 'ABSPATH' ) ) {
|
|
4
|
+
die( 'Silence is golden.' );
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
return array(
|
|
8
|
+
'add-card' => array(
|
|
9
|
+
'label' => _x( 'Add Card', 'icon label', 'gutenberg' ),
|
|
10
|
+
'filePath' => 'library/add-card.svg',
|
|
11
|
+
),
|
|
12
|
+
'add-submenu' => array(
|
|
13
|
+
'label' => _x( 'Add Submenu', 'icon label', 'gutenberg' ),
|
|
14
|
+
'filePath' => 'library/add-submenu.svg',
|
|
15
|
+
),
|
|
16
|
+
'add-template' => array(
|
|
17
|
+
'label' => _x( 'Add Template', 'icon label', 'gutenberg' ),
|
|
18
|
+
'filePath' => 'library/add-template.svg',
|
|
19
|
+
),
|
|
20
|
+
'align-center' => array(
|
|
21
|
+
'label' => _x( 'Align Center', 'icon label', 'gutenberg' ),
|
|
22
|
+
'filePath' => 'library/align-center.svg',
|
|
23
|
+
),
|
|
24
|
+
'align-justify' => array(
|
|
25
|
+
'label' => _x( 'Align Justify', 'icon label', 'gutenberg' ),
|
|
26
|
+
'filePath' => 'library/align-justify.svg',
|
|
27
|
+
),
|
|
28
|
+
'align-left' => array(
|
|
29
|
+
'label' => _x( 'Align Left', 'icon label', 'gutenberg' ),
|
|
30
|
+
'filePath' => 'library/align-left.svg',
|
|
31
|
+
),
|
|
32
|
+
'align-none' => array(
|
|
33
|
+
'label' => _x( 'Align None', 'icon label', 'gutenberg' ),
|
|
34
|
+
'filePath' => 'library/align-none.svg',
|
|
35
|
+
),
|
|
36
|
+
'align-right' => array(
|
|
37
|
+
'label' => _x( 'Align Right', 'icon label', 'gutenberg' ),
|
|
38
|
+
'filePath' => 'library/align-right.svg',
|
|
39
|
+
),
|
|
40
|
+
'archive' => array(
|
|
41
|
+
'label' => _x( 'Archive', 'icon label', 'gutenberg' ),
|
|
42
|
+
'filePath' => 'library/archive.svg',
|
|
43
|
+
),
|
|
44
|
+
'arrow-down-left' => array(
|
|
45
|
+
'label' => _x( 'Arrow Down Left', 'icon label', 'gutenberg' ),
|
|
46
|
+
'filePath' => 'library/arrow-down-left.svg',
|
|
47
|
+
),
|
|
48
|
+
'arrow-down-right' => array(
|
|
49
|
+
'label' => _x( 'Arrow Down Right', 'icon label', 'gutenberg' ),
|
|
50
|
+
'filePath' => 'library/arrow-down-right.svg',
|
|
51
|
+
),
|
|
52
|
+
'arrow-down' => array(
|
|
53
|
+
'label' => _x( 'Arrow Down', 'icon label', 'gutenberg' ),
|
|
54
|
+
'filePath' => 'library/arrow-down.svg',
|
|
55
|
+
),
|
|
56
|
+
'arrow-left' => array(
|
|
57
|
+
'label' => _x( 'Arrow Left', 'icon label', 'gutenberg' ),
|
|
58
|
+
'filePath' => 'library/arrow-left.svg',
|
|
59
|
+
),
|
|
60
|
+
'arrow-right' => array(
|
|
61
|
+
'label' => _x( 'Arrow Right', 'icon label', 'gutenberg' ),
|
|
62
|
+
'filePath' => 'library/arrow-right.svg',
|
|
63
|
+
),
|
|
64
|
+
'arrow-up-left' => array(
|
|
65
|
+
'label' => _x( 'Arrow Up Left', 'icon label', 'gutenberg' ),
|
|
66
|
+
'filePath' => 'library/arrow-up-left.svg',
|
|
67
|
+
),
|
|
68
|
+
'arrow-up-right' => array(
|
|
69
|
+
'label' => _x( 'Arrow Up Right', 'icon label', 'gutenberg' ),
|
|
70
|
+
'filePath' => 'library/arrow-up-right.svg',
|
|
71
|
+
),
|
|
72
|
+
'arrow-up' => array(
|
|
73
|
+
'label' => _x( 'Arrow Up', 'icon label', 'gutenberg' ),
|
|
74
|
+
'filePath' => 'library/arrow-up.svg',
|
|
75
|
+
),
|
|
76
|
+
'aspect-ratio' => array(
|
|
77
|
+
'label' => _x( 'Aspect Ratio', 'icon label', 'gutenberg' ),
|
|
78
|
+
'filePath' => 'library/aspect-ratio.svg',
|
|
79
|
+
),
|
|
80
|
+
'at-symbol' => array(
|
|
81
|
+
'label' => _x( 'At Symbol (@)', 'icon label', 'gutenberg' ),
|
|
82
|
+
'filePath' => 'library/at-symbol.svg',
|
|
83
|
+
),
|
|
84
|
+
'audio' => array(
|
|
85
|
+
'label' => _x( 'Audio', 'icon label', 'gutenberg' ),
|
|
86
|
+
'filePath' => 'library/audio.svg',
|
|
87
|
+
),
|
|
88
|
+
'background' => array(
|
|
89
|
+
'label' => _x( 'Background', 'icon label', 'gutenberg' ),
|
|
90
|
+
'filePath' => 'library/background.svg',
|
|
91
|
+
),
|
|
92
|
+
'backup' => array(
|
|
93
|
+
'label' => _x( 'Backup', 'icon label', 'gutenberg' ),
|
|
94
|
+
'filePath' => 'library/backup.svg',
|
|
95
|
+
),
|
|
96
|
+
'bell-unread' => array(
|
|
97
|
+
'label' => _x( 'Bell Unread', 'icon label', 'gutenberg' ),
|
|
98
|
+
'filePath' => 'library/bell-unread.svg',
|
|
99
|
+
),
|
|
100
|
+
'bell' => array(
|
|
101
|
+
'label' => _x( 'Bell', 'icon label', 'gutenberg' ),
|
|
102
|
+
'filePath' => 'library/bell.svg',
|
|
103
|
+
),
|
|
104
|
+
'block-default' => array(
|
|
105
|
+
'label' => _x( 'Block Default', 'icon label', 'gutenberg' ),
|
|
106
|
+
'filePath' => 'library/block-default.svg',
|
|
107
|
+
),
|
|
108
|
+
'block-meta' => array(
|
|
109
|
+
'label' => _x( 'Block Meta', 'icon label', 'gutenberg' ),
|
|
110
|
+
'filePath' => 'library/block-meta.svg',
|
|
111
|
+
),
|
|
112
|
+
'block-table' => array(
|
|
113
|
+
'label' => _x( 'Block Table', 'icon label', 'gutenberg' ),
|
|
114
|
+
'filePath' => 'library/block-table.svg',
|
|
115
|
+
),
|
|
116
|
+
'border' => array(
|
|
117
|
+
'label' => _x( 'Border', 'icon label', 'gutenberg' ),
|
|
118
|
+
'filePath' => 'library/border.svg',
|
|
119
|
+
),
|
|
120
|
+
'box' => array(
|
|
121
|
+
'label' => _x( 'Box', 'icon label', 'gutenberg' ),
|
|
122
|
+
'filePath' => 'library/box.svg',
|
|
123
|
+
),
|
|
124
|
+
'breadcrumbs' => array(
|
|
125
|
+
'label' => _x( 'Breadcrumbs', 'icon label', 'gutenberg' ),
|
|
126
|
+
'filePath' => 'library/breadcrumbs.svg',
|
|
127
|
+
),
|
|
128
|
+
'brush' => array(
|
|
129
|
+
'label' => _x( 'Brush', 'icon label', 'gutenberg' ),
|
|
130
|
+
'filePath' => 'library/brush.svg',
|
|
131
|
+
),
|
|
132
|
+
'bug' => array(
|
|
133
|
+
'label' => _x( 'Bug', 'icon label', 'gutenberg' ),
|
|
134
|
+
'filePath' => 'library/bug.svg',
|
|
135
|
+
),
|
|
136
|
+
'button' => array(
|
|
137
|
+
'label' => _x( 'Button', 'icon label', 'gutenberg' ),
|
|
138
|
+
'filePath' => 'library/button.svg',
|
|
139
|
+
),
|
|
140
|
+
'buttons' => array(
|
|
141
|
+
'label' => _x( 'Buttons', 'icon label', 'gutenberg' ),
|
|
142
|
+
'filePath' => 'library/buttons.svg',
|
|
143
|
+
),
|
|
144
|
+
'calendar' => array(
|
|
145
|
+
'label' => _x( 'Calendar', 'icon label', 'gutenberg' ),
|
|
146
|
+
'filePath' => 'library/calendar.svg',
|
|
147
|
+
),
|
|
148
|
+
'cancel-circle-filled' => array(
|
|
149
|
+
'label' => _x( 'Cancel Circle Filled', 'icon label', 'gutenberg' ),
|
|
150
|
+
'filePath' => 'library/cancel-circle-filled.svg',
|
|
151
|
+
),
|
|
152
|
+
'caption' => array(
|
|
153
|
+
'label' => _x( 'Caption', 'icon label', 'gutenberg' ),
|
|
154
|
+
'filePath' => 'library/caption.svg',
|
|
155
|
+
),
|
|
156
|
+
'capture-photo' => array(
|
|
157
|
+
'label' => _x( 'Capture Photo', 'icon label', 'gutenberg' ),
|
|
158
|
+
'filePath' => 'library/capture-photo.svg',
|
|
159
|
+
),
|
|
160
|
+
'capture-video' => array(
|
|
161
|
+
'label' => _x( 'Capture Video', 'icon label', 'gutenberg' ),
|
|
162
|
+
'filePath' => 'library/capture-video.svg',
|
|
163
|
+
),
|
|
164
|
+
'cart' => array(
|
|
165
|
+
'label' => _x( 'Cart', 'icon label', 'gutenberg' ),
|
|
166
|
+
'filePath' => 'library/cart.svg',
|
|
167
|
+
),
|
|
168
|
+
'category' => array(
|
|
169
|
+
'label' => _x( 'Category', 'icon label', 'gutenberg' ),
|
|
170
|
+
'filePath' => 'library/category.svg',
|
|
171
|
+
),
|
|
172
|
+
'caution-filled' => array(
|
|
173
|
+
'label' => _x( 'Caution Filled', 'icon label', 'gutenberg' ),
|
|
174
|
+
'filePath' => 'library/caution-filled.svg',
|
|
175
|
+
),
|
|
176
|
+
'caution' => array(
|
|
177
|
+
'label' => _x( 'Caution', 'icon label', 'gutenberg' ),
|
|
178
|
+
'filePath' => 'library/caution.svg',
|
|
179
|
+
),
|
|
180
|
+
'chart-bar' => array(
|
|
181
|
+
'label' => _x( 'Chart Bar', 'icon label', 'gutenberg' ),
|
|
182
|
+
'filePath' => 'library/chart-bar.svg',
|
|
183
|
+
),
|
|
184
|
+
'check' => array(
|
|
185
|
+
'label' => _x( 'Check', 'icon label', 'gutenberg' ),
|
|
186
|
+
'filePath' => 'library/check.svg',
|
|
187
|
+
),
|
|
188
|
+
'chevron-down-small' => array(
|
|
189
|
+
'label' => _x( 'Chevron Down Small', 'icon label', 'gutenberg' ),
|
|
190
|
+
'filePath' => 'library/chevron-down-small.svg',
|
|
191
|
+
),
|
|
192
|
+
'chevron-down' => array(
|
|
193
|
+
'label' => _x( 'Chevron Down', 'icon label', 'gutenberg' ),
|
|
194
|
+
'filePath' => 'library/chevron-down.svg',
|
|
195
|
+
),
|
|
196
|
+
'chevron-left-small' => array(
|
|
197
|
+
'label' => _x( 'Chevron Left Small', 'icon label', 'gutenberg' ),
|
|
198
|
+
'filePath' => 'library/chevron-left-small.svg',
|
|
199
|
+
),
|
|
200
|
+
'chevron-left' => array(
|
|
201
|
+
'label' => _x( 'Chevron Left', 'icon label', 'gutenberg' ),
|
|
202
|
+
'filePath' => 'library/chevron-left.svg',
|
|
203
|
+
),
|
|
204
|
+
'chevron-right-small' => array(
|
|
205
|
+
'label' => _x( 'Chevron Right Small', 'icon label', 'gutenberg' ),
|
|
206
|
+
'filePath' => 'library/chevron-right-small.svg',
|
|
207
|
+
),
|
|
208
|
+
'chevron-right' => array(
|
|
209
|
+
'label' => _x( 'Chevron Right', 'icon label', 'gutenberg' ),
|
|
210
|
+
'filePath' => 'library/chevron-right.svg',
|
|
211
|
+
),
|
|
212
|
+
'chevron-up-down' => array(
|
|
213
|
+
'label' => _x( 'Chevron Up Down', 'icon label', 'gutenberg' ),
|
|
214
|
+
'filePath' => 'library/chevron-up-down.svg',
|
|
215
|
+
),
|
|
216
|
+
'chevron-up-small' => array(
|
|
217
|
+
'label' => _x( 'Chevron Up Small', 'icon label', 'gutenberg' ),
|
|
218
|
+
'filePath' => 'library/chevron-up-small.svg',
|
|
219
|
+
),
|
|
220
|
+
'chevron-up' => array(
|
|
221
|
+
'label' => _x( 'Chevron Up', 'icon label', 'gutenberg' ),
|
|
222
|
+
'filePath' => 'library/chevron-up.svg',
|
|
223
|
+
),
|
|
224
|
+
'classic' => array(
|
|
225
|
+
'label' => _x( 'Classic', 'icon label', 'gutenberg' ),
|
|
226
|
+
'filePath' => 'library/classic.svg',
|
|
227
|
+
),
|
|
228
|
+
'close-small' => array(
|
|
229
|
+
'label' => _x( 'Close Small', 'icon label', 'gutenberg' ),
|
|
230
|
+
'filePath' => 'library/close-small.svg',
|
|
231
|
+
),
|
|
232
|
+
'close' => array(
|
|
233
|
+
'label' => _x( 'Close', 'icon label', 'gutenberg' ),
|
|
234
|
+
'filePath' => 'library/close.svg',
|
|
235
|
+
),
|
|
236
|
+
'cloud-download' => array(
|
|
237
|
+
'label' => _x( 'Cloud Download', 'icon label', 'gutenberg' ),
|
|
238
|
+
'filePath' => 'library/cloud-download.svg',
|
|
239
|
+
),
|
|
240
|
+
'cloud-upload' => array(
|
|
241
|
+
'label' => _x( 'Cloud Upload', 'icon label', 'gutenberg' ),
|
|
242
|
+
'filePath' => 'library/cloud-upload.svg',
|
|
243
|
+
),
|
|
244
|
+
'cloud' => array(
|
|
245
|
+
'label' => _x( 'Cloud', 'icon label', 'gutenberg' ),
|
|
246
|
+
'filePath' => 'library/cloud.svg',
|
|
247
|
+
),
|
|
248
|
+
'code' => array(
|
|
249
|
+
'label' => _x( 'Code', 'icon label', 'gutenberg' ),
|
|
250
|
+
'filePath' => 'library/code.svg',
|
|
251
|
+
),
|
|
252
|
+
'cog' => array(
|
|
253
|
+
'label' => _x( 'Cog', 'icon label', 'gutenberg' ),
|
|
254
|
+
'filePath' => 'library/cog.svg',
|
|
255
|
+
),
|
|
256
|
+
'color' => array(
|
|
257
|
+
'label' => _x( 'Color', 'icon label', 'gutenberg' ),
|
|
258
|
+
'filePath' => 'library/color.svg',
|
|
259
|
+
),
|
|
260
|
+
'column' => array(
|
|
261
|
+
'label' => _x( 'Column', 'icon label', 'gutenberg' ),
|
|
262
|
+
'filePath' => 'library/column.svg',
|
|
263
|
+
),
|
|
264
|
+
'columns' => array(
|
|
265
|
+
'label' => _x( 'Columns', 'icon label', 'gutenberg' ),
|
|
266
|
+
'filePath' => 'library/columns.svg',
|
|
267
|
+
),
|
|
268
|
+
'comment-author-avatar' => array(
|
|
269
|
+
'label' => _x( 'Comment Author Avatar', 'icon label', 'gutenberg' ),
|
|
270
|
+
'filePath' => 'library/comment-author-avatar.svg',
|
|
271
|
+
),
|
|
272
|
+
'comment-author-name' => array(
|
|
273
|
+
'label' => _x( 'Comment Author Name', 'icon label', 'gutenberg' ),
|
|
274
|
+
'filePath' => 'library/comment-author-name.svg',
|
|
275
|
+
),
|
|
276
|
+
'comment-content' => array(
|
|
277
|
+
'label' => _x( 'Comment Content', 'icon label', 'gutenberg' ),
|
|
278
|
+
'filePath' => 'library/comment-content.svg',
|
|
279
|
+
),
|
|
280
|
+
'comment-edit-link' => array(
|
|
281
|
+
'label' => _x( 'Comment Edit Link', 'icon label', 'gutenberg' ),
|
|
282
|
+
'filePath' => 'library/comment-edit-link.svg',
|
|
283
|
+
),
|
|
284
|
+
'comment-reply-link' => array(
|
|
285
|
+
'label' => _x( 'Comment Reply Link', 'icon label', 'gutenberg' ),
|
|
286
|
+
'filePath' => 'library/comment-reply-link.svg',
|
|
287
|
+
),
|
|
288
|
+
'comment' => array(
|
|
289
|
+
'label' => _x( 'Comment', 'icon label', 'gutenberg' ),
|
|
290
|
+
'filePath' => 'library/comment.svg',
|
|
291
|
+
),
|
|
292
|
+
'connection' => array(
|
|
293
|
+
'label' => _x( 'Connection', 'icon label', 'gutenberg' ),
|
|
294
|
+
'filePath' => 'library/connection.svg',
|
|
295
|
+
),
|
|
296
|
+
'copy-small' => array(
|
|
297
|
+
'label' => _x( 'Copy Small', 'icon label', 'gutenberg' ),
|
|
298
|
+
'filePath' => 'library/copy-small.svg',
|
|
299
|
+
),
|
|
300
|
+
'copy' => array(
|
|
301
|
+
'label' => _x( 'Copy', 'icon label', 'gutenberg' ),
|
|
302
|
+
'filePath' => 'library/copy.svg',
|
|
303
|
+
),
|
|
304
|
+
'corner-all' => array(
|
|
305
|
+
'label' => _x( 'Corner All', 'icon label', 'gutenberg' ),
|
|
306
|
+
'filePath' => 'library/corner-all.svg',
|
|
307
|
+
),
|
|
308
|
+
'corner-bottom-left' => array(
|
|
309
|
+
'label' => _x( 'Corner Bottom Left', 'icon label', 'gutenberg' ),
|
|
310
|
+
'filePath' => 'library/corner-bottom-left.svg',
|
|
311
|
+
),
|
|
312
|
+
'corner-bottom-right' => array(
|
|
313
|
+
'label' => _x( 'Corner Bottom Right', 'icon label', 'gutenberg' ),
|
|
314
|
+
'filePath' => 'library/corner-bottom-right.svg',
|
|
315
|
+
),
|
|
316
|
+
'corner-top-left' => array(
|
|
317
|
+
'label' => _x( 'Corner Top Left', 'icon label', 'gutenberg' ),
|
|
318
|
+
'filePath' => 'library/corner-top-left.svg',
|
|
319
|
+
),
|
|
320
|
+
'corner-top-right' => array(
|
|
321
|
+
'label' => _x( 'Corner Top Right', 'icon label', 'gutenberg' ),
|
|
322
|
+
'filePath' => 'library/corner-top-right.svg',
|
|
323
|
+
),
|
|
324
|
+
'cover' => array(
|
|
325
|
+
'label' => _x( 'Cover', 'icon label', 'gutenberg' ),
|
|
326
|
+
'filePath' => 'library/cover.svg',
|
|
327
|
+
),
|
|
328
|
+
'create' => array(
|
|
329
|
+
'label' => _x( 'Create', 'icon label', 'gutenberg' ),
|
|
330
|
+
'filePath' => 'library/create.svg',
|
|
331
|
+
),
|
|
332
|
+
'crop' => array(
|
|
333
|
+
'label' => _x( 'Crop', 'icon label', 'gutenberg' ),
|
|
334
|
+
'filePath' => 'library/crop.svg',
|
|
335
|
+
),
|
|
336
|
+
'currency-dollar' => array(
|
|
337
|
+
'label' => _x( 'Currency Dollar', 'icon label', 'gutenberg' ),
|
|
338
|
+
'filePath' => 'library/currency-dollar.svg',
|
|
339
|
+
),
|
|
340
|
+
'currency-euro' => array(
|
|
341
|
+
'label' => _x( 'Currency Euro', 'icon label', 'gutenberg' ),
|
|
342
|
+
'filePath' => 'library/currency-euro.svg',
|
|
343
|
+
),
|
|
344
|
+
'currency-pound' => array(
|
|
345
|
+
'label' => _x( 'Currency Pound', 'icon label', 'gutenberg' ),
|
|
346
|
+
'filePath' => 'library/currency-pound.svg',
|
|
347
|
+
),
|
|
348
|
+
'custom-link' => array(
|
|
349
|
+
'label' => _x( 'Custom Link', 'icon label', 'gutenberg' ),
|
|
350
|
+
'filePath' => 'library/custom-link.svg',
|
|
351
|
+
),
|
|
352
|
+
'custom-post-type' => array(
|
|
353
|
+
'label' => _x( 'Custom Post Type', 'icon label', 'gutenberg' ),
|
|
354
|
+
'filePath' => 'library/custom-post-type.svg',
|
|
355
|
+
),
|
|
356
|
+
'dashboard' => array(
|
|
357
|
+
'label' => _x( 'Dashboard', 'icon label', 'gutenberg' ),
|
|
358
|
+
'filePath' => 'library/dashboard.svg',
|
|
359
|
+
),
|
|
360
|
+
'desktop' => array(
|
|
361
|
+
'label' => _x( 'Desktop', 'icon label', 'gutenberg' ),
|
|
362
|
+
'filePath' => 'library/desktop.svg',
|
|
363
|
+
),
|
|
364
|
+
'details' => array(
|
|
365
|
+
'label' => _x( 'Details', 'icon label', 'gutenberg' ),
|
|
366
|
+
'filePath' => 'library/details.svg',
|
|
367
|
+
),
|
|
368
|
+
'download' => array(
|
|
369
|
+
'label' => _x( 'Download', 'icon label', 'gutenberg' ),
|
|
370
|
+
'filePath' => 'library/download.svg',
|
|
371
|
+
),
|
|
372
|
+
'drafts' => array(
|
|
373
|
+
'label' => _x( 'Drafts', 'icon label', 'gutenberg' ),
|
|
374
|
+
'filePath' => 'library/drafts.svg',
|
|
375
|
+
),
|
|
376
|
+
'drag-handle' => array(
|
|
377
|
+
'label' => _x( 'Drag Handle', 'icon label', 'gutenberg' ),
|
|
378
|
+
'filePath' => 'library/drag-handle.svg',
|
|
379
|
+
),
|
|
380
|
+
'drawer-left' => array(
|
|
381
|
+
'label' => _x( 'Drawer Left', 'icon label', 'gutenberg' ),
|
|
382
|
+
'filePath' => 'library/drawer-left.svg',
|
|
383
|
+
),
|
|
384
|
+
'drawer-right' => array(
|
|
385
|
+
'label' => _x( 'Drawer Right', 'icon label', 'gutenberg' ),
|
|
386
|
+
'filePath' => 'library/drawer-right.svg',
|
|
387
|
+
),
|
|
388
|
+
'envelope' => array(
|
|
389
|
+
'label' => _x( 'Envelope', 'icon label', 'gutenberg' ),
|
|
390
|
+
'filePath' => 'library/envelope.svg',
|
|
391
|
+
),
|
|
392
|
+
'error' => array(
|
|
393
|
+
'label' => _x( 'Error', 'icon label', 'gutenberg' ),
|
|
394
|
+
'filePath' => 'library/error.svg',
|
|
395
|
+
),
|
|
396
|
+
'external' => array(
|
|
397
|
+
'label' => _x( 'External', 'icon label', 'gutenberg' ),
|
|
398
|
+
'filePath' => 'library/external.svg',
|
|
399
|
+
),
|
|
400
|
+
'file' => array(
|
|
401
|
+
'label' => _x( 'File', 'icon label', 'gutenberg' ),
|
|
402
|
+
'filePath' => 'library/file.svg',
|
|
403
|
+
),
|
|
404
|
+
'filter' => array(
|
|
405
|
+
'label' => _x( 'Filter', 'icon label', 'gutenberg' ),
|
|
406
|
+
'filePath' => 'library/filter.svg',
|
|
407
|
+
),
|
|
408
|
+
'flip-horizontal' => array(
|
|
409
|
+
'label' => _x( 'Flip Horizontal', 'icon label', 'gutenberg' ),
|
|
410
|
+
'filePath' => 'library/flip-horizontal.svg',
|
|
411
|
+
),
|
|
412
|
+
'flip-vertical' => array(
|
|
413
|
+
'label' => _x( 'Flip Vertical', 'icon label', 'gutenberg' ),
|
|
414
|
+
'filePath' => 'library/flip-vertical.svg',
|
|
415
|
+
),
|
|
416
|
+
'footer' => array(
|
|
417
|
+
'label' => _x( 'Footer', 'icon label', 'gutenberg' ),
|
|
418
|
+
'filePath' => 'library/footer.svg',
|
|
419
|
+
),
|
|
420
|
+
'format-bold' => array(
|
|
421
|
+
'label' => _x( 'Format Bold', 'icon label', 'gutenberg' ),
|
|
422
|
+
'filePath' => 'library/format-bold.svg',
|
|
423
|
+
),
|
|
424
|
+
'format-capitalize' => array(
|
|
425
|
+
'label' => _x( 'Format Capitalize', 'icon label', 'gutenberg' ),
|
|
426
|
+
'filePath' => 'library/format-capitalize.svg',
|
|
427
|
+
),
|
|
428
|
+
'format-indent-rtl' => array(
|
|
429
|
+
'label' => _x( 'Format Indent Rtl', 'icon label', 'gutenberg' ),
|
|
430
|
+
'filePath' => 'library/format-indent-rtl.svg',
|
|
431
|
+
),
|
|
432
|
+
'format-indent' => array(
|
|
433
|
+
'label' => _x( 'Format Indent', 'icon label', 'gutenberg' ),
|
|
434
|
+
'filePath' => 'library/format-indent.svg',
|
|
435
|
+
),
|
|
436
|
+
'format-italic' => array(
|
|
437
|
+
'label' => _x( 'Format Italic', 'icon label', 'gutenberg' ),
|
|
438
|
+
'filePath' => 'library/format-italic.svg',
|
|
439
|
+
),
|
|
440
|
+
'format-list-bullets-rtl' => array(
|
|
441
|
+
'label' => _x( 'Format List Bullets Rtl', 'icon label', 'gutenberg' ),
|
|
442
|
+
'filePath' => 'library/format-list-bullets-rtl.svg',
|
|
443
|
+
),
|
|
444
|
+
'format-list-bullets' => array(
|
|
445
|
+
'label' => _x( 'Format List Bullets', 'icon label', 'gutenberg' ),
|
|
446
|
+
'filePath' => 'library/format-list-bullets.svg',
|
|
447
|
+
),
|
|
448
|
+
'format-list-numbered-rtl' => array(
|
|
449
|
+
'label' => _x( 'Format List Numbered Rtl', 'icon label', 'gutenberg' ),
|
|
450
|
+
'filePath' => 'library/format-list-numbered-rtl.svg',
|
|
451
|
+
),
|
|
452
|
+
'format-list-numbered' => array(
|
|
453
|
+
'label' => _x( 'Format List Numbered', 'icon label', 'gutenberg' ),
|
|
454
|
+
'filePath' => 'library/format-list-numbered.svg',
|
|
455
|
+
),
|
|
456
|
+
'format-lowercase' => array(
|
|
457
|
+
'label' => _x( 'Format Lowercase', 'icon label', 'gutenberg' ),
|
|
458
|
+
'filePath' => 'library/format-lowercase.svg',
|
|
459
|
+
),
|
|
460
|
+
'format-ltr' => array(
|
|
461
|
+
'label' => _x( 'Format Ltr', 'icon label', 'gutenberg' ),
|
|
462
|
+
'filePath' => 'library/format-ltr.svg',
|
|
463
|
+
),
|
|
464
|
+
'format-outdent-rtl' => array(
|
|
465
|
+
'label' => _x( 'Format Outdent Rtl', 'icon label', 'gutenberg' ),
|
|
466
|
+
'filePath' => 'library/format-outdent-rtl.svg',
|
|
467
|
+
),
|
|
468
|
+
'format-outdent' => array(
|
|
469
|
+
'label' => _x( 'Format Outdent', 'icon label', 'gutenberg' ),
|
|
470
|
+
'filePath' => 'library/format-outdent.svg',
|
|
471
|
+
),
|
|
472
|
+
'format-rtl' => array(
|
|
473
|
+
'label' => _x( 'Format Rtl', 'icon label', 'gutenberg' ),
|
|
474
|
+
'filePath' => 'library/format-rtl.svg',
|
|
475
|
+
),
|
|
476
|
+
'format-strikethrough' => array(
|
|
477
|
+
'label' => _x( 'Format Strikethrough', 'icon label', 'gutenberg' ),
|
|
478
|
+
'filePath' => 'library/format-strikethrough.svg',
|
|
479
|
+
),
|
|
480
|
+
'format-underline' => array(
|
|
481
|
+
'label' => _x( 'Format Underline', 'icon label', 'gutenberg' ),
|
|
482
|
+
'filePath' => 'library/format-underline.svg',
|
|
483
|
+
),
|
|
484
|
+
'format-uppercase' => array(
|
|
485
|
+
'label' => _x( 'Format Uppercase', 'icon label', 'gutenberg' ),
|
|
486
|
+
'filePath' => 'library/format-uppercase.svg',
|
|
487
|
+
),
|
|
488
|
+
'fullscreen' => array(
|
|
489
|
+
'label' => _x( 'Fullscreen', 'icon label', 'gutenberg' ),
|
|
490
|
+
'filePath' => 'library/fullscreen.svg',
|
|
491
|
+
),
|
|
492
|
+
'funnel' => array(
|
|
493
|
+
'label' => _x( 'Funnel', 'icon label', 'gutenberg' ),
|
|
494
|
+
'filePath' => 'library/funnel.svg',
|
|
495
|
+
),
|
|
496
|
+
'gallery' => array(
|
|
497
|
+
'label' => _x( 'Gallery', 'icon label', 'gutenberg' ),
|
|
498
|
+
'filePath' => 'library/gallery.svg',
|
|
499
|
+
),
|
|
500
|
+
'gift' => array(
|
|
501
|
+
'label' => _x( 'Gift', 'icon label', 'gutenberg' ),
|
|
502
|
+
'filePath' => 'library/gift.svg',
|
|
503
|
+
),
|
|
504
|
+
'globe' => array(
|
|
505
|
+
'label' => _x( 'Globe', 'icon label', 'gutenberg' ),
|
|
506
|
+
'filePath' => 'library/globe.svg',
|
|
507
|
+
),
|
|
508
|
+
'grid' => array(
|
|
509
|
+
'label' => _x( 'Grid', 'icon label', 'gutenberg' ),
|
|
510
|
+
'filePath' => 'library/grid.svg',
|
|
511
|
+
),
|
|
512
|
+
'group' => array(
|
|
513
|
+
'label' => _x( 'Group', 'icon label', 'gutenberg' ),
|
|
514
|
+
'filePath' => 'library/group.svg',
|
|
515
|
+
),
|
|
516
|
+
'handle' => array(
|
|
517
|
+
'label' => _x( 'Handle', 'icon label', 'gutenberg' ),
|
|
518
|
+
'filePath' => 'library/handle.svg',
|
|
519
|
+
),
|
|
520
|
+
'header' => array(
|
|
521
|
+
'label' => _x( 'Header', 'icon label', 'gutenberg' ),
|
|
522
|
+
'filePath' => 'library/header.svg',
|
|
523
|
+
),
|
|
524
|
+
'heading-level-1' => array(
|
|
525
|
+
'label' => _x( 'Heading Level 1', 'icon label', 'gutenberg' ),
|
|
526
|
+
'filePath' => 'library/heading-level-1.svg',
|
|
527
|
+
),
|
|
528
|
+
'heading-level-2' => array(
|
|
529
|
+
'label' => _x( 'Heading Level 2', 'icon label', 'gutenberg' ),
|
|
530
|
+
'filePath' => 'library/heading-level-2.svg',
|
|
531
|
+
),
|
|
532
|
+
'heading-level-3' => array(
|
|
533
|
+
'label' => _x( 'Heading Level 3', 'icon label', 'gutenberg' ),
|
|
534
|
+
'filePath' => 'library/heading-level-3.svg',
|
|
535
|
+
),
|
|
536
|
+
'heading-level-4' => array(
|
|
537
|
+
'label' => _x( 'Heading Level 4', 'icon label', 'gutenberg' ),
|
|
538
|
+
'filePath' => 'library/heading-level-4.svg',
|
|
539
|
+
),
|
|
540
|
+
'heading-level-5' => array(
|
|
541
|
+
'label' => _x( 'Heading Level 5', 'icon label', 'gutenberg' ),
|
|
542
|
+
'filePath' => 'library/heading-level-5.svg',
|
|
543
|
+
),
|
|
544
|
+
'heading-level-6' => array(
|
|
545
|
+
'label' => _x( 'Heading Level 6', 'icon label', 'gutenberg' ),
|
|
546
|
+
'filePath' => 'library/heading-level-6.svg',
|
|
547
|
+
),
|
|
548
|
+
'heading' => array(
|
|
549
|
+
'label' => _x( 'Heading', 'icon label', 'gutenberg' ),
|
|
550
|
+
'filePath' => 'library/heading.svg',
|
|
551
|
+
),
|
|
552
|
+
'help-filled' => array(
|
|
553
|
+
'label' => _x( 'Help Filled', 'icon label', 'gutenberg' ),
|
|
554
|
+
'filePath' => 'library/help-filled.svg',
|
|
555
|
+
),
|
|
556
|
+
'help' => array(
|
|
557
|
+
'label' => _x( 'Help', 'icon label', 'gutenberg' ),
|
|
558
|
+
'filePath' => 'library/help.svg',
|
|
559
|
+
),
|
|
560
|
+
'home-button' => array(
|
|
561
|
+
'label' => _x( 'Home Button', 'icon label', 'gutenberg' ),
|
|
562
|
+
'filePath' => 'library/home-button.svg',
|
|
563
|
+
),
|
|
564
|
+
'home' => array(
|
|
565
|
+
'label' => _x( 'Home', 'icon label', 'gutenberg' ),
|
|
566
|
+
'filePath' => 'library/home.svg',
|
|
567
|
+
),
|
|
568
|
+
'html' => array(
|
|
569
|
+
'label' => _x( 'Html', 'icon label', 'gutenberg' ),
|
|
570
|
+
'filePath' => 'library/html.svg',
|
|
571
|
+
),
|
|
572
|
+
'image' => array(
|
|
573
|
+
'label' => _x( 'Image', 'icon label', 'gutenberg' ),
|
|
574
|
+
'filePath' => 'library/image.svg',
|
|
575
|
+
),
|
|
576
|
+
'inbox' => array(
|
|
577
|
+
'label' => _x( 'Inbox', 'icon label', 'gutenberg' ),
|
|
578
|
+
'filePath' => 'library/inbox.svg',
|
|
579
|
+
),
|
|
580
|
+
'info' => array(
|
|
581
|
+
'label' => _x( 'Info', 'icon label', 'gutenberg' ),
|
|
582
|
+
'filePath' => 'library/info.svg',
|
|
583
|
+
),
|
|
584
|
+
'insert-after' => array(
|
|
585
|
+
'label' => _x( 'Insert After', 'icon label', 'gutenberg' ),
|
|
586
|
+
'filePath' => 'library/insert-after.svg',
|
|
587
|
+
),
|
|
588
|
+
'insert-before' => array(
|
|
589
|
+
'label' => _x( 'Insert Before', 'icon label', 'gutenberg' ),
|
|
590
|
+
'filePath' => 'library/insert-before.svg',
|
|
591
|
+
),
|
|
592
|
+
'institution' => array(
|
|
593
|
+
'label' => _x( 'Institution', 'icon label', 'gutenberg' ),
|
|
594
|
+
'filePath' => 'library/institution.svg',
|
|
595
|
+
),
|
|
596
|
+
'justify-bottom' => array(
|
|
597
|
+
'label' => _x( 'Justify Bottom', 'icon label', 'gutenberg' ),
|
|
598
|
+
'filePath' => 'library/justify-bottom.svg',
|
|
599
|
+
),
|
|
600
|
+
'justify-center-vertical' => array(
|
|
601
|
+
'label' => _x( 'Justify Center Vertical', 'icon label', 'gutenberg' ),
|
|
602
|
+
'filePath' => 'library/justify-center-vertical.svg',
|
|
603
|
+
),
|
|
604
|
+
'justify-center' => array(
|
|
605
|
+
'label' => _x( 'Justify Center', 'icon label', 'gutenberg' ),
|
|
606
|
+
'filePath' => 'library/justify-center.svg',
|
|
607
|
+
),
|
|
608
|
+
'justify-left' => array(
|
|
609
|
+
'label' => _x( 'Justify Left', 'icon label', 'gutenberg' ),
|
|
610
|
+
'filePath' => 'library/justify-left.svg',
|
|
611
|
+
),
|
|
612
|
+
'justify-right' => array(
|
|
613
|
+
'label' => _x( 'Justify Right', 'icon label', 'gutenberg' ),
|
|
614
|
+
'filePath' => 'library/justify-right.svg',
|
|
615
|
+
),
|
|
616
|
+
'justify-space-between-vertical' => array(
|
|
617
|
+
'label' => _x( 'Justify Space Between Vertical', 'icon label', 'gutenberg' ),
|
|
618
|
+
'filePath' => 'library/justify-space-between-vertical.svg',
|
|
619
|
+
),
|
|
620
|
+
'justify-space-between' => array(
|
|
621
|
+
'label' => _x( 'Justify Space Between', 'icon label', 'gutenberg' ),
|
|
622
|
+
'filePath' => 'library/justify-space-between.svg',
|
|
623
|
+
),
|
|
624
|
+
'justify-stretch-vertical' => array(
|
|
625
|
+
'label' => _x( 'Justify Stretch Vertical', 'icon label', 'gutenberg' ),
|
|
626
|
+
'filePath' => 'library/justify-stretch-vertical.svg',
|
|
627
|
+
),
|
|
628
|
+
'justify-stretch' => array(
|
|
629
|
+
'label' => _x( 'Justify Stretch', 'icon label', 'gutenberg' ),
|
|
630
|
+
'filePath' => 'library/justify-stretch.svg',
|
|
631
|
+
),
|
|
632
|
+
'justify-top' => array(
|
|
633
|
+
'label' => _x( 'Justify Top', 'icon label', 'gutenberg' ),
|
|
634
|
+
'filePath' => 'library/justify-top.svg',
|
|
635
|
+
),
|
|
636
|
+
'key' => array(
|
|
637
|
+
'label' => _x( 'Key', 'icon label', 'gutenberg' ),
|
|
638
|
+
'filePath' => 'library/key.svg',
|
|
639
|
+
),
|
|
640
|
+
'keyboard-close' => array(
|
|
641
|
+
'label' => _x( 'Keyboard Close', 'icon label', 'gutenberg' ),
|
|
642
|
+
'filePath' => 'library/keyboard-close.svg',
|
|
643
|
+
),
|
|
644
|
+
'keyboard-return' => array(
|
|
645
|
+
'label' => _x( 'Keyboard Return', 'icon label', 'gutenberg' ),
|
|
646
|
+
'filePath' => 'library/keyboard-return.svg',
|
|
647
|
+
),
|
|
648
|
+
'keyboard' => array(
|
|
649
|
+
'label' => _x( 'Keyboard', 'icon label', 'gutenberg' ),
|
|
650
|
+
'filePath' => 'library/keyboard.svg',
|
|
651
|
+
),
|
|
652
|
+
'language' => array(
|
|
653
|
+
'label' => _x( 'Language', 'icon label', 'gutenberg' ),
|
|
654
|
+
'filePath' => 'library/language.svg',
|
|
655
|
+
),
|
|
656
|
+
'layout' => array(
|
|
657
|
+
'label' => _x( 'Layout', 'icon label', 'gutenberg' ),
|
|
658
|
+
'filePath' => 'library/layout.svg',
|
|
659
|
+
),
|
|
660
|
+
'level-up' => array(
|
|
661
|
+
'label' => _x( 'Level Up', 'icon label', 'gutenberg' ),
|
|
662
|
+
'filePath' => 'library/level-up.svg',
|
|
663
|
+
),
|
|
664
|
+
'lifesaver' => array(
|
|
665
|
+
'label' => _x( 'Lifesaver', 'icon label', 'gutenberg' ),
|
|
666
|
+
'filePath' => 'library/lifesaver.svg',
|
|
667
|
+
),
|
|
668
|
+
'line-dashed' => array(
|
|
669
|
+
'label' => _x( 'Line Dashed', 'icon label', 'gutenberg' ),
|
|
670
|
+
'filePath' => 'library/line-dashed.svg',
|
|
671
|
+
),
|
|
672
|
+
'line-dotted' => array(
|
|
673
|
+
'label' => _x( 'Line Dotted', 'icon label', 'gutenberg' ),
|
|
674
|
+
'filePath' => 'library/line-dotted.svg',
|
|
675
|
+
),
|
|
676
|
+
'line-solid' => array(
|
|
677
|
+
'label' => _x( 'Line Solid', 'icon label', 'gutenberg' ),
|
|
678
|
+
'filePath' => 'library/line-solid.svg',
|
|
679
|
+
),
|
|
680
|
+
'link-off' => array(
|
|
681
|
+
'label' => _x( 'Link Off', 'icon label', 'gutenberg' ),
|
|
682
|
+
'filePath' => 'library/link-off.svg',
|
|
683
|
+
),
|
|
684
|
+
'link' => array(
|
|
685
|
+
'label' => _x( 'Link', 'icon label', 'gutenberg' ),
|
|
686
|
+
'filePath' => 'library/link.svg',
|
|
687
|
+
),
|
|
688
|
+
'list-item' => array(
|
|
689
|
+
'label' => _x( 'List Item', 'icon label', 'gutenberg' ),
|
|
690
|
+
'filePath' => 'library/list-item.svg',
|
|
691
|
+
),
|
|
692
|
+
'list-view' => array(
|
|
693
|
+
'label' => _x( 'List View', 'icon label', 'gutenberg' ),
|
|
694
|
+
'filePath' => 'library/list-view.svg',
|
|
695
|
+
),
|
|
696
|
+
'list' => array(
|
|
697
|
+
'label' => _x( 'List', 'icon label', 'gutenberg' ),
|
|
698
|
+
'filePath' => 'library/list.svg',
|
|
699
|
+
),
|
|
700
|
+
'lock-outline' => array(
|
|
701
|
+
'label' => _x( 'Lock Outline', 'icon label', 'gutenberg' ),
|
|
702
|
+
'filePath' => 'library/lock-outline.svg',
|
|
703
|
+
),
|
|
704
|
+
'lock-small' => array(
|
|
705
|
+
'label' => _x( 'Lock Small', 'icon label', 'gutenberg' ),
|
|
706
|
+
'filePath' => 'library/lock-small.svg',
|
|
707
|
+
),
|
|
708
|
+
'lock' => array(
|
|
709
|
+
'label' => _x( 'Lock', 'icon label', 'gutenberg' ),
|
|
710
|
+
'filePath' => 'library/lock.svg',
|
|
711
|
+
),
|
|
712
|
+
'login' => array(
|
|
713
|
+
'label' => _x( 'Login', 'icon label', 'gutenberg' ),
|
|
714
|
+
'filePath' => 'library/login.svg',
|
|
715
|
+
),
|
|
716
|
+
'loop' => array(
|
|
717
|
+
'label' => _x( 'Loop', 'icon label', 'gutenberg' ),
|
|
718
|
+
'filePath' => 'library/loop.svg',
|
|
719
|
+
),
|
|
720
|
+
'map-marker' => array(
|
|
721
|
+
'label' => _x( 'Map Marker', 'icon label', 'gutenberg' ),
|
|
722
|
+
'filePath' => 'library/map-marker.svg',
|
|
723
|
+
),
|
|
724
|
+
'math' => array(
|
|
725
|
+
'label' => _x( 'Math', 'icon label', 'gutenberg' ),
|
|
726
|
+
'filePath' => 'library/math.svg',
|
|
727
|
+
),
|
|
728
|
+
'media-and-text' => array(
|
|
729
|
+
'label' => _x( 'Media And Text', 'icon label', 'gutenberg' ),
|
|
730
|
+
'filePath' => 'library/media-and-text.svg',
|
|
731
|
+
),
|
|
732
|
+
'media' => array(
|
|
733
|
+
'label' => _x( 'Media', 'icon label', 'gutenberg' ),
|
|
734
|
+
'filePath' => 'library/media.svg',
|
|
735
|
+
),
|
|
736
|
+
'megaphone' => array(
|
|
737
|
+
'label' => _x( 'Megaphone', 'icon label', 'gutenberg' ),
|
|
738
|
+
'filePath' => 'library/megaphone.svg',
|
|
739
|
+
),
|
|
740
|
+
'menu' => array(
|
|
741
|
+
'label' => _x( 'Menu', 'icon label', 'gutenberg' ),
|
|
742
|
+
'filePath' => 'library/menu.svg',
|
|
743
|
+
),
|
|
744
|
+
'mobile' => array(
|
|
745
|
+
'label' => _x( 'Mobile', 'icon label', 'gutenberg' ),
|
|
746
|
+
'filePath' => 'library/mobile.svg',
|
|
747
|
+
),
|
|
748
|
+
'more-horizontal' => array(
|
|
749
|
+
'label' => _x( 'More Horizontal', 'icon label', 'gutenberg' ),
|
|
750
|
+
'filePath' => 'library/more-horizontal.svg',
|
|
751
|
+
),
|
|
752
|
+
'more-vertical' => array(
|
|
753
|
+
'label' => _x( 'More Vertical', 'icon label', 'gutenberg' ),
|
|
754
|
+
'filePath' => 'library/more-vertical.svg',
|
|
755
|
+
),
|
|
756
|
+
'more' => array(
|
|
757
|
+
'label' => _x( 'More', 'icon label', 'gutenberg' ),
|
|
758
|
+
'filePath' => 'library/more.svg',
|
|
759
|
+
),
|
|
760
|
+
'move-to' => array(
|
|
761
|
+
'label' => _x( 'Move To', 'icon label', 'gutenberg' ),
|
|
762
|
+
'filePath' => 'library/move-to.svg',
|
|
763
|
+
),
|
|
764
|
+
'navigation' => array(
|
|
765
|
+
'label' => _x( 'Navigation', 'icon label', 'gutenberg' ),
|
|
766
|
+
'filePath' => 'library/navigation.svg',
|
|
767
|
+
),
|
|
768
|
+
'next' => array(
|
|
769
|
+
'label' => _x( 'Next', 'icon label', 'gutenberg' ),
|
|
770
|
+
'filePath' => 'library/next.svg',
|
|
771
|
+
),
|
|
772
|
+
'not-allowed' => array(
|
|
773
|
+
'label' => _x( 'Not Allowed', 'icon label', 'gutenberg' ),
|
|
774
|
+
'filePath' => 'library/not-allowed.svg',
|
|
775
|
+
),
|
|
776
|
+
'not-found' => array(
|
|
777
|
+
'label' => _x( 'Not Found', 'icon label', 'gutenberg' ),
|
|
778
|
+
'filePath' => 'library/not-found.svg',
|
|
779
|
+
),
|
|
780
|
+
'offline' => array(
|
|
781
|
+
'label' => _x( 'Offline', 'icon label', 'gutenberg' ),
|
|
782
|
+
'filePath' => 'library/offline.svg',
|
|
783
|
+
),
|
|
784
|
+
'overlay-text' => array(
|
|
785
|
+
'label' => _x( 'Overlay Text', 'icon label', 'gutenberg' ),
|
|
786
|
+
'filePath' => 'library/overlay-text.svg',
|
|
787
|
+
),
|
|
788
|
+
'page-break' => array(
|
|
789
|
+
'label' => _x( 'Page Break', 'icon label', 'gutenberg' ),
|
|
790
|
+
'filePath' => 'library/page-break.svg',
|
|
791
|
+
),
|
|
792
|
+
'page' => array(
|
|
793
|
+
'label' => _x( 'Page', 'icon label', 'gutenberg' ),
|
|
794
|
+
'filePath' => 'library/page.svg',
|
|
795
|
+
),
|
|
796
|
+
'pages' => array(
|
|
797
|
+
'label' => _x( 'Pages', 'icon label', 'gutenberg' ),
|
|
798
|
+
'filePath' => 'library/pages.svg',
|
|
799
|
+
),
|
|
800
|
+
'paragraph' => array(
|
|
801
|
+
'label' => _x( 'Paragraph', 'icon label', 'gutenberg' ),
|
|
802
|
+
'filePath' => 'library/paragraph.svg',
|
|
803
|
+
),
|
|
804
|
+
'payment' => array(
|
|
805
|
+
'label' => _x( 'Payment', 'icon label', 'gutenberg' ),
|
|
806
|
+
'filePath' => 'library/payment.svg',
|
|
807
|
+
),
|
|
808
|
+
'pencil' => array(
|
|
809
|
+
'label' => _x( 'Pencil', 'icon label', 'gutenberg' ),
|
|
810
|
+
'filePath' => 'library/pencil.svg',
|
|
811
|
+
),
|
|
812
|
+
'pending' => array(
|
|
813
|
+
'label' => _x( 'Pending', 'icon label', 'gutenberg' ),
|
|
814
|
+
'filePath' => 'library/pending.svg',
|
|
815
|
+
),
|
|
816
|
+
'people' => array(
|
|
817
|
+
'label' => _x( 'People', 'icon label', 'gutenberg' ),
|
|
818
|
+
'filePath' => 'library/people.svg',
|
|
819
|
+
),
|
|
820
|
+
'percent' => array(
|
|
821
|
+
'label' => _x( 'Percent', 'icon label', 'gutenberg' ),
|
|
822
|
+
'filePath' => 'library/percent.svg',
|
|
823
|
+
),
|
|
824
|
+
'pin-small' => array(
|
|
825
|
+
'label' => _x( 'Pin Small', 'icon label', 'gutenberg' ),
|
|
826
|
+
'filePath' => 'library/pin-small.svg',
|
|
827
|
+
),
|
|
828
|
+
'pin' => array(
|
|
829
|
+
'label' => _x( 'Pin', 'icon label', 'gutenberg' ),
|
|
830
|
+
'filePath' => 'library/pin.svg',
|
|
831
|
+
),
|
|
832
|
+
'plugins' => array(
|
|
833
|
+
'label' => _x( 'Plugins', 'icon label', 'gutenberg' ),
|
|
834
|
+
'filePath' => 'library/plugins.svg',
|
|
835
|
+
),
|
|
836
|
+
'plus-circle-filled' => array(
|
|
837
|
+
'label' => _x( 'Plus Circle Filled', 'icon label', 'gutenberg' ),
|
|
838
|
+
'filePath' => 'library/plus-circle-filled.svg',
|
|
839
|
+
),
|
|
840
|
+
'plus-circle' => array(
|
|
841
|
+
'label' => _x( 'Plus Circle', 'icon label', 'gutenberg' ),
|
|
842
|
+
'filePath' => 'library/plus-circle.svg',
|
|
843
|
+
),
|
|
844
|
+
'plus' => array(
|
|
845
|
+
'label' => _x( 'Plus', 'icon label', 'gutenberg' ),
|
|
846
|
+
'filePath' => 'library/plus.svg',
|
|
847
|
+
),
|
|
848
|
+
'position-center' => array(
|
|
849
|
+
'label' => _x( 'Position Center', 'icon label', 'gutenberg' ),
|
|
850
|
+
'filePath' => 'library/position-center.svg',
|
|
851
|
+
),
|
|
852
|
+
'position-left' => array(
|
|
853
|
+
'label' => _x( 'Position Left', 'icon label', 'gutenberg' ),
|
|
854
|
+
'filePath' => 'library/position-left.svg',
|
|
855
|
+
),
|
|
856
|
+
'position-right' => array(
|
|
857
|
+
'label' => _x( 'Position Right', 'icon label', 'gutenberg' ),
|
|
858
|
+
'filePath' => 'library/position-right.svg',
|
|
859
|
+
),
|
|
860
|
+
'post-author' => array(
|
|
861
|
+
'label' => _x( 'Post Author', 'icon label', 'gutenberg' ),
|
|
862
|
+
'filePath' => 'library/post-author.svg',
|
|
863
|
+
),
|
|
864
|
+
'post-categories' => array(
|
|
865
|
+
'label' => _x( 'Post Categories', 'icon label', 'gutenberg' ),
|
|
866
|
+
'filePath' => 'library/post-categories.svg',
|
|
867
|
+
),
|
|
868
|
+
'post-comments-count' => array(
|
|
869
|
+
'label' => _x( 'Post Comments Count', 'icon label', 'gutenberg' ),
|
|
870
|
+
'filePath' => 'library/post-comments-count.svg',
|
|
871
|
+
),
|
|
872
|
+
'post-comments-form' => array(
|
|
873
|
+
'label' => _x( 'Post Comments Form', 'icon label', 'gutenberg' ),
|
|
874
|
+
'filePath' => 'library/post-comments-form.svg',
|
|
875
|
+
),
|
|
876
|
+
'post-comments' => array(
|
|
877
|
+
'label' => _x( 'Post Comments', 'icon label', 'gutenberg' ),
|
|
878
|
+
'filePath' => 'library/post-comments.svg',
|
|
879
|
+
),
|
|
880
|
+
'post-content' => array(
|
|
881
|
+
'label' => _x( 'Post Content', 'icon label', 'gutenberg' ),
|
|
882
|
+
'filePath' => 'library/post-content.svg',
|
|
883
|
+
),
|
|
884
|
+
'post-date' => array(
|
|
885
|
+
'label' => _x( 'Post Date', 'icon label', 'gutenberg' ),
|
|
886
|
+
'filePath' => 'library/post-date.svg',
|
|
887
|
+
),
|
|
888
|
+
'post-excerpt' => array(
|
|
889
|
+
'label' => _x( 'Post Excerpt', 'icon label', 'gutenberg' ),
|
|
890
|
+
'filePath' => 'library/post-excerpt.svg',
|
|
891
|
+
),
|
|
892
|
+
'post-featured-image' => array(
|
|
893
|
+
'label' => _x( 'Post Featured Image', 'icon label', 'gutenberg' ),
|
|
894
|
+
'filePath' => 'library/post-featured-image.svg',
|
|
895
|
+
),
|
|
896
|
+
'post-list' => array(
|
|
897
|
+
'label' => _x( 'Post List', 'icon label', 'gutenberg' ),
|
|
898
|
+
'filePath' => 'library/post-list.svg',
|
|
899
|
+
),
|
|
900
|
+
'post-terms' => array(
|
|
901
|
+
'label' => _x( 'Post Terms', 'icon label', 'gutenberg' ),
|
|
902
|
+
'filePath' => 'library/post-terms.svg',
|
|
903
|
+
),
|
|
904
|
+
'post' => array(
|
|
905
|
+
'label' => _x( 'Post', 'icon label', 'gutenberg' ),
|
|
906
|
+
'filePath' => 'library/post.svg',
|
|
907
|
+
),
|
|
908
|
+
'preformatted' => array(
|
|
909
|
+
'label' => _x( 'Preformatted', 'icon label', 'gutenberg' ),
|
|
910
|
+
'filePath' => 'library/preformatted.svg',
|
|
911
|
+
),
|
|
912
|
+
'previous' => array(
|
|
913
|
+
'label' => _x( 'Previous', 'icon label', 'gutenberg' ),
|
|
914
|
+
'filePath' => 'library/previous.svg',
|
|
915
|
+
),
|
|
916
|
+
'published' => array(
|
|
917
|
+
'label' => _x( 'Published', 'icon label', 'gutenberg' ),
|
|
918
|
+
'filePath' => 'library/published.svg',
|
|
919
|
+
),
|
|
920
|
+
'pull-left' => array(
|
|
921
|
+
'label' => _x( 'Pull Left', 'icon label', 'gutenberg' ),
|
|
922
|
+
'filePath' => 'library/pull-left.svg',
|
|
923
|
+
),
|
|
924
|
+
'pull-right' => array(
|
|
925
|
+
'label' => _x( 'Pull Right', 'icon label', 'gutenberg' ),
|
|
926
|
+
'filePath' => 'library/pull-right.svg',
|
|
927
|
+
),
|
|
928
|
+
'pullquote' => array(
|
|
929
|
+
'label' => _x( 'Pullquote', 'icon label', 'gutenberg' ),
|
|
930
|
+
'filePath' => 'library/pullquote.svg',
|
|
931
|
+
),
|
|
932
|
+
'query-pagination-next' => array(
|
|
933
|
+
'label' => _x( 'Query Pagination Next', 'icon label', 'gutenberg' ),
|
|
934
|
+
'filePath' => 'library/query-pagination-next.svg',
|
|
935
|
+
),
|
|
936
|
+
'query-pagination-numbers' => array(
|
|
937
|
+
'label' => _x( 'Query Pagination Numbers', 'icon label', 'gutenberg' ),
|
|
938
|
+
'filePath' => 'library/query-pagination-numbers.svg',
|
|
939
|
+
),
|
|
940
|
+
'query-pagination-previous' => array(
|
|
941
|
+
'label' => _x( 'Query Pagination Previous', 'icon label', 'gutenberg' ),
|
|
942
|
+
'filePath' => 'library/query-pagination-previous.svg',
|
|
943
|
+
),
|
|
944
|
+
'query-pagination' => array(
|
|
945
|
+
'label' => _x( 'Query Pagination', 'icon label', 'gutenberg' ),
|
|
946
|
+
'filePath' => 'library/query-pagination.svg',
|
|
947
|
+
),
|
|
948
|
+
'quote' => array(
|
|
949
|
+
'label' => _x( 'Quote', 'icon label', 'gutenberg' ),
|
|
950
|
+
'filePath' => 'library/quote.svg',
|
|
951
|
+
),
|
|
952
|
+
'receipt' => array(
|
|
953
|
+
'label' => _x( 'Receipt', 'icon label', 'gutenberg' ),
|
|
954
|
+
'filePath' => 'library/receipt.svg',
|
|
955
|
+
),
|
|
956
|
+
'redo' => array(
|
|
957
|
+
'label' => _x( 'Redo', 'icon label', 'gutenberg' ),
|
|
958
|
+
'filePath' => 'library/redo.svg',
|
|
959
|
+
),
|
|
960
|
+
'remove-bug' => array(
|
|
961
|
+
'label' => _x( 'Remove Bug', 'icon label', 'gutenberg' ),
|
|
962
|
+
'filePath' => 'library/remove-bug.svg',
|
|
963
|
+
),
|
|
964
|
+
'remove-submenu' => array(
|
|
965
|
+
'label' => _x( 'Remove Submenu', 'icon label', 'gutenberg' ),
|
|
966
|
+
'filePath' => 'library/remove-submenu.svg',
|
|
967
|
+
),
|
|
968
|
+
'replace' => array(
|
|
969
|
+
'label' => _x( 'Replace', 'icon label', 'gutenberg' ),
|
|
970
|
+
'filePath' => 'library/replace.svg',
|
|
971
|
+
),
|
|
972
|
+
'reset' => array(
|
|
973
|
+
'label' => _x( 'Reset', 'icon label', 'gutenberg' ),
|
|
974
|
+
'filePath' => 'library/reset.svg',
|
|
975
|
+
),
|
|
976
|
+
'resize-corner-n-e' => array(
|
|
977
|
+
'label' => _x( 'Resize Corner N E', 'icon label', 'gutenberg' ),
|
|
978
|
+
'filePath' => 'library/resize-corner-n-e.svg',
|
|
979
|
+
),
|
|
980
|
+
'reusable-block' => array(
|
|
981
|
+
'label' => _x( 'Reusable Block', 'icon label', 'gutenberg' ),
|
|
982
|
+
'filePath' => 'library/reusable-block.svg',
|
|
983
|
+
),
|
|
984
|
+
'rotate-left' => array(
|
|
985
|
+
'label' => _x( 'Rotate Left', 'icon label', 'gutenberg' ),
|
|
986
|
+
'filePath' => 'library/rotate-left.svg',
|
|
987
|
+
),
|
|
988
|
+
'rotate-right' => array(
|
|
989
|
+
'label' => _x( 'Rotate Right', 'icon label', 'gutenberg' ),
|
|
990
|
+
'filePath' => 'library/rotate-right.svg',
|
|
991
|
+
),
|
|
992
|
+
'row' => array(
|
|
993
|
+
'label' => _x( 'Row', 'icon label', 'gutenberg' ),
|
|
994
|
+
'filePath' => 'library/row.svg',
|
|
995
|
+
),
|
|
996
|
+
'rss' => array(
|
|
997
|
+
'label' => _x( 'Rss', 'icon label', 'gutenberg' ),
|
|
998
|
+
'filePath' => 'library/rss.svg',
|
|
999
|
+
),
|
|
1000
|
+
'scheduled' => array(
|
|
1001
|
+
'label' => _x( 'Scheduled', 'icon label', 'gutenberg' ),
|
|
1002
|
+
'filePath' => 'library/scheduled.svg',
|
|
1003
|
+
),
|
|
1004
|
+
'search' => array(
|
|
1005
|
+
'label' => _x( 'Search', 'icon label', 'gutenberg' ),
|
|
1006
|
+
'filePath' => 'library/search.svg',
|
|
1007
|
+
),
|
|
1008
|
+
'seen' => array(
|
|
1009
|
+
'label' => _x( 'Seen', 'icon label', 'gutenberg' ),
|
|
1010
|
+
'filePath' => 'library/seen.svg',
|
|
1011
|
+
),
|
|
1012
|
+
'send' => array(
|
|
1013
|
+
'label' => _x( 'Send', 'icon label', 'gutenberg' ),
|
|
1014
|
+
'filePath' => 'library/send.svg',
|
|
1015
|
+
),
|
|
1016
|
+
'separator' => array(
|
|
1017
|
+
'label' => _x( 'Separator', 'icon label', 'gutenberg' ),
|
|
1018
|
+
'filePath' => 'library/separator.svg',
|
|
1019
|
+
),
|
|
1020
|
+
'settings' => array(
|
|
1021
|
+
'label' => _x( 'Settings', 'icon label', 'gutenberg' ),
|
|
1022
|
+
'filePath' => 'library/settings.svg',
|
|
1023
|
+
),
|
|
1024
|
+
'shadow' => array(
|
|
1025
|
+
'label' => _x( 'Shadow', 'icon label', 'gutenberg' ),
|
|
1026
|
+
'filePath' => 'library/shadow.svg',
|
|
1027
|
+
),
|
|
1028
|
+
'share' => array(
|
|
1029
|
+
'label' => _x( 'Share', 'icon label', 'gutenberg' ),
|
|
1030
|
+
'filePath' => 'library/share.svg',
|
|
1031
|
+
),
|
|
1032
|
+
'shield' => array(
|
|
1033
|
+
'label' => _x( 'Shield', 'icon label', 'gutenberg' ),
|
|
1034
|
+
'filePath' => 'library/shield.svg',
|
|
1035
|
+
),
|
|
1036
|
+
'shipping' => array(
|
|
1037
|
+
'label' => _x( 'Shipping', 'icon label', 'gutenberg' ),
|
|
1038
|
+
'filePath' => 'library/shipping.svg',
|
|
1039
|
+
),
|
|
1040
|
+
'shortcode' => array(
|
|
1041
|
+
'label' => _x( 'Shortcode', 'icon label', 'gutenberg' ),
|
|
1042
|
+
'filePath' => 'library/shortcode.svg',
|
|
1043
|
+
),
|
|
1044
|
+
'shuffle' => array(
|
|
1045
|
+
'label' => _x( 'Shuffle', 'icon label', 'gutenberg' ),
|
|
1046
|
+
'filePath' => 'library/shuffle.svg',
|
|
1047
|
+
),
|
|
1048
|
+
'sidebar' => array(
|
|
1049
|
+
'label' => _x( 'Sidebar', 'icon label', 'gutenberg' ),
|
|
1050
|
+
'filePath' => 'library/sidebar.svg',
|
|
1051
|
+
),
|
|
1052
|
+
'sides-all' => array(
|
|
1053
|
+
'label' => _x( 'Sides All', 'icon label', 'gutenberg' ),
|
|
1054
|
+
'filePath' => 'library/sides-all.svg',
|
|
1055
|
+
),
|
|
1056
|
+
'sides-axial' => array(
|
|
1057
|
+
'label' => _x( 'Sides Axial', 'icon label', 'gutenberg' ),
|
|
1058
|
+
'filePath' => 'library/sides-axial.svg',
|
|
1059
|
+
),
|
|
1060
|
+
'sides-bottom' => array(
|
|
1061
|
+
'label' => _x( 'Sides Bottom', 'icon label', 'gutenberg' ),
|
|
1062
|
+
'filePath' => 'library/sides-bottom.svg',
|
|
1063
|
+
),
|
|
1064
|
+
'sides-horizontal' => array(
|
|
1065
|
+
'label' => _x( 'Sides Horizontal', 'icon label', 'gutenberg' ),
|
|
1066
|
+
'filePath' => 'library/sides-horizontal.svg',
|
|
1067
|
+
),
|
|
1068
|
+
'sides-left' => array(
|
|
1069
|
+
'label' => _x( 'Sides Left', 'icon label', 'gutenberg' ),
|
|
1070
|
+
'filePath' => 'library/sides-left.svg',
|
|
1071
|
+
),
|
|
1072
|
+
'sides-right' => array(
|
|
1073
|
+
'label' => _x( 'Sides Right', 'icon label', 'gutenberg' ),
|
|
1074
|
+
'filePath' => 'library/sides-right.svg',
|
|
1075
|
+
),
|
|
1076
|
+
'sides-top' => array(
|
|
1077
|
+
'label' => _x( 'Sides Top', 'icon label', 'gutenberg' ),
|
|
1078
|
+
'filePath' => 'library/sides-top.svg',
|
|
1079
|
+
),
|
|
1080
|
+
'sides-vertical' => array(
|
|
1081
|
+
'label' => _x( 'Sides Vertical', 'icon label', 'gutenberg' ),
|
|
1082
|
+
'filePath' => 'library/sides-vertical.svg',
|
|
1083
|
+
),
|
|
1084
|
+
'site-logo' => array(
|
|
1085
|
+
'label' => _x( 'Site Logo', 'icon label', 'gutenberg' ),
|
|
1086
|
+
'filePath' => 'library/site-logo.svg',
|
|
1087
|
+
),
|
|
1088
|
+
'square' => array(
|
|
1089
|
+
'label' => _x( 'Square', 'icon label', 'gutenberg' ),
|
|
1090
|
+
'filePath' => 'library/square.svg',
|
|
1091
|
+
),
|
|
1092
|
+
'stack' => array(
|
|
1093
|
+
'label' => _x( 'Stack', 'icon label', 'gutenberg' ),
|
|
1094
|
+
'filePath' => 'library/stack.svg',
|
|
1095
|
+
),
|
|
1096
|
+
'star-empty' => array(
|
|
1097
|
+
'label' => _x( 'Star Empty', 'icon label', 'gutenberg' ),
|
|
1098
|
+
'filePath' => 'library/star-empty.svg',
|
|
1099
|
+
),
|
|
1100
|
+
'star-filled' => array(
|
|
1101
|
+
'label' => _x( 'Star Filled', 'icon label', 'gutenberg' ),
|
|
1102
|
+
'filePath' => 'library/star-filled.svg',
|
|
1103
|
+
),
|
|
1104
|
+
'star-half' => array(
|
|
1105
|
+
'label' => _x( 'Star Half', 'icon label', 'gutenberg' ),
|
|
1106
|
+
'filePath' => 'library/star-half.svg',
|
|
1107
|
+
),
|
|
1108
|
+
'store' => array(
|
|
1109
|
+
'label' => _x( 'Store', 'icon label', 'gutenberg' ),
|
|
1110
|
+
'filePath' => 'library/store.svg',
|
|
1111
|
+
),
|
|
1112
|
+
'stretch-full-width' => array(
|
|
1113
|
+
'label' => _x( 'Stretch Full Width', 'icon label', 'gutenberg' ),
|
|
1114
|
+
'filePath' => 'library/stretch-full-width.svg',
|
|
1115
|
+
),
|
|
1116
|
+
'stretch-wide' => array(
|
|
1117
|
+
'label' => _x( 'Stretch Wide', 'icon label', 'gutenberg' ),
|
|
1118
|
+
'filePath' => 'library/stretch-wide.svg',
|
|
1119
|
+
),
|
|
1120
|
+
'styles' => array(
|
|
1121
|
+
'label' => _x( 'Styles', 'icon label', 'gutenberg' ),
|
|
1122
|
+
'filePath' => 'library/styles.svg',
|
|
1123
|
+
),
|
|
1124
|
+
'subscript' => array(
|
|
1125
|
+
'label' => _x( 'Subscript', 'icon label', 'gutenberg' ),
|
|
1126
|
+
'filePath' => 'library/subscript.svg',
|
|
1127
|
+
),
|
|
1128
|
+
'superscript' => array(
|
|
1129
|
+
'label' => _x( 'Superscript', 'icon label', 'gutenberg' ),
|
|
1130
|
+
'filePath' => 'library/superscript.svg',
|
|
1131
|
+
),
|
|
1132
|
+
'swatch' => array(
|
|
1133
|
+
'label' => _x( 'Swatch', 'icon label', 'gutenberg' ),
|
|
1134
|
+
'filePath' => 'library/swatch.svg',
|
|
1135
|
+
),
|
|
1136
|
+
'symbol-filled' => array(
|
|
1137
|
+
'label' => _x( 'Symbol Filled', 'icon label', 'gutenberg' ),
|
|
1138
|
+
'filePath' => 'library/symbol-filled.svg',
|
|
1139
|
+
),
|
|
1140
|
+
'symbol' => array(
|
|
1141
|
+
'label' => _x( 'Symbol', 'icon label', 'gutenberg' ),
|
|
1142
|
+
'filePath' => 'library/symbol.svg',
|
|
1143
|
+
),
|
|
1144
|
+
'table-column-after' => array(
|
|
1145
|
+
'label' => _x( 'Table Column After', 'icon label', 'gutenberg' ),
|
|
1146
|
+
'filePath' => 'library/table-column-after.svg',
|
|
1147
|
+
),
|
|
1148
|
+
'table-column-before' => array(
|
|
1149
|
+
'label' => _x( 'Table Column Before', 'icon label', 'gutenberg' ),
|
|
1150
|
+
'filePath' => 'library/table-column-before.svg',
|
|
1151
|
+
),
|
|
1152
|
+
'table-column-delete' => array(
|
|
1153
|
+
'label' => _x( 'Table Column Delete', 'icon label', 'gutenberg' ),
|
|
1154
|
+
'filePath' => 'library/table-column-delete.svg',
|
|
1155
|
+
),
|
|
1156
|
+
'table-of-contents' => array(
|
|
1157
|
+
'label' => _x( 'Table Of Contents', 'icon label', 'gutenberg' ),
|
|
1158
|
+
'filePath' => 'library/table-of-contents.svg',
|
|
1159
|
+
),
|
|
1160
|
+
'table-row-after' => array(
|
|
1161
|
+
'label' => _x( 'Table Row After', 'icon label', 'gutenberg' ),
|
|
1162
|
+
'filePath' => 'library/table-row-after.svg',
|
|
1163
|
+
),
|
|
1164
|
+
'table-row-before' => array(
|
|
1165
|
+
'label' => _x( 'Table Row Before', 'icon label', 'gutenberg' ),
|
|
1166
|
+
'filePath' => 'library/table-row-before.svg',
|
|
1167
|
+
),
|
|
1168
|
+
'table-row-delete' => array(
|
|
1169
|
+
'label' => _x( 'Table Row Delete', 'icon label', 'gutenberg' ),
|
|
1170
|
+
'filePath' => 'library/table-row-delete.svg',
|
|
1171
|
+
),
|
|
1172
|
+
'table' => array(
|
|
1173
|
+
'label' => _x( 'Table', 'icon label', 'gutenberg' ),
|
|
1174
|
+
'filePath' => 'library/table.svg',
|
|
1175
|
+
),
|
|
1176
|
+
'tablet' => array(
|
|
1177
|
+
'label' => _x( 'Tablet', 'icon label', 'gutenberg' ),
|
|
1178
|
+
'filePath' => 'library/tablet.svg',
|
|
1179
|
+
),
|
|
1180
|
+
'tag' => array(
|
|
1181
|
+
'label' => _x( 'Tag', 'icon label', 'gutenberg' ),
|
|
1182
|
+
'filePath' => 'library/tag.svg',
|
|
1183
|
+
),
|
|
1184
|
+
'term-count' => array(
|
|
1185
|
+
'label' => _x( 'Term Count', 'icon label', 'gutenberg' ),
|
|
1186
|
+
'filePath' => 'library/term-count.svg',
|
|
1187
|
+
),
|
|
1188
|
+
'term-description' => array(
|
|
1189
|
+
'label' => _x( 'Term Description', 'icon label', 'gutenberg' ),
|
|
1190
|
+
'filePath' => 'library/term-description.svg',
|
|
1191
|
+
),
|
|
1192
|
+
'term-name' => array(
|
|
1193
|
+
'label' => _x( 'Term Name', 'icon label', 'gutenberg' ),
|
|
1194
|
+
'filePath' => 'library/term-name.svg',
|
|
1195
|
+
),
|
|
1196
|
+
'text-color' => array(
|
|
1197
|
+
'label' => _x( 'Text Color', 'icon label', 'gutenberg' ),
|
|
1198
|
+
'filePath' => 'library/text-color.svg',
|
|
1199
|
+
),
|
|
1200
|
+
'text-horizontal' => array(
|
|
1201
|
+
'label' => _x( 'Text Horizontal', 'icon label', 'gutenberg' ),
|
|
1202
|
+
'filePath' => 'library/text-horizontal.svg',
|
|
1203
|
+
),
|
|
1204
|
+
'text-vertical' => array(
|
|
1205
|
+
'label' => _x( 'Text Vertical', 'icon label', 'gutenberg' ),
|
|
1206
|
+
'filePath' => 'library/text-vertical.svg',
|
|
1207
|
+
),
|
|
1208
|
+
'thumbs-down' => array(
|
|
1209
|
+
'label' => _x( 'Thumbs Down', 'icon label', 'gutenberg' ),
|
|
1210
|
+
'filePath' => 'library/thumbs-down.svg',
|
|
1211
|
+
),
|
|
1212
|
+
'thumbs-up' => array(
|
|
1213
|
+
'label' => _x( 'Thumbs Up', 'icon label', 'gutenberg' ),
|
|
1214
|
+
'filePath' => 'library/thumbs-up.svg',
|
|
1215
|
+
),
|
|
1216
|
+
'time-to-read' => array(
|
|
1217
|
+
'label' => _x( 'Time To Read', 'icon label', 'gutenberg' ),
|
|
1218
|
+
'filePath' => 'library/time-to-read.svg',
|
|
1219
|
+
),
|
|
1220
|
+
'tip' => array(
|
|
1221
|
+
'label' => _x( 'Tip', 'icon label', 'gutenberg' ),
|
|
1222
|
+
'filePath' => 'library/tip.svg',
|
|
1223
|
+
),
|
|
1224
|
+
'title' => array(
|
|
1225
|
+
'label' => _x( 'Title', 'icon label', 'gutenberg' ),
|
|
1226
|
+
'filePath' => 'library/title.svg',
|
|
1227
|
+
),
|
|
1228
|
+
'tool' => array(
|
|
1229
|
+
'label' => _x( 'Tool', 'icon label', 'gutenberg' ),
|
|
1230
|
+
'filePath' => 'library/tool.svg',
|
|
1231
|
+
),
|
|
1232
|
+
'trash' => array(
|
|
1233
|
+
'label' => _x( 'Trash', 'icon label', 'gutenberg' ),
|
|
1234
|
+
'filePath' => 'library/trash.svg',
|
|
1235
|
+
),
|
|
1236
|
+
'trending-down' => array(
|
|
1237
|
+
'label' => _x( 'Trending Down', 'icon label', 'gutenberg' ),
|
|
1238
|
+
'filePath' => 'library/trending-down.svg',
|
|
1239
|
+
),
|
|
1240
|
+
'trending-up' => array(
|
|
1241
|
+
'label' => _x( 'Trending Up', 'icon label', 'gutenberg' ),
|
|
1242
|
+
'filePath' => 'library/trending-up.svg',
|
|
1243
|
+
),
|
|
1244
|
+
'typography' => array(
|
|
1245
|
+
'label' => _x( 'Typography', 'icon label', 'gutenberg' ),
|
|
1246
|
+
'filePath' => 'library/typography.svg',
|
|
1247
|
+
),
|
|
1248
|
+
'undo' => array(
|
|
1249
|
+
'label' => _x( 'Undo', 'icon label', 'gutenberg' ),
|
|
1250
|
+
'filePath' => 'library/undo.svg',
|
|
1251
|
+
),
|
|
1252
|
+
'ungroup' => array(
|
|
1253
|
+
'label' => _x( 'Ungroup', 'icon label', 'gutenberg' ),
|
|
1254
|
+
'filePath' => 'library/ungroup.svg',
|
|
1255
|
+
),
|
|
1256
|
+
'unlock' => array(
|
|
1257
|
+
'label' => _x( 'Unlock', 'icon label', 'gutenberg' ),
|
|
1258
|
+
'filePath' => 'library/unlock.svg',
|
|
1259
|
+
),
|
|
1260
|
+
'unseen' => array(
|
|
1261
|
+
'label' => _x( 'Unseen', 'icon label', 'gutenberg' ),
|
|
1262
|
+
'filePath' => 'library/unseen.svg',
|
|
1263
|
+
),
|
|
1264
|
+
'update' => array(
|
|
1265
|
+
'label' => _x( 'Update', 'icon label', 'gutenberg' ),
|
|
1266
|
+
'filePath' => 'library/update.svg',
|
|
1267
|
+
),
|
|
1268
|
+
'upload' => array(
|
|
1269
|
+
'label' => _x( 'Upload', 'icon label', 'gutenberg' ),
|
|
1270
|
+
'filePath' => 'library/upload.svg',
|
|
1271
|
+
),
|
|
1272
|
+
'verse' => array(
|
|
1273
|
+
'label' => _x( 'Verse', 'icon label', 'gutenberg' ),
|
|
1274
|
+
'filePath' => 'library/verse.svg',
|
|
1275
|
+
),
|
|
1276
|
+
'video' => array(
|
|
1277
|
+
'label' => _x( 'Video', 'icon label', 'gutenberg' ),
|
|
1278
|
+
'filePath' => 'library/video.svg',
|
|
1279
|
+
),
|
|
1280
|
+
'widget' => array(
|
|
1281
|
+
'label' => _x( 'Widget', 'icon label', 'gutenberg' ),
|
|
1282
|
+
'filePath' => 'library/widget.svg',
|
|
1283
|
+
),
|
|
1284
|
+
'word-count' => array(
|
|
1285
|
+
'label' => _x( 'Word Count', 'icon label', 'gutenberg' ),
|
|
1286
|
+
'filePath' => 'library/word-count.svg',
|
|
1287
|
+
),
|
|
1288
|
+
'wordpress' => array(
|
|
1289
|
+
'label' => _x( 'WordPress', 'icon label', 'gutenberg' ),
|
|
1290
|
+
'filePath' => 'library/wordpress.svg',
|
|
1291
|
+
),
|
|
1292
|
+
);
|