Skip to Content
SvelteNPM PackageStyle the IconsRemove Padding

Remove Padding

Remove the default 2px padding around icons for a tighter fit:

<script> import { Alarm } from '@boxicons/svelte'; </script> <Alarm removePadding={true} />