lou / multi-select

A user-friendlier drop-in replacement for the standard select with multiple attribute activated.
loudev.com
MIT License
1.9k stars 437 forks source link

Change switch PNG to SVG #303

Open kevinkaske opened 6 years ago

kevinkaske commented 6 years ago

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

utilmind commented 4 years ago

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>