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