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