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