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.5c0-4.709 4.927-8.494 7.048-9.905a1.707 1.707 0 0 1 1.904 0C15.073 5.006 20 8.791 20 13.5a8 8 0 1 1-16 0Z" opacity={0.1} stroke="none" fill="currentColor" /><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;