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