Jake Vanderwerf
7 days ago 46d681c6b825d21b3f698d793c4e630c687d90ad
jvb.php
@@ -141,6 +141,13 @@
   return IconsManager::for($source)->get($name, $options);
}
function jvbFullIcon(string $name, array $options = []):string
{
   $source = $options['source'] ?? 'icons';
   unset($options['source']);
   return IconsManager::for($source)->getRawSvg($name, $options['style']??null);
}
/**
 * Get a CSS data URI for an icon
 *