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