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