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