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