mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
d623848c87
When listing icons provided by a module, if there is a png and svg with the same name, only the svg will be listed. If a node asks for a png icon which is not known, but there is a corresponding svg, that will be used instead.
2 lines
161 B
XML
2 lines
161 B
XML
<svg width="40" height="60" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="M20 32.96l-18-18h36z"/><path d="M2 20.36l18 18 18-18v26.1H2z"/></g></svg>
|