multi-select icon indicating copy to clipboard operation
multi-select copied to clipboard

Change switch PNG to SVG

Open kevinkaske opened this issue 7 years ago • 1 comments

I have changed the switch PNG to a SVG file. It looks better on retina displays and is a smaller file size.

kevinkaske avatar Oct 11 '18 20:10 kevinkaske

Here is the same SVG but with better compression:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="#717171" d="M70,26H20V16L0,33l20,16v-9h50V26z M100,68L80,51v10H30v14h50v9L100,68z"/></svg>

utilmind avatar Jun 17 '20 00:06 utilmind