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