1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

feat: add all outlined icons (#8332)

![image](https://github.com/user-attachments/assets/54826935-6323-434f-b789-459f7ac51739)
This commit is contained in:
Jaanus Sellin 2024-10-02 13:22:59 +03:00 committed by GitHub
parent 3341d4aee9
commit a71fafeb13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,10 @@
import { IconButton, styled, Tooltip, Typography } from '@mui/material';
import CloseIcon from '@mui/icons-material/Close';
import Check from '@mui/icons-material/Check';
import People from '@mui/icons-material/People';
import MenuBook from '@mui/icons-material/MenuBook';
import { Link } from 'react-router-dom';
import ExtensionOutlined from '@mui/icons-material/ExtensionOutlined';
import MenuBookOutlined from '@mui/icons-material/MenuBookOutlined';
import PeopleOutlined from '@mui/icons-material/PeopleOutlined';
interface IProjectOnboardedProps {
projectId: string;
@ -66,11 +67,15 @@ const StyledCheck = styled(Check)(({ theme }) => ({
height: '28px',
}));
const ColoredPeople = styled(People)(({ theme }) => ({
const ColoredExtension = styled(ExtensionOutlined)(({ theme }) => ({
color: theme.palette.primary.main,
}));
const ColoredMenuBook = styled(MenuBook)(({ theme }) => ({
const ColoredPeople = styled(PeopleOutlined)(({ theme }) => ({
color: theme.palette.primary.main,
}));
const ColoredMenuBook = styled(MenuBookOutlined)(({ theme }) => ({
color: theme.palette.primary.main,
}));
@ -96,6 +101,7 @@ export const ProjectOnboarded = ({
<Actions>
<ActionBox>
<TitleContainer>
<ColoredExtension />
Expose your feature flag to users
</TitleContainer>
<Typography>