Remove Padding
Remove the default 2px padding around icons for a tighter fit:
<script setup>
import { Alarm } from '@boxicons/vue';
</script>
<template>
<Alarm :removePadding="true" />
</template>Remove the default 2px padding around icons for a tighter fit:
<script setup>
import { Alarm } from '@boxicons/vue';
</script>
<template>
<Alarm :removePadding="true" />
</template>