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