Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faShield.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faShield.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'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;
|
||||
Reference in New Issue
Block a user