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