import React from 'react'; export const GraphSvg = (props: { fillColor: string }) => { const { fillColor = '#252525' } = props; return ( ); };