import React from 'react'; import './DialogBackIcon.scss'; import { FunctionTypeVoidToVoid } from '../../../../../CommonTypes/BaseViewModel'; import ActiveSvg from '../../../../components/UI/svgs/ActiveSvg/ActiveSvg'; import { BackSvg } from '../../../../icons'; type RenderLeftActionsProps = { onClickBack: FunctionTypeVoidToVoid; }; const DialogBackIcon = ({ onClickBack }: RenderLeftActionsProps) => { return (