source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faPeopleArrows.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.3 KB |
Line | |
---|---|
1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); |
3 | var prefix = 'fas'; |
4 | var iconName = 'people-arrows'; |
5 | var width = 576; |
6 | var height = 512; |
7 | var ligatures = []; |
8 | var unicode = 'e068'; |
9 | var svgPathData = 'M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z'; |
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.faPeopleArrows = 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.