Remove Padding
Remove the default 2px padding around icons for a tighter fit:
import { createSvgString, Alarm } from '@boxicons-pro/js';
createSvgString(Alarm, { removePadding: true });Remove the default 2px padding around icons for a tighter fit:
import { createSvgString, Alarm } from '@boxicons-pro/js';
createSvgString(Alarm, { removePadding: true });