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