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