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-o.svg */
class __TwigTemplate_391430d2be1d64d85093ac3ea153595532e12245bfeb9d9165d208af62101e0e 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_6a1ef06ebff8b50b331d0cc876521d181af4b5ddc42229c40bc30dc79053e069 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_6a1ef06ebff8b50b331d0cc876521d181af4b5ddc42229c40bc30dc79053e069->enter($__internal_6a1ef06ebff8b50b331d0cc876521d181af4b5ddc42229c40bc30dc79053e069_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-plus-square-o.svg"));
$__internal_118066fd1d19fbe8b5cd9379f310d77b6b7fe976919ed8be566c0e2a63c12b84 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_118066fd1d19fbe8b5cd9379f310d77b6b7fe976919ed8be566c0e2a63c12b84->enter($__internal_118066fd1d19fbe8b5cd9379f310d77b6b7fe976919ed8be566c0e2a63c12b84_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/images/icon-plus-square-o.svg"));
// line 1
echo "<svg width=\"1792\" height=\"1792\" viewBox=\"0 0 1792 1792\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z\"/></svg>
";
$__internal_6a1ef06ebff8b50b331d0cc876521d181af4b5ddc42229c40bc30dc79053e069->leave($__internal_6a1ef06ebff8b50b331d0cc876521d181af4b5ddc42229c40bc30dc79053e069_prof);
$__internal_118066fd1d19fbe8b5cd9379f310d77b6b7fe976919ed8be566c0e2a63c12b84->leave($__internal_118066fd1d19fbe8b5cd9379f310d77b6b7fe976919ed8be566c0e2a63c12b84_prof);
}
public function getTemplateName()
{
return "@Twig/images/icon-plus-square-o.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=\"M1344 800v64q0 14-9 23t-23 9H960v352q0 14-9 23t-23 9h-64q-14 0-23-9t-9-23V896H480q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h352V416q0-14 9-23t23-9h64q14 0 23 9t9 23v352h352q14 0 23 9t9 23zm128 448V416q0-66-47-113t-113-47H480q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113zm128-832v832q0 119-84.5 203.5T1312 1536H480q-119 0-203.5-84.5T192 1248V416q0-119 84.5-203.5T480 128h832q119 0 203.5 84.5T1600 416z\"/></svg>
", "@Twig/images/icon-plus-square-o.svg", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/images/icon-plus-square-o.svg");
}
}