Files
Font-Awesome-Pro/advanced-options/use-with-node-js/pro-regular-svg-icons/faHoodCloak.js
2018-10-08 14:36:33 -05:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'hood-cloak';
var width = 576;
var height = 512;
var ligatures = [];
var unicode = 'f6ef';
var svgPathData = 'M569.64 460.85C511.98 383.87 511.98 320 511.98 320v-64c0-84.03-46.36-123.05-101.17-182.7l39.75-39.75C462.94 21.17 454.17 0 436.66 0H287.57C191.98 0 64.02 109.45 64.02 256v64s0 63.87-57.67 140.85C-9.42 481.9 6.02 512 32.32 512h511.35c26.31 0 41.75-30.1 25.97-51.15zM368.28 464h-160V328c0-44.11 35.88-80 80-80s80 35.89 80 80v136zm48 0V328c0-70.58-57.41-128-128-128s-128 57.42-128 128v136H62.46c48.02-75.75 49.55-136.64 49.55-144v-64c0-118.68 106.5-208 175.55-208h80.66l-23.89 23.89c36.47 39.69 34.42 37.53 49.17 53.24 47.6 50.69 70.47 77.43 70.47 130.86v64c0 7.36 1.53 68.25 49.55 144h-97.24z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faHoodCloak = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;