import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPushpin = withIcon(function IconPushpin(props) {
    return (<svg data-tag="IconPushpin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M17.57 15h-2.516c-.504 0-.837.07-1.063.265-.227.194-.345.514-.42 1.012l-.355 2.366-.355 2.365a.876.876 0 0 1-.287.527.851.851 0 0 1-.557.215c-.282.002-.481-.046-.62-.163s-.217-.303-.258-.579l-.355-2.365-.355-2.366c-.075-.498-.193-.818-.42-1.012C9.783 15.07 9.45 15 8.946 15H6.43c-.49 0-.83-.13-1.016-.375-.185-.246-.215-.608-.083-1.072a5.6 5.6 0 0 1 .952-1.879 6.476 6.476 0 0 1 1.596-1.47c.559-.366.839-.553.98-.822.14-.27.14-.62.14-1.316 0-.576 0-.869-.11-1.113-.111-.244-.334-.44-.78-.818a4.765 4.765 0 0 1-.688-.72 4.214 4.214 0 0 1-.502-.828c-.217-.478-.221-.875-.036-1.152.185-.277.56-.435 1.1-.435h8.034c.54 0 .914.158 1.1.435.185.277.18.674-.037 1.152-.132.292-.3.57-.5.829s-.432.5-.69.72c-.445.378-.668.573-.779.817C15 7.197 15 7.49 15 8.066c0 .695 0 1.047.141 1.316.14.269.421.456.98.822a6.476 6.476 0 0 1 1.596 1.47c.433.566.76 1.2.952 1.88.131.463.102.825-.083 1.07-.185.246-.526.376-1.016.376"/>
    </svg>);
});
//# sourceMappingURL=Pushpin.jsx.map