Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faUniversity.d.ts « free-solid-svg-icons « @fortawesome « js-packages « Font-Awesome « FortAwesome « github.com « _vendor - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a725c58bc3a6f47c27b30874e328c31f0ce2d256 (plain)
1
2
3
4
5
6
7
8
9
10
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faUniversity: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures: string[];
export const unicode: string;
export const svgPathData: string;