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