New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@igniteui/material-icons-extended

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igniteui/material-icons-extended - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-beta.1

assets/sprite.symbol.svg

56

package.json
{
"name": "@igniteui/material-icons-extended",
"version": "3.0.0-alpha.3",
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.",
"author": "Infragistics",
"license": "MIT",
"version": "3.0.0-beta.1",
"type": "module",
"scripts": {
"build": "npm run build:a11y && vite build",
"build:a11y": "npm run clean:tmp && node scripts/a11y.mjs",
"build:migrations": "gulp copyMigrations && tsc --listEmittedFiles --project ./migrations/tsconfig.json",
"clean:tmp": "rimraf ./.tmp"
},
"workspaces": [
"./vite-plugins/*"
],
"main": "dist/index.js",
"files": [
"dist"
],
"main": "index.js",
"exports": {
".": "./dist/index.js",
"./build/migrations/*": {
"default": "./dist/migrations/*"
".": "./index.js",
"./migrations/*": {
"default": "./migrations/*"
},

@@ -28,9 +18,3 @@ "./package.json": {

},
"typesVersion": {
"*": {
"*": [
"dist/*"
]
}
},
"types": "index.d.ts",
"repository": {

@@ -45,6 +29,6 @@ "type": "git",

"icons",
"material"
"material",
"infragistics",
"igniteui"
],
"author": "Infragistics",
"license": "MIT",
"bugs": {

@@ -55,20 +39,4 @@ "url": "https://github.com/IgniteUI/material-icons-extended/issues"

"ng-update": {
"migrations": "./build/migrations/migration.json"
},
"devDependencies": {
"@angular-devkit/schematics": "^10.0.8",
"@spiriit/vite-plugin-svg-spritemap": "1.1.0",
"@types/node": "^18.15.11",
"@types/xmldom": "^0.1.31",
"@xmldom/xmldom": "^0.8.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"svg-loader": "^1.0.0",
"svgo": "^3.0.2",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-static-copy": "^0.14.0",
"yaml": "^2.2.1"
"migrations": "./migrations/migration.json"
}
}

@@ -107,3 +107,3 @@ ## Material Icons Extended by Infragistics

<link
href="../node_modules/@igniteui/material-icons-extended/dist/styles/sprite.css"
href="../node_modules/@igniteui/material-icons-extended/styles/sprite.css"
rel="stylesheet"

@@ -126,3 +126,3 @@ />

```scss
@use '@igniteui/material-icons-extended/dist/styles/sprite.scss' as *;
@use '@igniteui/material-icons-extended/styles/sprite.scss' as *;

@@ -137,3 +137,3 @@ .github-icon {

```less
@import '@igniteui/material-icons-extended/dist/styles/sprite.less';
@import '@igniteui/material-icons-extended/styles/sprite.less';

@@ -148,3 +148,3 @@ .github-icon {

```stylus
@import '@igniteui/material-icons-extended/dist/styles/sprite.styl'
@import '@igniteui/material-icons-extended/styles/sprite.styl'

@@ -163,3 +163,3 @@ .github-icon

The package also includes an SVG sprite with all icons listed as `<symbol>` elements. This sprite can be imported from `@igniteui/material-icons-extended/dist/assets/sprite.symbol.svg`;
The package also includes an SVG sprite with all icons listed as `<symbol>` elements. This sprite can be imported from `@igniteui/material-icons-extended/assets/sprite.symbol.svg`;
Once you add the image to your application, you can use the encapsulated symbols like this:

@@ -185,3 +185,3 @@

All SVG icons can be found in `@igniteui/material-icons-extended/dist/assets/svgs`;
All SVG icons can be found in `@igniteui/material-icons-extended/assets/svgs`;

@@ -195,2 +195,2 @@ ### Requests

After some internal discussions and research, we've decided not to include a web font.
There are various reasons for this decision, the main one being accesibility. SVG should be well supported across all modern browsers.
There are various reasons for this decision, the main one being accessibility. SVG should be well supported across all modern browsers.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc