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