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