29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'head-side-cough-slash';
|
|
var width = 640;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e062';
|
|
var svgPathData = ['M288,384a32,32,0,0,1,32-32h19.54L20.73,105.59A190.86,190.86,0,0,0,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320A32,32,0,0,1,288,384Zm328-80a24,24,0,1,0-24-24A24,24,0,0,0,616,304Zm-64,16a24,24,0,1,0,24,24A24,24,0,0,0,552,320ZM404.1,88.25A208.13,208.13,0,0,0,234.1,0H192A190.64,190.64,0,0,0,84.18,33.3L263.61,172c5.88-7.14,14.43-12,24.36-12a32.06,32.06,0,0,1,32,32c0,7-2.73,13.17-6.58,18.45L454.11,319.21c19.56-3.81,31.62-25,23.11-44.21C456.22,227.88,428.72,123.25,404.1,88.25ZM616,360a24,24,0,1,0,24,24A24,24,0,0,0,616,360Z', 'M636.62,480.55,617,505.82a16,16,0,0,1-22.45,2.81L6.18,53.91A16,16,0,0,1,3.37,31.46L23,6.19A16,16,0,0,1,45.46,3.38L633.81,458.1A16,16,0,0,1,636.62,480.55Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faHeadSideCoughSlash = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |