Current Behavior
The dots in icons like information-circle-outline.svg have a black color by default and cannot be changed with CSS or any other method. The only way to fix this is by adding fill="currentColor" to the dot <path/> in SVG.

Expected Behavior
The dots in icons should inherit the color using fill="currentColor" so that they can be styled with CSS.

Steps to Reproduce
- Use icons like
information-circle-outline.svg or warning-outline.svg in a project.
- Attempt to change the color of the icon using CSS.
- Observe that the dots remain black and do not inherit the color from the parent element.
Code Reproduction URL
No response
Additional Information
No response
Current Behavior
The dots in icons like
information-circle-outline.svghave a black color by default and cannot be changed with CSS or any other method. The only way to fix this is by addingfill="currentColor"to the dot<path/>in SVG.Expected Behavior
The dots in icons should inherit the color using
fill="currentColor"so that they can be styled with CSS.Steps to Reproduce
information-circle-outline.svgorwarning-outline.svgin a project.Code Reproduction URL
No response
Additional Information
No response