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