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