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