29 lines
796 B
JavaScript
29 lines
796 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'exclamation';
|
|
var width = 192;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f12a';
|
|
var svgPathData = ['M16 432a80 80 0 1 1 80 80 80.09 80.09 0 0 1-80-80z', 'M38.86 297.2l-13.6-272A24 24 0 0 1 49.23 0h93.54a24 24 0 0 1 24 25.2l-13.6 272a24 24 0 0 1-24 22.8H62.83a24 24 0 0 1-23.97-22.8z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faExclamation = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |