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="M19 12c1.105 0 2.023.907 1.78 1.984A9 9 0 1 1 10.015 3.22C11.094 2.977 12 3.895 12 5v5a2 2 0 0 0 2 2h5Z" /><path d="M20.671 7.036a6.017 6.017 0 0 0-3.707-3.707C15.92 2.967 15 3.895 15 5v2a2 2 0 0 0 2 2h2c1.105 0 2.033-.92 1.671-1.964Z" /></svg>;
export default SvgComponent;