---
const { name, class: className = "" } = Astro.props;
const paths = {
"arrow-left": '',
"arrow-right": '',
check: '',
"chevron-right": '',
copy: '',
github: '',
link: '',
linkedin: '',
mail: '',
menu: '',
message: '',
moon: '',
rss: '',
search: '',
sun: '',
twitter: '',
x: '',
};
---