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