flaming-icons
Version:
Complete icon library with tree-shaking support for Vue and Vuetify
26 lines (22 loc) • 558 B
TypeScript
import { IconDefinition } from '../..';
/**
* Home Icon
*
* Auto-generated from SVG - DO NOT EDIT MANUALLY
* To modify this icon, edit the corresponding SVG file and rebuild
*/
export declare const homeIcon: IconDefinition & {
width: number;
height: number;
ligatures: string[];
unicode: string;
svgPathData: string;
};
export declare const navigationIcons: (IconDefinition & {
width: number;
height: number;
ligatures: string[];
unicode: string;
svgPathData: string;
})[];
export { }