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