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