diff --git a/symfony/ux-icons/2.19/assets/icons/symfony.svg b/symfony/ux-icons/2.19/assets/icons/symfony.svg new file mode 100644 index 000000000..93fb329cc --- /dev/null +++ b/symfony/ux-icons/2.19/assets/icons/symfony.svg @@ -0,0 +1 @@ + diff --git a/symfony/ux-icons/2.19/config/packages/ux_icons.yaml b/symfony/ux-icons/2.19/config/packages/ux_icons.yaml new file mode 100644 index 000000000..aa5fe690c --- /dev/null +++ b/symfony/ux-icons/2.19/config/packages/ux_icons.yaml @@ -0,0 +1,20 @@ +# Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration +ux_icons: + + # Default HTML attributes to add to all icons + default_icon_attributes: + + # Use current text color to fill the icon + fill: currentColor + + # Default dimensions + height: '1em' + width: '1em' + + # Throw an exception if an icon is not + ignore_not_found: false + +when@prod: + ux_icons: + # Suppress exceptions for missing icons in production + ignore_not_found: true diff --git a/symfony/ux-icons/2.19/manifest.json b/symfony/ux-icons/2.19/manifest.json new file mode 100644 index 000000000..c2667820f --- /dev/null +++ b/symfony/ux-icons/2.19/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Symfony\\UX\\Icons\\UXIconsBundle": ["all"] + }, + "copy-from-recipe": { + "assets/": "assets/", + "config/": "%CONFIG_DIR%/" + } +}