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