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