Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
<?php
/* @Security/Collector/icon.svg */
class __TwigTemplate_b54b2bcc6985f09b38ebb3192571a9e78f9102fad50e226031373e9cc07d147b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_734c0af67f0fca65e9ccc44eed6cc2e1799697edd094f42a1856295d2d46b90e = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_734c0af67f0fca65e9ccc44eed6cc2e1799697edd094f42a1856295d2d46b90e->enter($__internal_734c0af67f0fca65e9ccc44eed6cc2e1799697edd094f42a1856295d2d46b90e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Security/Collector/icon.svg"));
$__internal_64fbe584b2f21f9f2678dbca1841c0c00c41f1bebd57477f1c1f94152dbe386c = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_64fbe584b2f21f9f2678dbca1841c0c00c41f1bebd57477f1c1f94152dbe386c->enter($__internal_64fbe584b2f21f9f2678dbca1841c0c00c41f1bebd57477f1c1f94152dbe386c_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Security/Collector/icon.svg"));
// line 1
echo "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" enable-background=\"new 0 0 24 24\" xml:space=\"preserve\">
<path fill=\"#AAAAAA\" d=\"M21,20.4V22H3v-1.6c0-3.7,2.4-6.9,5.8-8c-1.7-1.1-2.9-3-2.9-5.2c0-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.2C18.6,13.5,21,16.7,21,20.4z\"/>
</svg>
";
$__internal_734c0af67f0fca65e9ccc44eed6cc2e1799697edd094f42a1856295d2d46b90e->leave($__internal_734c0af67f0fca65e9ccc44eed6cc2e1799697edd094f42a1856295d2d46b90e_prof);
$__internal_64fbe584b2f21f9f2678dbca1841c0c00c41f1bebd57477f1c1f94152dbe386c->leave($__internal_64fbe584b2f21f9f2678dbca1841c0c00c41f1bebd57477f1c1f94152dbe386c_prof);
}
public function getTemplateName()
{
return "@Security/Collector/icon.svg";
}
public function getDebugInfo()
{
return array ( 25 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" enable-background=\"new 0 0 24 24\" xml:space=\"preserve\">
<path fill=\"#AAAAAA\" d=\"M21,20.4V22H3v-1.6c0-3.7,2.4-6.9,5.8-8c-1.7-1.1-2.9-3-2.9-5.2c0-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.2C18.6,13.5,21,16.7,21,20.4z\"/>
</svg>
", "@Security/Collector/icon.svg", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/icon.svg");
}
}