summaryrefslogtreecommitdiffstats
path: root/app/javascript/mastodon/features/list_timeline/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/list_timeline/index.jsx')
-rw-r--r--app/javascript/mastodon/features/list_timeline/index.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/features/list_timeline/index.jsx b/app/javascript/mastodon/features/list_timeline/index.jsx
index baba8b0ca76..f6fbe746a15 100644
--- a/app/javascript/mastodon/features/list_timeline/index.jsx
+++ b/app/javascript/mastodon/features/list_timeline/index.jsx
@@ -11,9 +11,9 @@ import { connect } from 'react-redux';
import Toggle from 'react-toggle';
-import { ReactComponent as DeleteIcon } from 'mastodon/../material-icons/400-20px/delete.svg';
-import { ReactComponent as EditIcon } from 'mastodon/../material-icons/400-20px/edit.svg';
-import { ReactComponent as ListAltIcon } from 'mastodon/../material-icons/400-20px/list_alt.svg';
+import { ReactComponent as DeleteIcon } from 'mastodon/../material-icons/400-24px/delete.svg';
+import { ReactComponent as EditIcon } from 'mastodon/../material-icons/400-24px/edit.svg';
+import { ReactComponent as ListAltIcon } from 'mastodon/../material-icons/400-24px/list_alt.svg';
import { addColumn, removeColumn, moveColumn } from 'mastodon/actions/columns';
import { fetchList, deleteList, updateList } from 'mastodon/actions/lists';
import { openModal } from 'mastodon/actions/modal';