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:
1.0 KB
|
Line | |
---|
1 | 'use strict';
|
---|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
3 | var prefix = 'fas';
|
---|
4 | var iconName = 'dolly-flatbed';
|
---|
5 | var width = 640;
|
---|
6 | var height = 512;
|
---|
7 | var ligatures = [];
|
---|
8 | var unicode = 'f474';
|
---|
9 | var svgPathData = 'M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-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.faDollyFlatbed = 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.