Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faDiamond.js
2019-07-29 11:21:43 -05:00

29 lines
752 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'diamond';
var width = 448;
var height = 512;
var ligatures = [];
var unicode = 'f219';
var svgPathData = ['', 'M442.15 271.65l-199.95 232a24 24 0 0 1-36.4 0l-200-232a23.86 23.86 0 0 1 0-31.3l200-232a24 24 0 0 1 36.4 0l200 232a23.86 23.86 0 0 1-.05 31.3z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faDiamond = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;