import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLocation = withIcon(function IconLocation(props) {
    return (<svg data-tag="IconLocation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m8.524 6.961 3.193-1.064 3.193-1.065c2.95-.983 4.506-1.393 5.078-.82.573.572.163 2.128-.82 5.078l-1.065 3.193-1.064 3.193c-1.394 4.183-2.294 6.274-3.193 6.274-.9 0-1.8-2.091-3.193-6.274-.236-.705-.415-1.12-.712-1.417-.297-.297-.712-.477-1.417-.712-4.183-1.394-6.274-2.293-6.274-3.193 0-.9 2.091-1.799 6.274-3.193"/>
    </svg>);
});
//# sourceMappingURL=Location.jsx.map