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