import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M10 8a6 6 0 1 1 12 0 6 6 0 0 1-12 0ZM2 15.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM13 18.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;