Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faExclamation.js
2019-08-02 15:21:26 -05:00

29 lines
788 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 = ['M38.86 297.2a24 24 0 0 0 24 22.8h66.34a24 24 0 0 0 24-22.8l13.6-272v-1.23a24 24 0 0 0-24-24H49.23L48 0a24 24 0 0 0-22.74 25.2zM96 352a80 80 0 1 0 80 80 80 80 0 0 0-80-80z', ''];
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;