Last change
on this file since 571e0df was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1014 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
3 | var prefix = 'fas';
|
---|
4 | var iconName = 'user-ninja';
|
---|
5 | var width = 448;
|
---|
6 | var height = 512;
|
---|
7 | var ligatures = [];
|
---|
8 | var unicode = 'f504';
|
---|
9 | var svgPathData = 'M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z';
|
---|
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.faUserNinja = 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.