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