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="M17 8.5a5 5 0 0 1-9.974.516.25.25 0 0 0 .223.037c.243-.075.47-.166.69-.257l.16-.066c.163-.069.322-.135.486-.197.429-.161.872-.283 1.415-.283.75 0 1.305.23 1.904.48l.01.005c.594.249 1.23.515 2.086.515.638 0 1.152-.148 1.621-.327.175-.066.336-.134.494-.2.278-.117.544-.228.844-.317a.251.251 0 0 0 .04-.016L17 8.5Z" opacity={0.1} stroke="none" fill="currentColor" /><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;