'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'diamond'; var width = 512; var height = 512; var aliases = [9830]; var unicode = 'f219'; var svgPathData = 'M497.1 222.1l-208.1-208.1c-18.71-18.71-49.04-18.71-67.74 0L14.03 222.1c-18.71 18.71-18.71 49.04 0 67.74l208.1 208.1c18.71 18.71 49.04 18.71 67.74 0l208.1-208.1C516.7 271.2 516.7 240.8 497.1 222.1z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faDiamond = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;