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