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