fill
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#2c3e50" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M3 3l18 18" /> <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87" /> <path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /> <path d="M3 11l8 0" /> <path d="M15 11l6 0" /> <path d="M7 15l.01 0" /> <path d="M11 15l2 0" /> </svg>
This is being caused by the classes fill-none, hover:fill-none, group-hover:fill-none.
fill-none
hover:fill-none
group-hover:fill-none
Perhaps add a flag to disable fill?
fill: false
No dependencies set.
The note is not visible to the blocked user.
This is being caused by the classes
fill-none,hover:fill-none,group-hover:fill-none.Perhaps add a flag to disable fill?
fill: false