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