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