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