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