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