When defining something like
"variants": {
"invert": {
"color": "#000",
"global": true
},
"progressive": {
"color": "#c63",
"global": true
},
"destructive": {
"color": "#33d"
},
"warning": {
"color": "#005dff"
}
},this is the output
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g fill="#33d"> <title> tag </title> <path fill="#fff" d="M18.72 11L9 1.28A1 1 0 0 0 8.35 1H2a1 1 0 0 0-1 1v6.35a1 1 0 0 0 .28.65L11 18.72a1 1 0 0 0 1.37 0l6.38-6.38a1 1 0 0 0-.03-1.34zM5 7a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"/> </g></svg>