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