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