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