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-minus-square.svg */
class __TwigTemplate_1d1384237b91d67111a7cc5f4e36d5587ea60917ef7d62840755acef3031e6d8 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_0ab79d09997506b411329f3b56fd48e25204a13a2f3529e97ccb126ebdf1d5a3 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_0ab79d09997506b411329f3b56fd48e25204a13a2f3529e97ccb126ebdf1d5a3->enter($__internal_0ab79d09997506b411329f3b56fd48e25204a13a2f3529e97ccb126ebdf1d5a3_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-minus-square.svg"));
$__internal_3349a9cc461abc1516c9eddd1071d1f2dd2fb16cae629548cf72f550e8ce9710 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_3349a9cc461abc1516c9eddd1071d1f2dd2fb16cae629548cf72f550e8ce9710->enter($__internal_3349a9cc461abc1516c9eddd1071d1f2dd2fb16cae629548cf72f550e8ce9710_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-minus-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 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z\"/></svg>
";
$__internal_0ab79d09997506b411329f3b56fd48e25204a13a2f3529e97ccb126ebdf1d5a3->leave($__internal_0ab79d09997506b411329f3b56fd48e25204a13a2f3529e97ccb126ebdf1d5a3_prof);
$__internal_3349a9cc461abc1516c9eddd1071d1f2dd2fb16cae629548cf72f550e8ce9710->leave($__internal_3349a9cc461abc1516c9eddd1071d1f2dd2fb16cae629548cf72f550e8ce9710_prof);
}
public function getTemplateName()
{
return "@Twig/images/icon-minus-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 960V832q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45-19t19-45zm256-544v960q0 119-84.5 203.5T1376 1664H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z\"/></svg>
", "@Twig/images/icon-minus-square.svg", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/images/icon-minus-square.svg");
}
}