Material-design-icons: Icons missing in https://material.io/icons/

Created on 25 May 2018  路  5Comments  路  Source: google/material-design-icons

So I can use content_copy content_cut content_paste but the documentation for them is missing on the material.io website.

Most helpful comment

We have icon for pregnant woman in the Action category!! but we have not any icon for Cut, Copy & Paste. Why you removed these icons? We need them!

All 5 comments

Here is a possible solution to your problem:

https://www.technipages.com/android-icons-disappear-from-home-screen

I don't think this is the right tracker for documentation issues. The icons you named are present in the latest NPM package but they're not listed on the website. I'm not sure if that's because the package is so old, and the icons are actually removed, or if the docs are just wrong. If it's the latter, there's a "feedback" link at the bottom of the material.io website that would let you report it. If it's the former, see issue #786 for instructions on getting the newer files.

We have icon for pregnant woman in the Action category!! but we have not any icon for Cut, Copy & Paste. Why you removed these icons? We need them!

content_paste, content_copy and copy_cut currently still work in material design components web.

Is it going to stay with the content prefix? Or do you plan to remove the content prefix?

As noted by @thdk, clipboard related icons are available. However, they're not included on the main Material icons reference page. This _seems_ like a documentation bug to me.

They've been around since the third commit, way back in 2014: 95c4d7a:/index.html:302. So it's not like they're a recent addition.

You can see them all listed in /sprites/svg-sprite/svg-sprite-content.html (which you can view properly rendered using raw.githack here).

To use them in Angular you just have to drop the leading ic_, so e.g. ic_content_copy becomes content_copy:

<mat-icon>content_copy</mat-icon>
Was this page helpful?
0 / 5 - 0 ratings

Related issues

aleigood picture aleigood  路  4Comments

GelsonMR picture GelsonMR  路  4Comments

juristr picture juristr  路  4Comments

dy picture dy  路  3Comments

akxer picture akxer  路  3Comments