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