Does anyone have any tip/knowledge on changing the color/properties of a svgicon without using CSS or directly modifying the file?
For example:
const style = {
somestyle: {
random style configs
}
}
<svgIcon className={somestyle} />
Is it even possible to change that svgIcon into a different color from it's default color without using CSS or directly modifying the file?
Or maybe it would be easier to use and modify svgs provided by matieral-ui?