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