You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
888 B
JavaScript
30 lines
888 B
JavaScript
|
6 months ago
|
'use strict';
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
var prefix = 'fas';
|
||
|
|
var iconName = 'circle-exclamation';
|
||
|
|
var width = 512;
|
||
|
|
var height = 512;
|
||
|
|
var aliases = ["exclamation-circle"];
|
||
|
|
var unicode = 'f06a';
|
||
|
|
var svgPathData = 'M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-192a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.6 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z';
|
||
|
|
|
||
|
|
exports.definition = {
|
||
|
|
prefix: prefix,
|
||
|
|
iconName: iconName,
|
||
|
|
icon: [
|
||
|
|
width,
|
||
|
|
height,
|
||
|
|
aliases,
|
||
|
|
unicode,
|
||
|
|
svgPathData
|
||
|
|
]};
|
||
|
|
|
||
|
|
exports.faCircleExclamation = 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;
|