Skip to content

Commit

Permalink
chore: trim svg icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Aug 31, 2024
1 parent b506e8a commit a9c7cb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions frontend/src/components/icons/Folder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ const props = defineProps({
stroke="currentColor"
stroke-linejoin="round" />
<path :stroke-width="props.strokeWidth" d="M43 22H5" stroke="currentColor" stroke-linejoin="round" />
<path
:stroke-width="props.strokeWidth"
d="M5 16V28"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round" />
<path
:stroke-width="props.strokeWidth"
d="M43 16V28"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</template>

Expand Down
12 changes: 0 additions & 12 deletions frontend/src/components/icons/Server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ const props = defineProps({
d="M26 38H38"
stroke-linecap="round"
stroke-linejoin="round" />
<path
:stroke-width="props.strokeWidth"
d="M44 37V27"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round" />
<path
:stroke-width="props.strokeWidth"
d="M4 37V27"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round" />
</svg>
</template>

Expand Down

0 comments on commit a9c7cb1

Please sign in to comment.