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