Skip to content

Commit 5eeeefb

Browse files
committed
TEMPORARILY add non-public icons
1 parent abb2f66 commit 5eeeefb

13 files changed

Lines changed: 48 additions & 4 deletions

File tree

src/wp-includes/assets/icon-library-manifest.php

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
'label' => _x( 'Chevron Up Small', 'icon label' ),
134134
'filePath' => 'chevron-up-small.svg',
135135
),
136+
'cog' => array(
137+
'label' => _x( 'Cog', 'icon label' ),
138+
'filePath' => 'cog.svg',
139+
),
136140
'comment' => array(
137141
'label' => _x( 'Comment', 'icon label' ),
138142
'filePath' => 'comment.svg',
@@ -277,14 +281,14 @@
277281
'label' => _x( 'Plus', 'icon label' ),
278282
'filePath' => 'plus.svg',
279283
),
280-
'post' => array(
281-
'label' => _x( 'Post', 'icon label' ),
282-
'filePath' => 'post.svg',
283-
),
284284
'plus-circle' => array(
285285
'label' => _x( 'Plus Circle', 'icon label' ),
286286
'filePath' => 'plus-circle.svg',
287287
),
288+
'post' => array(
289+
'label' => _x( 'Post', 'icon label' ),
290+
'filePath' => 'post.svg',
291+
),
288292
'previous' => array(
289293
'label' => _x( 'Previous', 'icon label' ),
290294
'filePath' => 'previous.svg',
@@ -333,6 +337,10 @@
333337
'label' => _x( 'Shuffle', 'icon label' ),
334338
'filePath' => 'shuffle.svg',
335339
),
340+
'sites' => array(
341+
'label' => _x( 'Sites', 'icon label' ),
342+
'filePath' => 'sites.svg',
343+
),
336344
'star-empty' => array(
337345
'label' => _x( 'Star Empty', 'icon label' ),
338346
'filePath' => 'star-empty.svg',
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)