selector svg {
background: transparent !important;
fill: none !important;
}
selector svg path,
selector svg circle,
selector svg rect {
fill: none !important;
stroke: #fff !important;
stroke-width: 2px; /* Ajuste a espessura se necessário */
}