Export to PDF Sizing lucide icons

Hello,
by default the icons are 24x24px how can i change this for pdf?

in Obsidian the icons looks like this:
image

in the PDF like this:
image

thanks in advance

This works for me

@media print{
   .svg-icon {width:0.9em !important; height:0.9em !important; }
}