ionicons-fluent-icons
v1.0.2
Published
This package ports the Fluent UI System Icons to use with IonIcons in an easy way.
Downloads
38
Readme
This package ports the Fluent UI System Icons to use with IonIcons in an easy way.
How to use
The name convetion used is the same as ionicons, being
<ion-icon name="fluent-[icon-name]"></ion-icon>
for filled icons
and
<ion-icon name="fluent-[icon-name]-outline"></ion-icon>
for regular icons
It should be noted that you should update the assets imports in angular.json
"assets": [
{
"glob": "**/*.svg",
"input": "node_modules/ionicons/dist/ionicons/svg",
"output": "./svg"
},
{
"glob": "**/*.svg",
"input": "node_modules/Output",
"output": "./svg"
}
]
The source code of the exports can be found at https://github.com/sapphire-caitlyn/Fluent-To-IonIcons-Builder