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