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