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