Last change
on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
398 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
|
---|
| 2 | export const definition: IconDefinition;
|
---|
| 3 | export const faChessBoard: 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.