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

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'mug-marshmallows';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f7b7';
var svgPathData = ['M343.3 89.77l-48.5-48.39a32 32 0 0 0-45.3 0L201 89.77c-10.4 10.5-11.5 26.31-4.3 38.61h151c7.2-12.3 6.1-28.11-4.4-38.61zm-142.4-45c-5.9-7.29-14.5-12.39-24.6-12.39H64a32 32 0 0 0-32 32v63.89h130.1a63.41 63.41 0 0 1 16.4-61.1z', 'M400 160.27H160v63.5a32 32 0 0 1-64 0v-63.5H32a32 32 0 0 0-32 32v191.81A95.94 95.94 0 0 0 96 480h192a95.94 95.94 0 0 0 96-95.9h16a111.91 111.91 0 1 0 0-223.81zm0 159.9h-16v-95.9h16a48 48 0 1 1 0 95.9z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faMugMarshmallows = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;