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