mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
20 lines
505 B
Vue
20 lines
505 B
Vue
<!-- eslint-disable vue/multi-word-component-names -->
|
|
<!-- eslint-disable @intlify/vue-i18n/no-raw-text -->
|
|
<template>
|
|
<!-- Generated by IcoMoon.io -->
|
|
<svg
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="32"
|
|
height="32"
|
|
viewBox="0 0 32 32"
|
|
fill="currentColor"
|
|
stroke="currentColor"
|
|
>
|
|
<title>align-justify</title>
|
|
<path
|
|
d="M3 7h26v2h-26v-2zM3 11h26v2h-26v-2zM3 15h26v2h-26v-2zM3 19h26v2h-26v-2zM3 23h26v2h-26v-2z"
|
|
></path>
|
|
</svg>
|
|
</template>
|