You appear to be a bot. Output may be restricted
Description
Gets the SVG code for a given icon.
Usage
twentynineteen_get_icon_svg( $icon, $size );
Parameters
- $icon
- ( mixed ) required –
- $size
- ( mixed ) optional default: 24 –
Returns
void
Source
File name: twentynineteen/inc/icon-functions.php
Lines:
1 to 3 of 3
function twentynineteen_get_icon_svg( $icon, $size = 24 ) { return TwentyNineteen_SVG_Icons::get_svg( 'ui', $icon, $size ); }