Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'hand-middle-finger';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f806';
|
||||
var svgPathData = ['M447.93 317.14L448 400a112 112 0 0 1-111.95 112h-215a112 112 0 0 1-79.19-32.81l-30.93-30.91A37.31 37.31 0 0 1 0 421.89v-73.47A37.35 37.35 0 0 1 20.64 315L48 300v76a8 8 0 0 0 16 0V229c0-15.26 12.87-28.38 30.87-31.38l30.68-5.12c17.82-3 34.45 8.39 34.45 23.54v32a8 8 0 0 0 16 0V46.5A48 48 0 0 1 225.48 0C251.75.82 272 23.74 272 50v198a8 8 0 1 0 16 0v-32c0-15.14 16.63-26.5 34.45-23.53l38.4 6.4C374.31 201.14 384 211 384 222.43V272l35.65 9a37.33 37.33 0 0 1 28.28 36.14z', ''];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faHandMiddleFinger = 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