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