diff --git a/config/services.yaml b/config/services.yaml index d510036..adc5dcc 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -20,3 +20,13 @@ services: Pcm\IconBundle\Twig\Functions\IconExtension: public: false alias: pcm_icon.icon_extension + arguments: + $directories: + - '%kernel.project_dir%/public/icons' + $palletes: + - primary: + stroke: stroke-primary, + fill: fill-primary + - white: + stroke: stroke-white, + fill: fill-white