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