mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
* add account switcher, migrate context menus to overflow menu system, update version filter controls, only pad instance icons * app account switcher, improve some context menus, theme stuff * prepr * handle reauthentication * fix a couple sign in issues, admin page cleanup, fix org status badges, fix official account badge, open in local keybind, publish plus icons * rename generic menus to ButtonMenu (& types) * fix hydration issue w/ dropdowns + middleware error
19 lines
1.5 KiB
XML
19 lines
1.5 KiB
XML
<?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 width="100%" height="100%" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"
|
|
xmlns:serif="http://www.serif.com/"
|
|
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;">
|
|
<path d="M15.112,22L6,22L6,4C6,2.903 6.903,2 8,2L16,2C17.097,2 18,2.903 18,4L18,12.879" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M6,12L4,12C2.903,12 2,12.903 2,14L2,20C2,21.097 2.903,22 4,22L6,22" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M18,9L20,9C21.097,9 22,9.903 22,11L22,14" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M10,6L14,6" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M10,10L14,10" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M10,14L14,14" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M10,18L12.874,18" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<g>
|
|
<path d="M19,16L19,22" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
<path d="M22,19L16,19" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:2px;"/>
|
|
</g>
|
|
</svg>
|