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