import React from 'react' const EventStarted = (props: React.SVGAttributes) => { return ( ) } export default EventStarted