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