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