import React from 'react'; import cn from "classnames"; function ErrorText({ className, icon, name, message, bold, lineThrough = false }) { return (