const Svg = ({ name, className: className2, strokeWidth = 2 }) => { const svgs = { 'arrow-left': ( ), 'chevron-down': ( ), 'dots-vertical': ( ), favicon: ( ), fork: ( ), logout: ( ), pencil: ( ), plus: ( ), 'plus-circle': ( ), save: ( ), terminal: ( ), } return
{svgs[name]}
} export default Svg