/* * Copyright (c) Facebook, Inc. and its affiliates. */ import {memo} from 'react'; export const IconClose = memo(function IconClose( props ) { return ( ); });