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