[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/assets/ -> icon-library-manifest.php (source)

   1  <?php
   2  // This file is automatically generated. Do not edit directly.
   3  if ( ! defined( 'ABSPATH' ) ) {
   4      die( 'Silence is golden.' );
   5  }
   6  
   7  return array(
   8      'arrow-down-left'     => array(
   9          'label'    => _x( 'Arrow Down Left', 'icon label' ),
  10          'filePath' => 'arrow-down-left.svg',
  11      ),
  12      'arrow-down-right'    => array(
  13          'label'    => _x( 'Arrow Down Right', 'icon label' ),
  14          'filePath' => 'arrow-down-right.svg',
  15      ),
  16      'arrow-down'          => array(
  17          'label'    => _x( 'Arrow Down', 'icon label' ),
  18          'filePath' => 'arrow-down.svg',
  19      ),
  20      'arrow-left'          => array(
  21          'label'    => _x( 'Arrow Left', 'icon label' ),
  22          'filePath' => 'arrow-left.svg',
  23      ),
  24      'arrow-right'         => array(
  25          'label'    => _x( 'Arrow Right', 'icon label' ),
  26          'filePath' => 'arrow-right.svg',
  27      ),
  28      'arrow-up-left'       => array(
  29          'label'    => _x( 'Arrow Up Left', 'icon label' ),
  30          'filePath' => 'arrow-up-left.svg',
  31      ),
  32      'arrow-up-right'      => array(
  33          'label'    => _x( 'Arrow Up Right', 'icon label' ),
  34          'filePath' => 'arrow-up-right.svg',
  35      ),
  36      'arrow-up'            => array(
  37          'label'    => _x( 'Arrow Up', 'icon label' ),
  38          'filePath' => 'arrow-up.svg',
  39      ),
  40      'at-symbol'           => array(
  41          'label'    => _x( 'At Symbol (@)', 'icon label' ),
  42          'filePath' => 'at-symbol.svg',
  43      ),
  44      'audio'               => array(
  45          'label'    => _x( 'Audio', 'icon label' ),
  46          'filePath' => 'audio.svg',
  47      ),
  48      'bell'                => array(
  49          'label'    => _x( 'Bell', 'icon label' ),
  50          'filePath' => 'bell.svg',
  51      ),
  52      'block-default'       => array(
  53          'label'    => _x( 'Block Default', 'icon label' ),
  54          'filePath' => 'block-default.svg',
  55      ),
  56      'block-meta'          => array(
  57          'label'    => _x( 'Block Meta', 'icon label' ),
  58          'filePath' => 'block-meta.svg',
  59      ),
  60      'block-table'         => array(
  61          'label'    => _x( 'Block Table', 'icon label' ),
  62          'filePath' => 'block-table.svg',
  63      ),
  64      'calendar'            => array(
  65          'label'    => _x( 'Calendar', 'icon label' ),
  66          'filePath' => 'calendar.svg',
  67      ),
  68      'capture-photo'       => array(
  69          'label'    => _x( 'Capture Photo', 'icon label' ),
  70          'filePath' => 'capture-photo.svg',
  71      ),
  72      'capture-video'       => array(
  73          'label'    => _x( 'Capture Video', 'icon label' ),
  74          'filePath' => 'capture-video.svg',
  75      ),
  76      'cart'                => array(
  77          'label'    => _x( 'Cart', 'icon label' ),
  78          'filePath' => 'cart.svg',
  79      ),
  80      'category'            => array(
  81          'label'    => _x( 'Category', 'icon label' ),
  82          'filePath' => 'category.svg',
  83      ),
  84      'caution'             => array(
  85          'label'    => _x( 'Caution', 'icon label' ),
  86          'filePath' => 'caution.svg',
  87      ),
  88      'chart-bar'           => array(
  89          'label'    => _x( 'Chart Bar', 'icon label' ),
  90          'filePath' => 'chart-bar.svg',
  91      ),
  92      'check'               => array(
  93          'label'    => _x( 'Check', 'icon label' ),
  94          'filePath' => 'check.svg',
  95      ),
  96      'chevron-down'        => array(
  97          'label'    => _x( 'Chevron Down', 'icon label' ),
  98          'filePath' => 'chevron-down.svg',
  99      ),
 100      'chevron-down-small'  => array(
 101          'label'    => _x( 'Chevron Down Small', 'icon label' ),
 102          'filePath' => 'chevron-down-small.svg',
 103      ),
 104      'chevron-left'        => array(
 105          'label'    => _x( 'Chevron Left', 'icon label' ),
 106          'filePath' => 'chevron-left.svg',
 107      ),
 108      'chevron-left-small'  => array(
 109          'label'    => _x( 'Chevron Left Small', 'icon label' ),
 110          'filePath' => 'chevron-left-small.svg',
 111      ),
 112      'chevron-right'       => array(
 113          'label'    => _x( 'Chevron Right', 'icon label' ),
 114          'filePath' => 'chevron-right.svg',
 115      ),
 116      'chevron-right-small' => array(
 117          'label'    => _x( 'Chevron Right Small', 'icon label' ),
 118          'filePath' => 'chevron-right-small.svg',
 119      ),
 120      'chevron-up'          => array(
 121          'label'    => _x( 'Chevron Up', 'icon label' ),
 122          'filePath' => 'chevron-up.svg',
 123      ),
 124      'chevron-up-down'     => array(
 125          'label'    => _x( 'Chevron Up Down', 'icon label' ),
 126          'filePath' => 'chevron-up-down.svg',
 127      ),
 128      'chevron-up-small'    => array(
 129          'label'    => _x( 'Chevron Up Small', 'icon label' ),
 130          'filePath' => 'chevron-up-small.svg',
 131      ),
 132      'comment'             => array(
 133          'label'    => _x( 'Comment', 'icon label' ),
 134          'filePath' => 'comment.svg',
 135      ),
 136      'cover'               => array(
 137          'label'    => _x( 'Cover', 'icon label' ),
 138          'filePath' => 'cover.svg',
 139      ),
 140      'create'              => array(
 141          'label'    => _x( 'Create', 'icon label' ),
 142          'filePath' => 'create.svg',
 143      ),
 144      'desktop'             => array(
 145          'label'    => _x( 'Desktop', 'icon label' ),
 146          'filePath' => 'desktop.svg',
 147      ),
 148      'download'            => array(
 149          'label'    => _x( 'Download', 'icon label' ),
 150          'filePath' => 'download.svg',
 151      ),
 152      'drawer-left'         => array(
 153          'label'    => _x( 'Drawer Left', 'icon label' ),
 154          'filePath' => 'drawer-left.svg',
 155      ),
 156      'drawer-right'        => array(
 157          'label'    => _x( 'Drawer Right', 'icon label' ),
 158          'filePath' => 'drawer-right.svg',
 159      ),
 160      'envelope'            => array(
 161          'label'    => _x( 'Envelope', 'icon label' ),
 162          'filePath' => 'envelope.svg',
 163      ),
 164      'error'               => array(
 165          'label'    => _x( 'Error', 'icon label' ),
 166          'filePath' => 'error.svg',
 167      ),
 168      'external'            => array(
 169          'label'    => _x( 'External', 'icon label' ),
 170          'filePath' => 'external.svg',
 171      ),
 172      'file'                => array(
 173          'label'    => _x( 'File', 'icon label' ),
 174          'filePath' => 'file.svg',
 175      ),
 176      'gallery'             => array(
 177          'label'    => _x( 'Gallery', 'icon label' ),
 178          'filePath' => 'gallery.svg',
 179      ),
 180      'group'               => array(
 181          'label'    => _x( 'Group', 'icon label' ),
 182          'filePath' => 'group.svg',
 183      ),
 184      'heading'             => array(
 185          'label'    => _x( 'Heading', 'icon label' ),
 186          'filePath' => 'heading.svg',
 187      ),
 188      'help'                => array(
 189          'label'    => _x( 'Help', 'icon label' ),
 190          'filePath' => 'help.svg',
 191      ),
 192      'home'                => array(
 193          'label'    => _x( 'Home', 'icon label' ),
 194          'filePath' => 'home.svg',
 195      ),
 196      'image'               => array(
 197          'label'    => _x( 'Image', 'icon label' ),
 198          'filePath' => 'image.svg',
 199      ),
 200      'info'                => array(
 201          'label'    => _x( 'Info', 'icon label' ),
 202          'filePath' => 'info.svg',
 203      ),
 204      'key'                 => array(
 205          'label'    => _x( 'Key', 'icon label' ),
 206          'filePath' => 'key.svg',
 207      ),
 208      'language'            => array(
 209          'label'    => _x( 'Language', 'icon label' ),
 210          'filePath' => 'language.svg',
 211      ),
 212      'map-marker'          => array(
 213          'label'    => _x( 'Map Marker', 'icon label' ),
 214          'filePath' => 'map-marker.svg',
 215      ),
 216      'menu'                => array(
 217          'label'    => _x( 'Menu', 'icon label' ),
 218          'filePath' => 'menu.svg',
 219      ),
 220      'mobile'              => array(
 221          'label'    => _x( 'Mobile', 'icon label' ),
 222          'filePath' => 'mobile.svg',
 223      ),
 224      'more-horizontal'     => array(
 225          'label'    => _x( 'More Horizontal', 'icon label' ),
 226          'filePath' => 'more-horizontal.svg',
 227      ),
 228      'more-vertical'       => array(
 229          'label'    => _x( 'More Vertical', 'icon label' ),
 230          'filePath' => 'more-vertical.svg',
 231      ),
 232      'next'                => array(
 233          'label'    => _x( 'Next', 'icon label' ),
 234          'filePath' => 'next.svg',
 235      ),
 236      'paragraph'           => array(
 237          'label'    => _x( 'Paragraph', 'icon label' ),
 238          'filePath' => 'paragraph.svg',
 239      ),
 240      'payment'             => array(
 241          'label'    => _x( 'Payment', 'icon label' ),
 242          'filePath' => 'payment.svg',
 243      ),
 244      'pencil'              => array(
 245          'label'    => _x( 'Pencil', 'icon label' ),
 246          'filePath' => 'pencil.svg',
 247      ),
 248      'people'              => array(
 249          'label'    => _x( 'People', 'icon label' ),
 250          'filePath' => 'people.svg',
 251      ),
 252      'plus'                => array(
 253          'label'    => _x( 'Plus', 'icon label' ),
 254          'filePath' => 'plus.svg',
 255      ),
 256      'plus-circle'         => array(
 257          'label'    => _x( 'Plus Circle', 'icon label' ),
 258          'filePath' => 'plus-circle.svg',
 259      ),
 260      'previous'            => array(
 261          'label'    => _x( 'Previous', 'icon label' ),
 262          'filePath' => 'previous.svg',
 263      ),
 264      'published'           => array(
 265          'label'    => _x( 'Published', 'icon label' ),
 266          'filePath' => 'published.svg',
 267      ),
 268      'quote'               => array(
 269          'label'    => _x( 'Quote', 'icon label' ),
 270          'filePath' => 'quote.svg',
 271      ),
 272      'receipt'             => array(
 273          'label'    => _x( 'Receipt', 'icon label' ),
 274          'filePath' => 'receipt.svg',
 275      ),
 276      'rss'                 => array(
 277          'label'    => _x( 'RSS', 'icon label' ),
 278          'filePath' => 'rss.svg',
 279      ),
 280      'scheduled'           => array(
 281          'label'    => _x( 'Scheduled', 'icon label' ),
 282          'filePath' => 'scheduled.svg',
 283      ),
 284      'search'              => array(
 285          'label'    => _x( 'Search', 'icon label' ),
 286          'filePath' => 'search.svg',
 287      ),
 288      'settings'            => array(
 289          'label'    => _x( 'Settings', 'icon label' ),
 290          'filePath' => 'settings.svg',
 291      ),
 292      'shadow'              => array(
 293          'label'    => _x( 'Shadow', 'icon label' ),
 294          'filePath' => 'shadow.svg',
 295      ),
 296      'share'               => array(
 297          'label'    => _x( 'Share', 'icon label' ),
 298          'filePath' => 'share.svg',
 299      ),
 300      'shield'              => array(
 301          'label'    => _x( 'Shield', 'icon label' ),
 302          'filePath' => 'shield.svg',
 303      ),
 304      'shuffle'             => array(
 305          'label'    => _x( 'Shuffle', 'icon label' ),
 306          'filePath' => 'shuffle.svg',
 307      ),
 308      'star-empty'          => array(
 309          'label'    => _x( 'Star Empty', 'icon label' ),
 310          'filePath' => 'star-empty.svg',
 311      ),
 312      'star-filled'         => array(
 313          'label'    => _x( 'Star Filled', 'icon label' ),
 314          'filePath' => 'star-filled.svg',
 315      ),
 316      'star-half'           => array(
 317          'label'    => _x( 'Star Half', 'icon label' ),
 318          'filePath' => 'star-half.svg',
 319      ),
 320      'store'               => array(
 321          'label'    => _x( 'Store', 'icon label' ),
 322          'filePath' => 'store.svg',
 323      ),
 324      'styles'              => array(
 325          'label'    => _x( 'Styles', 'icon label' ),
 326          'filePath' => 'styles.svg',
 327      ),
 328      'symbol'              => array(
 329          'label'    => _x( 'Symbol', 'icon label' ),
 330          'filePath' => 'symbol.svg',
 331      ),
 332      'symbol-filled'       => array(
 333          'label'    => _x( 'Symbol Filled', 'icon label' ),
 334          'filePath' => 'symbol-filled.svg',
 335      ),
 336      'table'               => array(
 337          'label'    => _x( 'Table', 'icon label' ),
 338          'filePath' => 'table.svg',
 339      ),
 340      'tablet'              => array(
 341          'label'    => _x( 'Tablet', 'icon label' ),
 342          'filePath' => 'tablet.svg',
 343      ),
 344      'tag'                 => array(
 345          'label'    => _x( 'Tag', 'icon label' ),
 346          'filePath' => 'tag.svg',
 347      ),
 348      'tip'                 => array(
 349          'label'    => _x( 'Tip', 'icon label' ),
 350          'filePath' => 'tip.svg',
 351      ),
 352      'upload'              => array(
 353          'label'    => _x( 'Upload', 'icon label' ),
 354          'filePath' => 'upload.svg',
 355      ),
 356      'verse'               => array(
 357          'label'    => _x( 'Verse', 'icon label' ),
 358          'filePath' => 'verse.svg',
 359      ),
 360  );


Generated : Sun Jun 14 08:20:09 2026 Cross-referenced by PHPXref