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

const PickupLocationFilled64: 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="M33.063 57.06 32.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.136 151.136 0 0 1-8.73 9.74l-.101.102-.049.049-.04.04-.01.01-.002.002-.001.001ZM32.002 56l1.06 1.06a1.5 1.5 0 0 1-2.078.042L32.002 56Zm6.665-34.295-11.318-6.467L32 12.58l11.318 6.467-4.651 2.658Zm.496 2.02 5.17-2.954v12.934L33 40.181V27.247l6.163-3.522ZM31 27.247V40.18l-11.333-6.476V20.771L31 27.247Zm1-1.732-11.318-6.468 4.651-2.657 11.318 6.467L32 25.515Z"/>
</svg>
)
export default PickupLocationFilled64