Lines:
1 to 18 of 18
<?php /** * Custom icons for this theme. * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { /* class TwentyTwenty_SVG_Icons */ /* function TwentyTwenty_SVG_Icons::get_svg() – GET SVG CODE Get the SVG code for the specified icon */ /* function TwentyTwenty_SVG_Icons::get_social_link_svg() – GET SOCIAL LINK SVG Detects the social network from a URL and returns the SVG code for its icon. */ }