/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
twig
/
ae
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* @Security/Collector/icon.svg */ class __TwigTemplate_5cba4f823f0eb16b259772ea1a467ac1f3f3455142e7d9bbf70ff34a1838b9c5 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"#AAA\" d=\"M21 20.4V22H3v-1.6c0-3.7 2.4-6.9 5.8-8-1.7-1.1-2.9-3-2.9-5.2 0-3.4 2.7-6.1 6.1-6.1s6.1 2.7 6.1 6.1c0 2.2-1.2 4.1-2.9 5.2 3.4 1.1 5.8 4.3 5.8 8z\"/></svg> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "@Security/Collector/icon.svg"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "@Security/Collector/icon.svg", "/var/www/html/boazapp/vendor/symfony/security-bundle/Resources/views/Collector/icon.svg"); } }