summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/list_editor/components/search.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/list_editor/components/search.jsx')
-rw-r--r--app/javascript/mastodon/features/list_editor/components/search.jsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/list_editor/components/search.jsx b/app/javascript/mastodon/features/list_editor/components/search.jsx
index 1971fd2f767..4c4138c751b 100644
--- a/app/javascript/mastodon/features/list_editor/components/search.jsx
+++ b/app/javascript/mastodon/features/list_editor/components/search.jsx
@@ -7,9 +7,8 @@ import classNames from 'classnames';
import { connect } from 'react-redux';
-import CancelIcon from '@material-symbols/svg-600/outlined/cancel.svg?react';
-import SearchIcon from '@material-symbols/svg-600/outlined/search.svg?react';
-
+import CancelIcon from 'mastodon/../material-icons/400-24px/cancel.svg?react';
+import SearchIcon from 'mastodon/../material-icons/400-24px/search.svg?react';
import { Icon } from 'mastodon/components/icon';
import { fetchListSuggestions, clearListSuggestions, changeListSuggestions } from '../../../actions/lists';