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