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