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