'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'marker'; var width = 512; var height = 512; var aliases = []; var unicode = 'f5a1'; var svgPathData = 'M93.99 290c-52.5 52.5-85.6 121.4-93.85 195.1c-1.625 15.25 11.25 28.37 26.5 26.74c73.87-8.125 142.7-41.23 195.3-93.85l75.4-75.38L169.4 214.6L93.99 290zM485.5 26.52c-35.37-35.37-92.65-35.38-128-.0047l-21.71 21.76L299.1 11.78c-15.62-15.62-40.87-15.62-56.5 0L138.5 115.9c-6.25 6.248-6.25 16.37 0 22.62l11.31 11.31c6.25 6.25 16.38 6.25 22.62 0l98.43-98.43l30.94 30.81l-109.8 109.8l127.1 127.1l165.5-165.5C520.8 119.1 520.8 61.89 485.5 26.52z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faMarker = 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;