fix missing ?react in SVG icon

This commit is contained in:
ChaosExAnima 2025-04-25 11:40:50 +02:00 committed by Renaud Chaput
parent cd5257484c
commit 39c1da0d03
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990

View File

@ -9,7 +9,7 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { connect } from 'react-redux';
import BookmarkIcon from '@/material-icons/400-24px/bookmark-fill.svg';
import BookmarkIcon from '@/material-icons/400-24px/bookmark-fill.svg?react';
import BookmarkBorderIcon from '@/material-icons/400-24px/bookmark.svg?react';
import MoreHorizIcon from '@/material-icons/400-24px/more_horiz.svg?react';
import RepeatIcon from '@/material-icons/400-24px/repeat.svg?react';