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:
967 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
3 | var prefix = 'fas';
|
---|
4 | var iconName = 'chess-rook';
|
---|
5 | var width = 384;
|
---|
6 | var height = 512;
|
---|
7 | var ligatures = [];
|
---|
8 | var unicode = 'f447';
|
---|
9 | var svgPathData = 'M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z';
|
---|
10 |
|
---|
11 | exports.definition = {
|
---|
12 | prefix: prefix,
|
---|
13 | iconName: iconName,
|
---|
14 | icon: [
|
---|
15 | width,
|
---|
16 | height,
|
---|
17 | ligatures,
|
---|
18 | unicode,
|
---|
19 | svgPathData
|
---|
20 | ]};
|
---|
21 |
|
---|
22 | exports.faChessRook = exports.definition;
|
---|
23 | exports.prefix = prefix;
|
---|
24 | exports.iconName = iconName;
|
---|
25 | exports.width = width;
|
---|
26 | exports.height = height;
|
---|
27 | exports.ligatures = ligatures;
|
---|
28 | exports.unicode = unicode;
|
---|
29 | exports.svgPathData = svgPathData; |
---|
Note:
See
TracBrowser
for help on using the repository browser.