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 17.03V17M10 14.03V14M16 17.03V17M16 14.03V14M13 18.03V18M13 15.03V15M10 20.03V20M16 20.03V20M13 21.03V21" /></svg>;
export default SvgComponent;