IV - Icons variants
@use "@glsass/tools/tools.icons" as *;
iv()
This functions works sililarly like the cv()
function.
It returns the SVG
code (as a string) for the icon name passed.
iv($name, $variation: "default", $options: ());
background-image: url(iv(select));