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="M4 13.5C4 11 5.388 8.762 7.008 7c1.431-1.557 3.044-2.742 4.04-3.404a1.71 1.71 0 0 1 1.905 0c.995.662 2.608 1.847 4.04 3.404C18.611 8.762 20 11 20 13.5a8 8 0 1 1-16 0Z" /></svg>;
export default SvgComponent;