Font-Awesome/advanced-options/use-with-node-js/free-solid-svg-icons/faMonument.js

29 lines
1000 B
JavaScript
Raw Normal View History

2018-06-21 04:12:02 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'monument';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f5a6';
var svgPathData = 'M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z';
2018-07-18 04:07:25 +08:00
exports.definition = {
2018-06-21 04:12:02 +08:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-18 04:07:25 +08:00
exports.faMonument = exports.definition;
2018-06-21 04:12:02 +08:00
exports.prefix = prefix;
2018-07-18 04:07:25 +08:00
exports.iconName = iconName;
2018-06-21 04:12:02 +08:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;