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