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

const StoreLocationBmColoured64: 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="#fff" d="M18.667 13.333h26.666v21.334H18.667V13.333Z"/>
  <path fill-rule="evenodd" d="M33.06 57.06 32 56l-1.019 1.102V57.1l-.004-.003-.01-.01-.04-.037a54.655 54.655 0 0 1-.715-.678 119.05 119.05 0 0 1-8.192-8.739c-2.28-2.7-4.624-5.767-6.492-8.858-1.853-3.067-3.312-6.28-3.684-9.257C10.41 18.044 19.012 6.5 32 6.5c6.533 0 11.939 3.272 15.505 7.73 3.547 4.433 5.382 10.172 4.647 15.316-.379 2.65-1.85 5.702-3.688 8.68-1.86 3.015-4.197 6.114-6.47 8.89a151.254 151.254 0 0 1-8.88 9.89l-.039.04-.01.01-.003.003v.001ZM32 56l1.06 1.06a1.5 1.5 0 0 1-2.078.042L31.999 56ZM21.333 21.667a1 1 0 0 0-.707 1.707L31.294 34.04a1 1 0 0 0 1.414 0l10.667-10.666a1 1 0 0 0-.707-1.707H21.334Z"/>
</svg>
)
export default StoreLocationBmColoured64