import React from 'react'; import './SearchBar.css'; // SVG 图标组件 const SearchIcon = () => ( ); const ClearIcon = () => ( ); const SearchBar = ({ keyword, onKeywordChange }) => { return (