icon-sections.php 721 B

12345678910111213141516
  1. <?php
  2. return array(
  3. 'web_application_icons' => __( 'Web Application Icons', 'vantage' ),
  4. 'file_type_icons' => __( 'File Type Icons', 'vantage' ),
  5. 'spinner_icons' => __( 'Spinner Icons', 'vantage' ),
  6. 'form_control_icons' => __( 'Form Control Icons', 'vantage' ),
  7. 'payment_icons' => __( 'Payment Icons', 'vantage' ),
  8. 'chart_icons' => __( 'Chart Icons', 'vantage' ),
  9. 'currency_icons' => __( 'Currency Icons', 'vantage' ),
  10. 'text_editor_icons' => __( 'Text Editor Icons', 'vantage' ),
  11. 'directional_icons' => __( 'Directional Icons', 'vantage' ),
  12. 'video_player_icons' => __( 'Video Player Icons', 'vantage' ),
  13. 'brand_icons' => __( 'Brand Icons', 'vantage' ),
  14. 'medical_icons' => __( 'Medical Icons', 'vantage' ),
  15. );