Open davidchall opened 1 year ago
It'd be nice if icon_svg(name) recognized aliases in addition to the canonical name.
icon_svg(name)
Sometimes the name changes, but the old name is added to the list of aliases. For example, project-diagram became diagram-project.
project-diagram
diagram-project
Just noticed there is already an open PR for this: https://github.com/posit-dev/py-faicons/pull/3
It'd be nice if
icon_svg(name)
recognized aliases in addition to the canonical name.Sometimes the name changes, but the old name is added to the list of aliases. For example,
project-diagram
becamediagram-project
.