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