import React from 'react'; /** * Close icon. * * @example * */ export default function CloseIcon() { return ( ); }