We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efd453 commit 9f70acfCopy full SHA for 9f70acf
symfony/ux-icons/2.19/assets/icons/symfony.svg
symfony/ux-icons/2.19/config/packages/ux_icons.yaml
@@ -0,0 +1,19 @@
1
+# Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration
2
+ux_icons:
3
+
4
+ # Default HTML attributes to add to all icons
5
+ default_icon_attributes:
6
+ # Use current text color to fill the icon
7
+ fill: currentColor
8
9
+ # Default dimensions
10
+ height: '1em'
11
+ width: '1em'
12
13
+ # Throw an exception if an icon is not
14
+ ignore_not_found: false
15
16
+when@prod:
17
+ ux_icons:
18
+ # Suppress exceptions for missing icons in production
19
+ ignore_not_found: true
symfony/ux-icons/2.19/manifest.json
@@ -0,0 +1,8 @@
+{
+ "bundles": {
+ "Symfony\\UX\\Icons\\UXIconsBundle": ["all"]
+ },
+ "copy-from-recipe": {
+ "assets/": "assets/"
+ }
+}
0 commit comments