SVG
Square onlyChange the color of the SVG element.
If the SVG element is capable of it, you can change its fill color with fill-[theme color]
and stroke color with stroke-[theme color]
. If you don't modify any of these colors, the default fill color is always currentColor
.