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 76c212dCopy full SHA for 76c212d
symfony/ux-icons/2.19/assets/icons/symfony.svg
symfony/ux-icons/2.19/config/packages/ux_icons.yaml
@@ -0,0 +1,20 @@
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
7
+ # Use current text color to fill the icon
8
+ fill: currentColor
9
10
+ # Default dimensions
11
+ height: '1em'
12
+ width: '1em'
13
14
+ # Throw an exception if an icon is not
15
+ ignore_not_found: false
16
17
+when@prod:
18
+ ux_icons:
19
+ # Suppress exceptions for missing icons in production
20
+ 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