added mintea assets

This commit is contained in:
2023-12-27 15:34:44 -07:00
committed by emma
parent 6d8cdf58ca
commit 2ee7393a99
19 changed files with 751 additions and 0 deletions

17
assets/res/icons/file.svg Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg height="100%" stroke-miterlimit="10" style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" version="1.1" viewBox="0 0 16 16" width="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path d="M4 0L10 0L14 4L14 14C14 15.1046 13.1046 16 12 16L4 16C2.89543 16 2 15.1046 2 14L2 2C2 0.895431 2.89543 0 4 0Z" id="Fill"/>
</defs>
<g id="Layer-1">
<g opacity="1">
<mask height="16" id="StrokeMask" maskUnits="userSpaceOnUse" width="12" x="2" y="0">
<rect fill="#FF0000" height="16" stroke="none" width="12" x="2" y="0"/>
<use fill="#ffffff" fill-rule="evenodd" stroke="none" xlink:href="#Fill"/>
</mask>
<use fill="none" mask="url(#StrokeMask)" stroke="#FF0000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" xlink:href="#Fill"/>
</g>
<path d="M9.5 0.5L9.5 4.5L13.5 4.5" fill="none" opacity="1" stroke="#FF0000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB