5 lines
228 B
TypeScript
5 lines
228 B
TypeScript
import * as React from 'react';
|
|
import { IconProps } from './types';
|
|
export declare const StrikethroughIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
export default StrikethroughIcon;
|