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