update icon for suggestions description (#18617)

This commit is contained in:
Kenil Shah 2024-11-13 13:05:15 +05:30 committed by GitHub
parent 8e1c839473
commit ac3728fe67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.25132 8.831C6.69244 8.831 4.62566 6.65131 4.62566 3.97192C4.62566 6.65131 2.55067 8.831 0 8.831C2.55067 8.831 4.62566 11.0021 4.62566 13.6815C4.62566 11.0021 6.69244 8.831 9.25132 8.831Z" fill="#00D2FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0002 11.3379C12.5977 11.3379 11.4659 10.1404 11.4659 8.67578C11.4659 10.1404 10.3259 11.3379 8.93164 11.3379C10.3259 11.3379 11.4659 12.5269 11.4659 14.0001C11.4659 12.5269 12.5977 11.3379 14.0002 11.3379Z" fill="#016AFB"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5401 3.23939C10.8342 3.23939 9.45633 1.792 9.45633 0C9.45633 1.792 8.07848 3.23939 6.37256 3.23939C8.07848 3.23939 9.45633 4.68677 9.45633 6.47877C9.45633 4.68677 10.8342 3.23939 12.5401 3.23939Z" fill="#03A0FF"/>
</svg>

After

Width:  |  Height:  |  Size: 903 B

View File

@ -14,7 +14,7 @@ import { CheckOutlined, CloseOutlined } from '@ant-design/icons';
import { Button, Card, Typography } from 'antd'; import { Button, Card, Typography } from 'antd';
import React from 'react'; import React from 'react';
import { useTranslation } from 'react-i18next'; import { useTranslation } from 'react-i18next';
import { ReactComponent as StarIcon } from '../../../assets/svg/ic-suggestions.svg'; import { ReactComponent as StarIcon } from '../../../assets/svg/ic-suggestions-coloured.svg';
import UserPopOverCard from '../../common/PopOverCard/UserPopOverCard'; import UserPopOverCard from '../../common/PopOverCard/UserPopOverCard';
import ProfilePicture from '../../common/ProfilePicture/ProfilePicture'; import ProfilePicture from '../../common/ProfilePicture/ProfilePicture';
import RichTextEditorPreviewer from '../../common/RichTextEditor/RichTextEditorPreviewer'; import RichTextEditorPreviewer from '../../common/RichTextEditor/RichTextEditorPreviewer';