'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'music'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f001'; var svgPathData = ['M448 139.28v96l-256 75v-96z', 'M512 32v352c0 35.35-43 64-96 64s-96-28.65-96-64 43-64 96-64a138.61 138.61 0 0 1 32 3.92V139.28l-256 75V448c0 35.35-43 64-96 64S0 483.34 0 448s43-64 96-64a138.61 138.61 0 0 1 32 3.92V126.49A32 32 0 0 1 150.4 96l320-94.5A32 32 0 0 1 512 32z']; 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;