const paths = {
heart: '',
message: '',
channels: '',
network: '',
bell: '',
profile: '',
share: '',
search: '',
link: '',
gift: '',
plus: '',
check: '',
open: '',
chevron: '',
back: '',
down: '',
edit: '',
wallet: '',
settings: '',
'user-plus': '',
refresh: '',
clip: '',
};
export function iconHtml(name, filled = false) {
return ``;
}