micon-icon.html.twig in Micon 2.x
Same filename and directory in other branches
micon-icon.html.twig Default theme implementation to present a single Micon icon.
See also
3 theme calls to micon-icon.html.twig
- Micon::renderIcon in src/
TwigExtension/ Micon.php - Render the icon.
- MiconIcon::toRenderable in src/
MiconIcon.php - Returns a render array representation of the object.
- MiconIconize::render in src/
MiconIconize.php - Renders the object as a string.
File
templates/micon-icon.html.twigView source
- {#
- /**
- * @file micon-icon.html.twig
- * Default theme implementation to present a single Micon icon.
- *
- * @see template_preprocess_micon_icon()
- *
- * @ingroup themeable
- */
- #}
- <{{ tag }}{{ attributes }}>{{ children }}</{{ tag }}>