You are here

function icon_select_theme in Icon Select 8

Implements hook_theme().

File

./icon_select.module, line 15
Basic module file for icon_select module.

Code

function icon_select_theme() {
  return [
    'icon_select_svg_icon' => [
      'variables' => [
        'attributes' => NULL,
        'symbol_id' => NULL,
      ],
    ],
  ];
}