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