Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.6.0 to 2.7.0-beta.1

sprites/styles/svg/sprite.css-84ddeee3.svg

4

build/src/logos.d.ts

@@ -30,5 +30,8 @@ import { IMXIcon } from "./common/icon";

export declare const mastercard: IMXIcon;
export declare const microsoft: IMXIcon;
export declare const msEdge: IMXIcon;
export declare const msExcel: IMXIcon;
export declare const msOffice: IMXIcon;
export declare const msPowerpoint: IMXIcon;
export declare const msTeams: IMXIcon;
export declare const msOutlook: IMXIcon;

@@ -54,2 +57,3 @@ export declare const msWord: IMXIcon;

export declare const visa: IMXIcon;
export declare const vsCode: IMXIcon;
export declare const logos: IMXIcon[];

4

package.json
{
"name": "@igniteui/material-icons-extended",
"version": "2.6.0",
"version": "2.7.0-beta.1",
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.",

@@ -10,3 +10,3 @@ "scripts": {

"main": "build/index.js",
"types": "build/index.d.ts",
"types": "build/src/index.d.ts",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

@@ -171,2 +171,8 @@ import { IMXIcon } from "./common/icon";

export const microsoft: IMXIcon = {
name: "microsoft",
value: require("./svgs/microsoft.svg"),
categories: ["logos"],
};
export const msEdge: IMXIcon = {

@@ -184,2 +190,8 @@ name: "ms-edge",

export const msOffice: IMXIcon = {
name: "ms-office",
value: require("./svgs/ms-office.svg"),
categories: ["logos"],
};
export const msPowerpoint: IMXIcon = {

@@ -191,2 +203,8 @@ name: "ms-powerpoint",

export const msTeams: IMXIcon = {
name: "ms-teams",
value: require("./svgs/ms-teams.svg"),
categories: ["logos"],
};
export const msOutlook: IMXIcon = {

@@ -312,2 +330,8 @@ name: "ms-outlook",

export const vsCode: IMXIcon = {
name: "vs-code",
value: require("./svgs/vs-code.svg"),
categories: ["logos"],
};
export const logos = [

@@ -342,6 +366,9 @@ amazon,

mastercard,
microsoft,
msEdge,
msExcel,
msOffice,
msOutlook,
msPowerpoint,
msTeams,
msWord,

@@ -366,2 +393,3 @@ onedrive,

visa,
vsCode,
];

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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