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 16M10 15v1M13 16v1M10 19v1M13 20v1M16 19v1M16 15v1" /></svg>;
export default SvgComponent;