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