'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'pause'; var width = 448; var height = 512; var ligatures = []; var unicode = 'f04c'; var svgPathData = ['M448 80v352a48 48 0 0 1-48 48h-96a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h96a48 48 0 0 1 48 48z', 'M192 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h96a48 48 0 0 1 48 48z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faPause = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;