'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'camera-retro'; var width = 512; var height = 512; var aliases = ['']; var unicode = 'f083'; var svgPathData = 'M256 224C211.9 224 176 259.9 176 304c0 44.09 35.91 80 80 80s80-35.91 80-80C336 259.9 300.1 224 256 224zM464 32h-192.9c-9.936 0-19.74 2.313-28.62 6.757L192 64H160V48C160 39.16 152.8 32 144 32h-64C71.16 32 64 39.16 64 48V64H48C21.49 64 0 85.49 0 112v320C0 458.5 21.49 480 48 480h416c26.51 0 48-21.49 48-48v-352C512 53.49 490.5 32 464 32zM256 416c-61.73 0-112-50.27-112-112C144 242.3 194.3 192 256 192s112 50.27 112 112C368 365.7 317.7 416 256 416zM448 192h-78.02C340.9 162.4 300.6 144 256 144S171.1 162.4 142 192H64V128h143.1l63.1-32H448V192z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faCameraRetro = 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;