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="M9 11h6M9 7c.667 0 2 .6 2 3v4.5c0 3 4 3 4 0" /></svg>;
export default SvgComponent;