mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
* fix: skins backend bugs + apply flow * fix: caching structure * feat: collapse already duplicated skins + fix moj api spam * fix: doc * fix: flatten migrations * feat: remove default cape/cape override concept * fix: fmt + lint * feat: remove SelectCapeModal for inline cape list * feat: qa * feat: virtualisation of skins sections + fix texture/model cache * fix: lint * fix: virt bugs + renderer fixes * fix: qa bugs * fix: doc * fix: re-add click impulse anim from prototypes + re-add interact anim length cap * fix: regressions * devex: split up SkinPreviewrenderer * fix: lint * fix: introduce dynamic mode in virtual-scroll.ts * feat: qa * fix: nametag bug + remove minecon skin pack suffix * feat: pain (literally) * feat: user agent on moj reqs * feat: impl per account flush queue for operations * fix: breadcrumb * chore: i18n pass * fix: lint + prep + check * fix: misalignments
23 lines
496 B
XML
23 lines
496 B
XML
<!-- @license lucide-static v0.562.0 - ISC -->
|
|
<svg
|
|
class="lucide lucide-unfold-horizontal"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M16 12h6" />
|
|
<path d="M8 12H2" />
|
|
<path d="M12 2v2" />
|
|
<path d="M12 8v2" />
|
|
<path d="M12 14v2" />
|
|
<path d="M12 20v2" />
|
|
<path d="m19 15 3-3-3-3" />
|
|
<path d="m5 9-3 3 3 3" />
|
|
</svg>
|