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