Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faMandolin.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 = 'mandolin';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f6f9';
var svgPathData = ['M176 288a48 48 0 1 0 48 48c0-.88 0-1.76-.08-2.63l92-92c11.37 68-2.41 134-39.26 184.75a509.69 509.69 0 0 1-52.1 61.05c-47.11 47.12-111.74 22.31-166.89-32.84s-79.91-119.81-32.8-166.93a508.69 508.69 0 0 1 61.05-52.09c50.79-36.87 116.79-50.64 184.78-39.31l.06.06-92 92', 'M502.4 100.19l-67.9 67.9h-.05a32 32 0 0 1-45.25 0L223.92 333.37a48 48 0 0 0-45.16-45.31L343.9 123a32 32 0 0 1 0-45.25l67.9-67.9h.05a32 32 0 0 1 45.25 0L502.3 55a32 32 0 0 1 .1 45.19z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faMandolin = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;