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 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18ZM14.5 9.5 9 15" /><path d="M10 9h4.672c.181 0 .328.147.328.328V14" /></svg>;
export default SvgComponent;