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

faMarsStrokeH.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: fcc2c41a87487b7589457f4fd92a76c16f1d626f (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 faMarsStrokeH: 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;