<?php

namespace ContainerJpqYdfD;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/**
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class get_UxIcons_IconifyService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the private '.ux_icons.iconify' shared service.
     *
     * @return \Symfony\UX\Icons\Iconify
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.ux_icons.iconify'] = new \Symfony\UX\Icons\Iconify(($container->privates['.ux_icons.cache'] ?? self::get_UxIcons_CacheService($container)), 'https://api.iconify.design', ($container->privates['.debug.http_client'] ?? self::get_Debug_HttpClientService($container)));
    }
}
