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

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'grimace';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f57f';
var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM152 400h-8a32 32 0 0 1-32-32v-8h40zm0-56h-40v-8a32 32 0 0 1 32-32h8zm-8-136a32 32 0 1 1 32 32 32 32 0 0 1-32-32zm72 192h-48v-40h48zm0-56h-48v-40h48zm64 56h-48v-40h48zm0-56h-48v-40h48zm64 56h-48v-40h48zm0-56h-48v-40h48zm-8-104a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm64 128a32 32 0 0 1-32 32h-8v-40h40zm0-24h-40v-40h8a32 32 0 0 1 32 32z', 'M176 176a32 32 0 1 0 32 32 32 32 0 0 0-32-32zm160 0a32 32 0 1 0 32 32 32 32 0 0 0-32-32z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faGrimace = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;