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