Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
		@@ -1,12 +1,13 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
  test: /\.svg$/,
 | 
			
		||||
  include: /node_modules\/@material-design-icons/,
 | 
			
		||||
  include: /node_modules\/@material-symbols/,
 | 
			
		||||
  issuer: /\.[jt]sx?$/,
 | 
			
		||||
  use: [
 | 
			
		||||
    {
 | 
			
		||||
      loader: '@svgr/webpack',
 | 
			
		||||
      options: {
 | 
			
		||||
        svgo: false,
 | 
			
		||||
        titleProp: true,
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user