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