'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'window-minimize'; var width = 512; var height = 512; var aliases = ['']; var unicode = 'f2d1'; var svgPathData = 'M512 400v32c0 26.5-21.5 48-48 48h-416C21.5 480 0 458.5 0 432v-32C0 373.5 21.5 352 48 352h416C490.5 352 512 373.5 512 400z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faWindowMinimize = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;