import React from 'react'; import PropTypes from 'prop-types'; import Icon from 'components/common/Icon'; import styles from './EmptyPlaceholder.module.css'; function EmptyPlaceholder({ msg, children }) { return (