import BroadcastSvg from './broadcast.svg?react'; import ChatFilledSvg from './chat-filled.svg?react'; import ChatSvg from './chat.svg?react'; import ConferenceSvg from './conference.svg?react'; import ContactFilledSvg from './contact-filled.svg?react'; import ContactSvg from './contact.svg?react'; import GroupChatSvg from './group-chat.svg?react'; import NotificationsSvg from './notifications.svg?react'; import PrivateChatSvg from './private-chat.svg?react'; import PublicChannelSvg from './public-channel.svg?react'; import StreamFilledSvg from './stream-filled.svg?react'; import SteamSvg from './stream.svg?react'; import UserSvg from './user.svg?react'; console.log('UserSvg in contents/index.ts:', UserSvg); // <-- Добавляем отладку export { BroadcastSvg, ChatFilledSvg, ChatSvg, ConferenceSvg, ContactFilledSvg, ContactSvg, GroupChatSvg, NotificationsSvg, PrivateChatSvg, PublicChannelSvg, StreamFilledSvg, SteamSvg, UserSvg };