Jake Vanderwerf
2026-05-23 266aa37c48222993bf7bdad6834e31bd08736f5e
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
 *