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.24 0 5.948 2.368 6.6 5.527.085.41.48.695.9.695 2.071 0 3.75 1.741 3.75 3.89A3.944 3.944 0 0 1 19.76 16" /><path d="m13 13-1.869 3.738a.18.18 0 0 0 .162.262h3.416c.134 0 .22.14.16.26L13 21" /></svg>;
export default SvgComponent;