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