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