import * as React from 'react'; function TrailsIcon(fill: string) { return ( ); } export default TrailsIcon;