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