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