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:
994 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
3 | var prefix = 'fas';
|
---|
4 | var iconName = 'peace';
|
---|
5 | var width = 496;
|
---|
6 | var height = 512;
|
---|
7 | var ligatures = [];
|
---|
8 | var unicode = 'f67c';
|
---|
9 | var svgPathData = 'M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z';
|
---|
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.faPeace = 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.