import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMapPin = withIcon(function IconMapPin(props) {
    return (<svg data-tag="IconMapPin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 2.25a6.729 6.729 0 0 0-4.773 1.977A6.729 6.729 0 0 0 5.25 9a6.708 6.708 0 0 0 2.205 4.984c1.534 1.395 2.31 2.124 2.775 3.019.465.894.62 1.952.914 4.005.04.276.114.461.248.578.135.116.33.164.608.164.279 0 .473-.048.607-.164.135-.117.21-.302.249-.578.293-2.053.449-3.111.914-4.005.465-.895 1.24-1.624 2.775-3.02A6.708 6.708 0 0 0 18.75 9a6.729 6.729 0 0 0-1.977-4.772A6.729 6.729 0 0 0 12 2.25M12 12a2.99 2.99 0 0 1-2.121-.879A2.99 2.99 0 0 1 9 9c0-.828.336-1.578.879-2.121A2.99 2.99 0 0 1 12 6a2.99 2.99 0 0 1 2.121.879A2.99 2.99 0 0 1 15 9a2.99 2.99 0 0 1-.879 2.121A2.99 2.99 0 0 1 12 12"/>
    </svg>);
});
//# sourceMappingURL=MapPin.jsx.map