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