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