'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'genderless'; var width = 320; var height = 512; var ligatures = []; var unicode = 'f22d'; var svgPathData = ['M160 336a80 80 0 1 1 80-80 80 80 0 0 1-80 80z', 'M160 112a144 144 0 1 0 144 144 144 144 0 0 0-144-144zm0 224a80 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.faGenderless = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;