import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M6.271 16C4.311 14.775 3 12.546 3 10c0-3.866 3.022-7 6.75-7 3.428 0 6.259 2.65 6.692 6.082.015.12.129.202.247.183.183-.028.37-.043.561-.043 2.071 0 3.75 1.741 3.75 3.89A3.944 3.944 0 0 1 19.76 16M13 13.5V21" /><path d="m16 16-2.5-2.5a.707.707 0 0 0-1 0L10 16" /></svg>;
export default SvgComponent;