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