source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faHeadSideCough.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 = 'head-side-cough'; | |
5 | var width = 640; | |
6 | var height = 512; | |
7 | var ligatures = []; | |
8 | var unicode = 'e061'; | |
9 | var svgPathData = 'M616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304ZM552,416a24,24,0,1,0,24,24A24,24,0,0,0,552,416Zm-64-56a24,24,0,1,0,24,24A24,24,0,0,0,488,360ZM616,464a24,24,0,1,0,24,24A24,24,0,0,0,616,464Zm0-104a24,24,0,1,0,24,24A24,24,0,0,0,616,360Zm-64-40a24,24,0,1,0,24,24A24,24,0,0,0,552,320Zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192C86,0,0,86,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320a32,32,0,0,1,0-64h96V320h32A32,32,0,0,0,477.22,275ZM288,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,288,224Z'; | |
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.faHeadSideCough = 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.