Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[icons] Add a download-file-rounded Icon #44760

Closed
achord opened this issue Dec 13, 2024 · 2 comments
Closed

[icons] Add a download-file-rounded Icon #44760

achord opened this issue Dec 13, 2024 · 2 comments
Labels
out of scope The problem looks valid but we won't fix it (maybe we will revisit it in the future) package: icons Specific to @mui/icons

Comments

@achord
Copy link

achord commented Dec 13, 2024

Summary

There is an upload File icon for UploadFileRoundedIcon, but no matching icon style for Rounded - "DownloadFile"
-import UploadFileRoundedIcon from '@mui/icons-material/UploadFileRounded';

Examples

image

Motivation

I would like to maintain style consistency without having to write custom css to rotate the upload icon.

Search keywords: icons, download, file

@achord achord added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 13, 2024
@achord achord changed the title [icons] Add a download-file Icon [icons] Add a download-file-rounded Icon Dec 13, 2024
@mj12albert mj12albert added the package: icons Specific to @mui/icons label Dec 16, 2024
@siriwatknp
Copy link
Member

siriwatknp commented Dec 16, 2024

Google material icons does not provide this, so I recommend using https://github.com/TeamWertarbyte/mdi-material-ui?tab=readme-ov-file instead.

In your case, it would be:

import FileDownloadOutline from "mdi-material-ui/FileDownloadOutline";

@siriwatknp siriwatknp added out of scope The problem looks valid but we won't fix it (maybe we will revisit it in the future) and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Dec 16, 2024
Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Note

@achord How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
out of scope The problem looks valid but we won't fix it (maybe we will revisit it in the future) package: icons Specific to @mui/icons
Projects
None yet
Development

No branches or pull requests

3 participants