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