import * as React from 'react'; export interface Coins64Props extends React.SVGProps { ariaLabel?: string } export default function Coins64({ ariaLabel, ...props }: Coins64Props) { return ( ); }