'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'info'; var width = 192; var height = 512; var ligatures = []; var unicode = 'f129'; var svgPathData = ['M172 424.23h-20V212a20 20 0 0 0-20-20H20a20 20 0 0 0-20 20v47.77a20 20 0 0 0 20 20h20v144.46H20a20 20 0 0 0-20 20V492a20 20 0 0 0 20 20h152a20 20 0 0 0 20-20v-47.77a20 20 0 0 0-20-20z', 'M96 144a72 72 0 1 0-72-72 72 72 0 0 0 72 72z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faInfo = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;