source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faLaptopHouse.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[59329aa] | 1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); | |
3 | var prefix = 'fas'; | |
4 | var iconName = 'laptop-house'; | |
5 | var width = 640; | |
6 | var height = 512; | |
7 | var ligatures = []; | |
8 | var unicode = 'e066'; | |
9 | var svgPathData = 'M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z'; | |
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.faLaptopHouse = 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.