An electron-based WIP aesthetic file explorer ^^
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FileKade/assets/icons/folder/sidebar-favorite.svg

10 lines
365 B

3 years ago
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#fbd914;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffb56b;stop-opacity:1" />
</linearGradient>
</defs>
<path d="M8 .2l4.9 15.2L0 6h16L3.1 15.4z" fill="url(#grad)" />
</svg>