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