Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faMusic.js
2018-12-07 15:47:08 -06:00

29 lines
1.3 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'music';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f001';
var svgPathData = 'M511.99 367.92V32.01C511.99 13.74 497.03 0 480.06 0c-3.18 0-6.43.48-9.67 1.51l-304 96C153.1 101.71 144 114 144 128v235.1c-14.17-6.87-30.42-11.1-48-11.1-53.02 0-96 35.82-96 80s42.98 80 96 80c49.36 0 89.55-31.16 94.92-71.1.65-2.71 1.02-5.58 1.04-8.63 0-.09.03-.18.03-.27V256l272-85.9v128.99C449.83 292.23 433.57 288 416 288c-53.02 0-96 35.82-96 80s42.98 80 96 80c49.37 0 89.56-31.18 94.93-71.13.62-2.59.95-5.33 1-8.22 0-.22.08-.43.08-.65-.01-.03-.02-.05-.02-.08zM96 464c-28.29 0-48-16.87-48-32 0-15.14 19.71-32 48-32s48 16.86 48 32-19.71 32-48 32zm367.99-344.23L192 205.66v-65.9l271.99-85.89v65.9zm.01 248.24c-.01 15.13-19.72 31.99-48 31.99-28.29 0-48-16.87-48-32 0-15.14 19.71-32 48-32 28.28 0 47.99 16.85 48 31.99v.02z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faMusic = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;