/********************************************************************* * © Copyright IBM Corp. 2024 *********************************************************************/ import React from 'react' import PropTypes from 'prop-types' import {IconsGeneralColor} from '@targetprocess/css-variables' export const RecentIcon = ({color = IconsGeneralColor}) => ( ) RecentIcon.category = 'Boards & Views' RecentIcon.propTypes = { color: PropTypes.string }