Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faAngry.js
2019-07-29 11:21:43 -05:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'angry';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f556';
var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM144 240a31.86 31.86 0 0 1 10.22-23.43l-30.82-9.24a16 16 0 0 1 9.2-30.66l80 24A16 16 0 0 1 208 232h-1a32 32 0 1 1-63 8zm168.32 154.05c-27.93-33.26-84.59-33.26-112.62 0-13.57 16.23-38.38-4.18-24.72-20.41a105.93 105.93 0 0 1 162 0c13.83 16.43-11.19 36.45-24.66 20.41zm77.28-186.72L358 216.8a32 32 0 1 1-53 15.2 16 16 0 0 1-4.61-31.32l80-24a16 16 0 1 1 9.2 30.65z', 'M212.6 200.67l-80-24a16 16 0 0 0-9.2 30.66l30.82 9.24A32 32 0 1 0 207 232h1a16 16 0 0 0 4.59-31.33zm187.73-13.27a16 16 0 0 0-19.93-10.72l-80 24A16 16 0 0 0 305 232a32 32 0 1 0 53-15.2l31.58-9.47a16 16 0 0 0 10.75-19.93z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faAngry = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;