Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faGuitar.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 = 'guitar';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f7a6';
var svgPathData = ['M335.34 222c28.85 45.39 28.84 100.34-4.24 133.43a83.76 83.76 0 0 1-33.9 20.5c-18.8 6.1-33.1 23.6-34.9 42.7-2.3 24.09-11.6 46.4-28.8 63.5-46.1 46.04-129.1 37.87-185.3-18.36s-64.5-139.19-18.3-185.29C47 261.27 69.3 252 93.3 249.67c19.2-1.79 36.6-16.09 42.7-34.9a83.68 83.68 0 0 1 20.5-33.89c33.1-33.11 88.1-33.21 133.5-4.21l.09.1-79.33 79.29c-.92-.05-1.84-.08-2.77-.08a48 48 0 1 0 48 48c0-.92 0-1.83-.09-2.74a.57.57 0 0 1 0 .13z', 'M502.4 100.19l-67.9 67.9a32 32 0 0 1-45.3 0L255.92 301.37a48 48 0 0 0-45.16-45.31L343.9 123a32 32 0 0 1 0-45.3l67.9-67.9a32 32 0 0 1 45.3 0L502.3 55a32 32 0 0 1 .1 45.19z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faGuitar = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;