Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faAnchor.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faAnchor.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'anchor';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f13d';
|
||||
var svgPathData = ['M404 192h-52v-5.47A96 96 0 0 0 416 96c0-52.23-42.38-95.26-94.6-96A96 96 0 0 0 288 186.53V192h-52a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h168a12 12 0 0 0 12-12v-40a12 12 0 0 0-12-12zM320 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32z', 'M595.94 352h-32.5C541.58 454.62 426.58 512 320 512c-106.41 0-221.56-57.27-243.44-160h-32.5a12 12 0 0 1-8.51-20.49l67.25-67a12.07 12.07 0 0 1 17 0l67.25 67a12 12 0 0 1-8.49 20.49H143.3c20.37 54.34 85.46 86.62 144.59 94V288h64.21v158c59.35-7.43 124.24-39.7 144.6-94h-35.26a12 12 0 0 1-8.52-20.49l67.25-67a12.07 12.07 0 0 1 17 0l67.25 67a12 12 0 0 1-8.48 20.49z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAnchor = 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