import * as React from "react" export const StrikeIcon = React.memo( ({ className, ...props }: React.SVGProps) => { return ( ) } ) StrikeIcon.displayName = "StrikeIcon"