import React from 'react'; export const TornadoMwfrsDiagrams: React.FC = () => { return (
{/* Wind Normal to Ridge */}
{/* Isometric Cube (approx) */} {/* Top/Roof */} {/* Walls */} {/* Vertical Edge */} {/* Annotations */} LW LR WW SW {/* Dimensions */} L B {/* Wind Arrow */} WIND NORMAL TO RIDGE WIND DIRECTION
{/* Wind Parallel to Ridge */}
{/* Same Isometric Cube */} {/* Annotations */} SW WR WR LW WW {/* Dimensions */} B L {/* Wind Arrow */} WIND PARALLEL TO RIDGE WIND DIRECTION
); };