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="M12 13.5a5 5 0 0 0 5-5c0-1.557-.318-3.106-.595-4.162C16.192 3.526 15.441 3 14.601 3H9.4c-.84 0-1.59.526-1.804 1.338C7.318 5.394 7 6.943 7 8.5a5 5 0 0 0 5 5ZM8 21h8M12 21v-7.5" /><path d="M7.174 8.815C8.102 8.525 8.832 8 10 8c1.61 0 2.39 1 4 1 1.193 0 1.93-.55 2.887-.834" /></svg>;
export default SvgComponent;