Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faHeadSideVirus.js
2020-03-23 13:50:36 -05:00

29 lines
1.8 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'head-side-virus';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f964';
var svgPathData = 'M320.46,318.68a14.23,14.23,0,0,0,10.05-24.28l-7.62-7.62C305,268.86,317.67,238.22,343,238.22h10.77a14.22,14.22,0,1,0,0-28.44H343c-25.34,0-38-30.64-20.12-48.56l7.62-7.62a14.22,14.22,0,0,0-20.11-20.12l-7.62,7.63C284.86,159,254.22,146.33,254.22,121V110.22a14.22,14.22,0,0,0-28.44,0V121c0,25.34-30.64,38-48.56,20.12l-7.62-7.63a14.22,14.22,0,0,0-20.11,20.12l7.62,7.62c17.92,17.92,5.23,48.56-20.11,48.56H126.22a14.22,14.22,0,0,0,0,28.44H137c25.34,0,38,30.64,20.11,48.56l-7.62,7.62a14.22,14.22,0,1,0,20.11,20.11l7.62-7.62c17.92-17.92,48.56-5.23,48.56,20.11v10.78a14.22,14.22,0,0,0,28.44,0V327c0-25.34,30.64-38,48.56-20.11l7.62,7.62A14.18,14.18,0,0,0,320.46,318.68ZM208,224a16,16,0,1,1,16-16A16,16,0,0,1,208,224Zm64,32a16,16,0,1,1,16-16A16,16,0,0,1,272,256Zm237.2,19c-20.93-47.12-48.43-151.73-73.07-186.75A207.9,207.9,0,0,0,266.09,0H200C95.47,0,4.13,80.08.14,184.55A191.27,191.27,0,0,0,64,334.81V496a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V313.39l-16-14.31C49.11,257,32.94,187.36,63.86,126.58,89.2,76.78,143.11,48,199,48h67.1a160.11,160.11,0,0,1,130.79,67.88c11.18,15.9,28.06,65.67,40.37,102,6.55,19.31,12.86,37.92,19,54.12H400V384a16,16,0,0,1-16,16H304v96a16,16,0,0,0,16,16h16a16,16,0,0,0,16-16V448h32a64,64,0,0,0,64-64V320H480A32,32,0,0,0,509.2,275Z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faHeadSideVirus = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;