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

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fal';
var iconName = 'dice-d8';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f6d2';
var svgPathData = 'M502.12 232.14L279.86 9.88C273.27 3.29 264.64 0 256 0s-17.27 3.29-23.86 9.88L9.88 232.14c-13.18 13.18-13.18 34.55 0 47.73l222.25 222.25c6.59 6.59 15.23 9.88 23.86 9.88s17.27-3.29 23.86-9.88L502.1 279.87c13.19-13.19 13.19-34.55.02-47.73zM32.51 254.81c.01-.01-.01-.03 0-.04l.04-.03-.04.07zM240 464.72L61.19 285.92 240 362.55v102.17zm0-136.98L43.68 243.6 240 47.27v280.47zm32 136.98V362.55l178.8-76.63L272 464.72zm0-136.98V47.28L468.32 243.6 272 327.74zm207.49-72.93l-.04-.08.04.04c.01.01-.01.02 0 .04z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faDiceD8 = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;