From 8e8d12165904525f920b16ff337d1f92ca878d94 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Sun, 4 Feb 2024 11:52:19 +0900 Subject: [PATCH] fix icon --- app/javascript/mastodon/components/status_action_bar.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/mastodon/components/status_action_bar.jsx b/app/javascript/mastodon/components/status_action_bar.jsx index 0c2408c39..c198a6d94 100644 --- a/app/javascript/mastodon/components/status_action_bar.jsx +++ b/app/javascript/mastodon/components/status_action_bar.jsx @@ -17,7 +17,6 @@ import RepeatIcon from '@/material-icons/400-24px/repeat.svg?react'; import ReplyIcon from '@/material-icons/400-24px/reply.svg?react'; import ReplyAllIcon from '@/material-icons/400-24px/reply_all.svg?react'; import StarIcon from '@/material-icons/400-24px/star-fill.svg?react'; -import QuoteIcon from '@material-symbols/400-24px/format_quote.svg?react'; import StarBorderIcon from '@/material-icons/400-24px/star.svg?react'; import VisibilityIcon from '@/material-icons/400-24px/visibility.svg?react'; import RepeatActiveIcon from '@/svg-icons/repeat_active.svg?react';