MaterialDesign-Angular-Material icon indicating copy to clipboard operation
MaterialDesign-Angular-Material copied to clipboard

@mdi/angular-material Dist for Material Design Icons.

Results 2 MaterialDesign-Angular-Material issues
Sort by recently updated
recently updated
newest added

We use the NPM package, but since this is two major versions behind with the material design icons, I was wondering whether this is no longer recommended?

Hard codes the viewport. So far it is always this value. Source: ```sh $ cat node_modules/@mdi/svg/svg/*.svg | grep -oE 'viewBox="([^"]+)"' | sort | uniq -c 7447 viewBox="0 0 24 24"...