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