'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'map-pin'; var width = 320; var height = 512; var aliases = ['']; var unicode = 'f276'; var svgPathData = 'M128 316.9v143.3c0 4.967 1.156 9.866 3.379 14.31l14.31 28.62c5.896 11.79 22.72 11.79 28.62 0l14.31-28.62C190.8 470.1 192 465.2 192 460.2V316.9C181.6 318.9 170.9 320 160 320S138.4 318.9 128 316.9zM160-.0002c-79.53 0-144 64.47-144 144S80.47 288 160 288s144-64.47 144-144S239.5-.0002 160-.0002zM160 79.1c-35.28 0-64 28.72-64 64c0 8.844-7.156 16-16 16S64 152.8 64 143.1c0-52.94 43.06-96 96-96c8.844 0 16 7.156 16 15.1S168.8 79.1 160 79.1z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faMapPin = 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;