source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faPlaneSlash.js@
59329aa
Last change on this file since 59329aa was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[59329aa] | 1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); | |
3 | var prefix = 'fas'; | |
4 | var iconName = 'plane-slash'; | |
5 | var width = 640; | |
6 | var height = 512; | |
7 | var ligatures = []; | |
8 | var unicode = 'e069'; | |
9 | var svgPathData = 'M32.48,147.88,64,256,32.48,364.13A16,16,0,0,0,48,384H88a16,16,0,0,0,12.8-6.41L144,320H246.85l-49,171.59A16,16,0,0,0,213.2,512h65.5a16,16,0,0,0,13.89-8.06l66.6-116.54L34.35,136.34A15.47,15.47,0,0,0,32.48,147.88ZM633.82,458.09,455.14,320H512c35.34,0,96-28.66,96-64s-60.66-64-96-64H397.7L292.61,8.06C290.06,3.61,283.84,0,278.71,0H213.2a16,16,0,0,0-15.38,20.39l36.94,129.29L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09Z'; | |
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.faPlaneSlash = 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.