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