source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faHouseUser.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.2 KB |
Line | |
---|---|
1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); |
3 | var prefix = 'fas'; |
4 | var iconName = 'house-user'; |
5 | var width = 576; |
6 | var height = 512; |
7 | var ligatures = []; |
8 | var unicode = 'e065'; |
9 | var svgPathData = 'M570.69,236.27,512,184.44V48a16,16,0,0,0-16-16H432a16,16,0,0,0-16,16V99.67L314.78,10.3C308.5,4.61,296.53,0,288,0s-20.46,4.61-26.74,10.3l-256,226A18.27,18.27,0,0,0,0,248.2a18.64,18.64,0,0,0,4.09,10.71L25.5,282.7a21.14,21.14,0,0,0,12,5.3,21.67,21.67,0,0,0,10.69-4.11l15.9-14V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V269.88l15.91,14A21.94,21.94,0,0,0,538.63,288a20.89,20.89,0,0,0,11.87-5.31l21.41-23.81A21.64,21.64,0,0,0,576,248.19,21,21,0,0,0,570.69,236.27ZM288,176a64,64,0,1,1-64,64A64,64,0,0,1,288,176ZM400,448H176a16,16,0,0,1-16-16,96,96,0,0,1,96-96h64a96,96,0,0,1,96,96A16,16,0,0,1,400,448Z'; |
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.faHouseUser = 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.