\s*<', $svg); // Remove white space between SVG tags. return $svg; } return null; } /* -------------------------------------------------------------------- ICON STORAGE Store the code for all SVGs in an array -------------------------------------------------------------------- */ static $icons = array( 'arrow-down' => '', 'arrow-left' => '', 'arrow-right' => '', 'arrow-down-circled' => '', 'bookmark' => '', 'calendar' => '', 'chevron-down' => '', 'comment' => '', 'cross' => '', 'edit' => '', 'folder' => '', 'search' => '', 'tag' => '', 'user' => '', 'recent' => '', 'blaze' => '', 'star' => '', 'latest' => '', 'cart' => '', ); } endif;