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