import React from 'react';
import withIcon from '../lib/withIcon';
export const IconWorldPin = withIcon(function IconWorldPin(props) {
    return (<svg data-tag="IconWorldPin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M20.067 5.094c.296.403-.19.907-.666.754a7.435 7.435 0 0 0-.462-.134 1.154 1.154 0 0 1-.58-.351 8.502 8.502 0 0 0-4.063-2.547c.37.65.694 1.453.957 2.373.077.269-.092.542-.36.624-.164.05-.325.106-.485.167a.431.431 0 0 1-.57-.281 11.796 11.796 0 0 0-.404-1.212c-.32-.8-.664-1.347-.97-1.67-.299-.316-.457-.316-.466-.316-.01 0-.168 0-.467.317-.305.322-.649.869-.969 1.67-.293.731-.541 1.613-.724 2.607A24.657 24.657 0 0 1 11.998 7c.186 0 .268.24.128.364-.316.28-.608.585-.872.913a.681.681 0 0 1-.493.255c-.39.02-.771.051-1.142.09-.078.752-.121 1.55-.121 2.378 0 .735.033 1.444.096 2.12.013.67.124 1.365.296 2.058.177.883.34 1.447.672 2.336.26.696.63 1.415.973 2.029.37.66-.079 1.44-.83 1.339C5.4 20.16 1.998 16.015 1.998 11c0-5.523 4.477-10 10-10a9.986 9.986 0 0 1 8.07 4.093M9.7 2.816a8.517 8.517 0 0 0-5.888 5.887c1.108-.63 2.658-1.126 4.47-1.417.291-1.812.787-3.363 1.418-4.47M3.812 13.3c1.108.63 2.658 1.126 4.47 1.416.291 1.813.787 3.363 1.418 4.47A8.517 8.517 0 0 1 3.812 13.3m1.672-3.734c.732-.293 1.614-.542 2.607-.725a24.658 24.658 0 0 0 0 4.32c-.993-.183-1.875-.431-2.607-.724-.8-.32-1.347-.664-1.67-.969-.317-.3-.316-.458-.316-.467 0-.009 0-.167.316-.467.323-.305.87-.648 1.67-.968" clipRule="evenodd"/>
      <path fillRule="evenodd" d="M17.652 22.753a.591.591 0 0 1-.96 0c-.838-1.174-4.35-6.28-4.35-9.414a4.83 4.83 0 0 1 9.66 0c0 3.133-3.512 8.24-4.35 9.414m1.127-9.42a1.61 1.61 0 1 1-3.22 0 1.61 1.61 0 0 1 3.22 0" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=WorldPin.jsx.map