Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faShield.js
2019-07-29 11:21:43 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'shield';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f132';
var svgPathData = ['M466.5 83.68l-192-80a48.21 48.21 0 0 0-36.9 0l-192 80A48 48 0 0 0 16 128c0 198.5 114.5 335.7 221.5 380.33a48.21 48.21 0 0 0 36.9 0C360.1 472.63 496 349.32 496 128a48 48 0 0 0-29.5-44.32zM255.93 446.53C213.14 426.86 171.3 388.76 140.3 341c-37.67-58-58.38-127.8-60.17-202.39l175.92-73.29 175.83 73.27C427.79 319.74 319 417.1 255.93 446.53z', 'M255.93 446.53C213.14 426.86 171.3 388.76 140.3 341c-37.67-58-58.38-127.8-60.17-202.39l175.92-73.29 175.83 73.27C427.79 319.74 319 417.1 255.93 446.53z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faShield = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;