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