Questions tagged [material-icons]
32 questions
0
votes
2 answers
material-ui search icons is not imported
import React from 'react'
import {Search} from "@material-ui/icons/Search"
const App = () => {
return (
)
}
export default App
export 'Search' (imported as 'Search') was not found in…

Meeran Mohideen
- 3
- 1
0
votes
1 answer
How to import material icons files in an angular library
I am creating an angular library following this article
TL;DR Using the following commands
ng new foo --create-application=false // for workspace
cd foo
ng generate library foo-lib // for library
I want to use Material Icons in my component…

breach
- 27
- 5
0
votes
0 answers
I am using @material-ui/icons in a new project but getting issue with the library files
So I have installed @material-ui/icons library along with npm install @mui/material library as suggested. but my issue is when I am importing any icons from the website and implementing it in my app.js return statement I'm getting this error…

Faiz Khan
- 21
- 3
0
votes
1 answer
angular material icons renders first before the interpolation
I'm doing an angular project using angular material, while im using mat-icons it keeps coming before the interpolation even though i coded it after the interpolation enter image description here
i tried typing anything before of after the icon and…
0
votes
0 answers
Is material symbol extended version of material icons?
I want to upgrade from material icons to material symbols- are all icons from material icons also there in material symbols with the same name?
I want that existing icons would not need to change there name, if they need to then does we have a…

Saniya
- 1
0
votes
0 answers
How to handle large mui icon bundle - possibly by duplicating?
I have a react project that's using MUI icons. Most pages use only a few icons, but we do have a page that let's 'manager' to customize with the choice of everything in MUI icons library.
So you could imagine the bundle brings in the entire MUI…

user2130500
- 15
- 1
- 4
0
votes
1 answer
Material Icons not displaying on Azure hosted Vue/Quasar web app
I have a webapp created using Vue and Quasar. In my quasar-user-options.js file I have added the required icon imports.
import '@quasar/extras/material-icons/material-icons.css'
import…

christian21
- 71
- 6
0
votes
1 answer
React Native MaterialIcons are not rendered correctly
Material Icons library render icons correctly in development mode, but it seems corrupted in production. It renders a question mark which means that icon name is invalid. But it is not.

sociolog
- 83
- 1
- 8
0
votes
1 answer
Is there a way to make filled + rounded icons in jetpack compose?
I just wanted to ask, if there is any way of making an icon in Android Studio that is rounded and filled or rounded and outlined at the same time. Because, I like the rounded icons more but if I add a rounded icon, I can't make it outlined. I also…
0
votes
0 answers
Making filled icons outline - mui
I am using mui icons, currently I have filled ones but I want the thin versions for all of them.
This is where I am using them:
const drawer = (
…

Jennifer De Goede
- 267
- 3
- 14
0
votes
1 answer
I can't change google Icon's color on wordpress site
https://developers.google.com/fonts/docs/material_icons
I tried to change the color of google Icon, however, it shows just black.
I added below code in header.php

kevin
- 1
0
votes
2 answers
Does MUI have a Tiktok Icon?
I am trying to add social media icons to my react website dynamically and I have found icons for Facebook, Instagram, Youtube and Twitter. But I cant add the TikTok logo.
The MUI react material icons directory (see here) doesn't seem to have a…

callumkai
- 11
- 4
0
votes
1 answer
Material Icon theme not loading in visual studio code
Folder Icons and file icons are just little documents, not what is advertised, also it used to work. I tried using and older version, but did not work. Try your best to help, its fine if its impossible.

VelociChicken
- 24
- 8
0
votes
1 answer
Suitable icon for downloads count & file size, suggestion please - flutter
I need suggestion about what I icon to use to denote the number of downloads of a file and it's file size.
Little background:
In one of my flutter apps, user can download a specific document and I would like to give some context to user by showing…

srikanth7785
- 1,382
- 1
- 7
- 22
0
votes
2 answers
nebular with material-icon are not shown icons
I follow the documentation and configure the ligature font pack documentation icon
constructor(
private _iconLibraries: NbIconLibraries
) {
this._iconLibraries.registerFontPack('material-icons', {
ligature: true,
});
in my app.module.ts…

Alejandroppir
- 127
- 8