mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
* refactor: migrate to common eslint+prettier configs
* fix: prettier frontend
* feat: config changes
* fix: lint issues
* fix: lint
* fix: type imports
* fix: cyclical import issue
* fix: lockfile
* fix: missing dep
* fix: switch to tabs
* fix: continue switch to tabs
* fix: rustfmt parity
* fix: moderation lint issue
* fix: lint issues
* fix: ui intl
* fix: lint issues
* Revert "fix: rustfmt parity"
This reverts commit cb99d2376c.
* feat: revert last rs
20 lines
422 B
Vue
20 lines
422 B
Vue
<template>
|
|
<svg
|
|
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"
|
|
class="size-5"
|
|
>
|
|
<path d="m15 15 6 6m-6-6v4.8m0-4.8h4.8" />
|
|
<path d="M9 19.8V15m0 0H4.2M9 15l-6 6" />
|
|
<path d="M15 4.2V9m0 0h4.8M15 9l6-6" />
|
|
<path d="M9 4.2V9m0 0H4.2M9 9 3 3" />
|
|
</svg>
|
|
</template>
|