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
|
Rev | Line | |
---|
[59329aa] | 1 | 'use strict';
|
---|
| 2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
| 3 | var prefix = 'fas';
|
---|
| 4 | var iconName = 'hand-holding-water';
|
---|
| 5 | var width = 576;
|
---|
| 6 | var height = 512;
|
---|
| 7 | var ligatures = [];
|
---|
| 8 | var unicode = 'f4c1';
|
---|
| 9 | var svgPathData = 'M288 256c53 0 96-42.1 96-94 0-40-57.1-120.7-83.2-155.6-6.4-8.5-19.2-8.5-25.6 0C249.1 41.3 192 122 192 162c0 51.9 43 94 96 94zm277.3 72.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z';
|
---|
| 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.faHandHoldingWater = 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.