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