Last change
on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
392 bytes
|
Line | |
---|
1 | import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
---|
2 | export const definition: IconDefinition;
|
---|
3 | export const faMask: IconDefinition;
|
---|
4 | export const prefix: IconPrefix;
|
---|
5 | export const iconName: IconName;
|
---|
6 | export const width: number;
|
---|
7 | export const height: number;
|
---|
8 | export const ligatures: string[];
|
---|
9 | export const unicode: string;
|
---|
10 | export const svgPathData: string; |
---|
Note:
See
TracBrowser
for help on using the repository browser.