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