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