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,58 @@
<?php
/* @Twig/images/icon-plus-square.svg */
class __TwigTemplate_3ddc332f72ddc3de68b73e84afba78dc41ae1c9e5a89f5fb4f8cc15dfe605000 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_dce89e47e4f5ddde7be636cca96bcb77be19bc6b58858d98f113d1eb5cf314c8 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_dce89e47e4f5ddde7be636cca96bcb77be19bc6b58858d98f113d1eb5cf314c8->enter($__internal_dce89e47e4f5ddde7be636cca96bcb77be19bc6b58858d98f113d1eb5cf314c8_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-plus-square.svg"));
$__internal_151283762f9a766b88e0fd86e7b18d3362bbbe6c406f27b6eaa360fbdc2747e4 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_151283762f9a766b88e0fd86e7b18d3362bbbe6c406f27b6eaa360fbdc2747e4->enter($__internal_151283762f9a766b88e0fd86e7b18d3362bbbe6c406f27b6eaa360fbdc2747e4_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-plus-square.svg"));
// line 1
echo "<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 1792 1792\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1408 960v-128q0-26-19-45t-45-19h-320v-320q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v320h-320q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z\"/></svg>
";
$__internal_dce89e47e4f5ddde7be636cca96bcb77be19bc6b58858d98f113d1eb5cf314c8->leave($__internal_dce89e47e4f5ddde7be636cca96bcb77be19bc6b58858d98f113d1eb5cf314c8_prof);
$__internal_151283762f9a766b88e0fd86e7b18d3362bbbe6c406f27b6eaa360fbdc2747e4->leave($__internal_151283762f9a766b88e0fd86e7b18d3362bbbe6c406f27b6eaa360fbdc2747e4_prof);
}
public function getTemplateName()
{
return "@Twig/images/icon-plus-square.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 width=\"1792\" height=\"1792\" viewBox=\"0 0 1792 1792\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1408 960v-128q0-26-19-45t-45-19h-320v-320q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v320h-320q-26 0-45 19t-19 45v128q0 26 19 45t45 19h320v320q0 26 19 45t45 19h128q26 0 45-19t19-45v-320h320q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z\"/></svg>
", "@Twig/images/icon-plus-square.svg", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/images/icon-plus-square.svg");
}
}