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