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

const StoreLocationBm20: FC<ADSIcon>  = 
    ({fill, size = '1.25rem', ...rest}) => (<svg aria-hidden="true" width={size} height={size} {...rest} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
  <path fill-rule="evenodd" d="M4.911 9.074c-.366-2.93 1.833-5.824 5.09-5.824 1.608 0 2.968.801 3.893 1.958.935 1.169 1.372 2.633 1.197 3.853-.081.57-.429 1.346-.983 2.244-.542.88-1.236 1.801-1.928 2.647a46.08 46.08 0 0 1-2.198 2.489A36.484 36.484 0 0 1 7.813 14.1c-.689-.817-1.378-1.721-1.917-2.613-.546-.904-.9-1.735-.985-2.413Zm5.62 8.956L10 17.5l-.51.55-.005-.004-.012-.012-.049-.045c-.041-.039-.102-.096-.178-.17a37.465 37.465 0 0 1-2.58-2.752c-.718-.85-1.46-1.82-2.055-2.804-.586-.97-1.066-2.015-1.19-3.003C2.957 5.522 5.758 1.75 10 1.75c2.142 0 3.907 1.074 5.065 2.521 1.149 1.436 1.754 3.305 1.511 5.002-.127.888-.612 1.882-1.191 2.82-.59.957-1.33 1.936-2.044 2.809a47.576 47.576 0 0 1-2.745 3.063l-.048.048-.012.012-.004.004-.001.001ZM10 17.5l.53.53a.75.75 0 0 1-1.04.021L10 17.5ZM6.204 6.892a.5.5 0 0 1 .462-.309h6.667a.5.5 0 0 1 .353.854l-3.333 3.333a.5.5 0 0 1-.707 0L6.314 7.437a.5.5 0 0 1-.109-.545Z"/>
</svg>
)
export default StoreLocationBm20