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