import React, { FC } from 'react';
import { ADSIcon } from "../../icons.types";

const StoreLocationLm64: FC<ADSIcon>  = 
    ({fill, size = '4rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
  <path fill-rule="evenodd" d="M14.823 29.147C13.591 19.29 20.99 9.5 32.002 9.5c5.467 0 10.061 2.728 13.162 6.604 3.12 3.9 4.618 8.827 4.02 13.017-.288 2.016-1.483 4.631-3.271 7.529-1.764 2.86-4.011 5.844-6.239 8.567a148.257 148.257 0 0 1-7.71 8.674 116.047 116.047 0 0 1-7.648-8.192c-2.223-2.632-4.46-5.566-6.218-8.475-1.772-2.933-2.98-5.72-3.275-8.077Zm18.24 27.913L32.002 56a290.212 290.212 0 0 1-1.018 1.102l-.001-.001-.003-.003-.01-.01-.04-.037a54.655 54.655 0 0 1-.715-.678 119.084 119.084 0 0 1-8.193-8.739c-2.279-2.7-4.624-5.767-6.491-8.858-1.853-3.067-3.312-6.28-3.684-9.257C10.412 18.044 19.014 6.5 32.002 6.5c6.532 0 11.938 3.272 15.505 7.73 3.546 4.433 5.382 10.172 4.647 15.316-.38 2.65-1.85 5.702-3.688 8.68-1.861 3.015-4.198 6.114-6.47 8.89a151.19 151.19 0 0 1-8.73 9.74l-.075.075-.075.076-.04.04-.01.01-.002.002-.001.001ZM32.002 56l1.06 1.06a1.5 1.5 0 0 1-2.078.042L32.002 56Zm-.71-39.374a1 1 0 0 1 1.415 0l10.667 10.667A1 1 0 0 1 42.667 29H21.333a1 1 0 0 1-.707-1.707l10.667-10.667Z"/>
</svg>
)
export default StoreLocationLm64