import { LineDrawingWrapper, thin, dashed } from './shared.mjs' export const Aaron = ({ className = 'w-64', // CSS classes to apply stroke = 1, // Stroke width to use }) => ( ) export const AaronFront = ({ className = 'w-64', // CSS classes to apply stroke = 1, // Stroke width to use }) => ( ) export const AaronBack = ({ className = 'w-64', // CSS classes to apply stroke = 1, // Stroke width to use }) => ( ) /* * React component for the front */ const Front = ({ stroke }) => ( <> ) /* * React component for the back */ const Back = ({ stroke }) => ( <> )