@igniteui/material-icons-extended
Advanced tools
Comparing version 2.6.0 to 2.7.0-beta.1
@@ -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[]; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
857820
338
3267
1