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