Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faNeuter.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faNeuter.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'neuter';
|
||||
var width = 320;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f22c';
|
||||
var svgPathData = ['M160 256a80 80 0 1 1 80-80 80 80 0 0 1-80 80z', 'M300.41 144A144 144 0 1 0 128 316.4V468a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12V316.4A144 144 0 0 0 300.41 144zM160 256a80 80 0 1 1 80-80 80 80 0 0 1-80 80z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faNeuter = 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