Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-icons

Package Overview
Dependencies
Maintainers
12
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-icons - npm Package Compare versions

Comparing version 2.0.215 to 2.0.216

2

lib-cjs/fonts/index.d.ts

@@ -45,1 +45,3 @@ export * from './icons/chunk-0';

export * from '../utils/constants';
export { IconDirectionContextProvider, useIconContext } from '../contexts/index';
export type { IconDirectionContextValue } from '../contexts/index';

@@ -6,3 +6,3 @@ "use strict";

});
exports.bundleIcon = exports.wrapIcon = void 0;
exports.useIconContext = exports.IconDirectionContextProvider = exports.bundleIcon = exports.wrapIcon = void 0;
const tslib_1 = require("tslib");

@@ -63,2 +63,15 @@ tslib_1.__exportStar(require("./icons/chunk-0"), exports);

tslib_1.__exportStar(require("../utils/useIconState"), exports);
tslib_1.__exportStar(require("../utils/constants"), exports);
tslib_1.__exportStar(require("../utils/constants"), exports);
var index_1 = require("../contexts/index");
Object.defineProperty(exports, "IconDirectionContextProvider", {
enumerable: true,
get: function () {
return index_1.IconDirectionContextProvider;
}
});
Object.defineProperty(exports, "useIconContext", {
enumerable: true,
get: function () {
return index_1.useIconContext;
}
});

@@ -28,2 +28,3 @@ "use strict";

font-family: ${FONT_FAMILY_MAP[0 /* Filled */]};
font-display: "block";
src: url(${JSON.stringify(FluentSystemIcons_Filled_woff2_1.default)}) format("woff2"),

@@ -35,2 +36,3 @@ url(${JSON.stringify(FluentSystemIcons_Filled_woff_1.default)}) format("woff"),

font-family: ${FONT_FAMILY_MAP[1 /* Regular */]};
font-display: "block";
src: url(${JSON.stringify(FluentSystemIcons_Regular_woff2_1.default)}) format("woff2"),

@@ -42,2 +44,3 @@ url(${JSON.stringify(FluentSystemIcons_Regular_woff_1.default)}) format("woff"),

font-family: ${FONT_FAMILY_MAP[2 /* Resizable */]};
font-display: "block";
src: url(${JSON.stringify(FluentSystemIcons_Resizable_woff2_1.default)}) format("woff2"),

@@ -44,0 +47,0 @@ url(${JSON.stringify(FluentSystemIcons_Resizable_woff_1.default)}) format("woff"),

8

lib/fonts/icons/chunk-0.js

@@ -424,4 +424,8 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const ArrowStepOutRegular = /*#__PURE__*/createFluentFontIcon("ArrowStepOutRegular", "", 2, undefined);
export const ArrowStepOverFilled = /*#__PURE__*/createFluentFontIcon("ArrowStepOverFilled", "", 2, undefined);
export const ArrowStepOverRegular = /*#__PURE__*/createFluentFontIcon("ArrowStepOverRegular", "", 2, undefined);
export const ArrowStepOverFilled = /*#__PURE__*/createFluentFontIcon("ArrowStepOverFilled", "", 2, undefined, {
flipInRtl: true
});
export const ArrowStepOverRegular = /*#__PURE__*/createFluentFontIcon("ArrowStepOverRegular", "", 2, undefined, {
flipInRtl: true
});
export const ArrowSwapFilled = /*#__PURE__*/createFluentFontIcon("ArrowSwapFilled", "", 2, undefined, {

@@ -428,0 +432,0 @@ flipInRtl: true

@@ -62,4 +62,8 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const SlideSizeRegular = /*#__PURE__*/createFluentFontIcon("SlideSizeRegular", "", 2, undefined);
export const SlideTextFilled = /*#__PURE__*/createFluentFontIcon("SlideTextFilled", "", 2, undefined);
export const SlideTextRegular = /*#__PURE__*/createFluentFontIcon("SlideTextRegular", "", 2, undefined);
export const SlideTextFilled = /*#__PURE__*/createFluentFontIcon("SlideTextFilled", "", 2, undefined, {
flipInRtl: true
});
export const SlideTextRegular = /*#__PURE__*/createFluentFontIcon("SlideTextRegular", "", 2, undefined, {
flipInRtl: true
});
export const SlideTextMultipleFilled = /*#__PURE__*/createFluentFontIcon("SlideTextMultipleFilled", "", 2, undefined);

@@ -66,0 +70,0 @@ export const SlideTextMultipleRegular = /*#__PURE__*/createFluentFontIcon("SlideTextMultipleRegular", "", 2, undefined);

@@ -45,1 +45,3 @@ export * from './icons/chunk-0';

export * from '../utils/constants';
export { IconDirectionContextProvider, useIconContext } from '../contexts/index';
export type { IconDirectionContextValue } from '../contexts/index';

@@ -43,2 +43,3 @@ export * from './icons/chunk-0';

export * from '../utils/useIconState';
export * from '../utils/constants';
export * from '../utils/constants';
export { IconDirectionContextProvider, useIconContext } from '../contexts/index';

@@ -503,3 +503,5 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const SlideMicrophone24Regular = /*#__PURE__*/createFluentFontIcon("SlideMicrophone24Regular", "", 1, 24);
export const SlideText24Regular = /*#__PURE__*/createFluentFontIcon("SlideText24Regular", "", 1, 24);
export const SlideText24Regular = /*#__PURE__*/createFluentFontIcon("SlideText24Regular", "", 1, 24, {
flipInRtl: true
});
export const Snooze16Regular = /*#__PURE__*/createFluentFontIcon("Snooze16Regular", "", 1, 16);

@@ -506,0 +508,0 @@ export const Snooze24Regular = /*#__PURE__*/createFluentFontIcon("Snooze24Regular", "", 1, 24);

@@ -349,6 +349,14 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const SlideSize24Regular = /*#__PURE__*/createFluentFontIcon("SlideSize24Regular", "", 1, 24);
export const SlideText16Regular = /*#__PURE__*/createFluentFontIcon("SlideText16Regular", "", 1, 16);
export const SlideText20Regular = /*#__PURE__*/createFluentFontIcon("SlideText20Regular", "", 1, 20);
export const SlideText28Regular = /*#__PURE__*/createFluentFontIcon("SlideText28Regular", "", 1, 28);
export const SlideText48Regular = /*#__PURE__*/createFluentFontIcon("SlideText48Regular", "", 1, 48);
export const SlideText16Regular = /*#__PURE__*/createFluentFontIcon("SlideText16Regular", "", 1, 16, {
flipInRtl: true
});
export const SlideText20Regular = /*#__PURE__*/createFluentFontIcon("SlideText20Regular", "", 1, 20, {
flipInRtl: true
});
export const SlideText28Regular = /*#__PURE__*/createFluentFontIcon("SlideText28Regular", "", 1, 28, {
flipInRtl: true
});
export const SlideText48Regular = /*#__PURE__*/createFluentFontIcon("SlideText48Regular", "", 1, 48, {
flipInRtl: true
});
export const Speaker016Regular = /*#__PURE__*/createFluentFontIcon("Speaker016Regular", "", 1, 16);

@@ -355,0 +363,0 @@ export const Speaker020Regular = /*#__PURE__*/createFluentFontIcon("Speaker020Regular", "", 1, 20);

@@ -520,5 +520,7 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const ArrowStepOut16Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOut16Regular", "", 1, 16);
export const ArrowStepOver16Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOver16Regular", "", 1, 16);
export const ArrowStepOver16Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOver16Regular", "", 1, 16, {
flipInRtl: true
});
export const ArrowUpRight20Regular = /*#__PURE__*/createFluentFontIcon("ArrowUpRight20Regular", "", 1, 20);
export const Backpack32Regular = /*#__PURE__*/createFluentFontIcon("Backpack32Regular", "", 1, 32);
export const BookContacts32Regular = /*#__PURE__*/createFluentFontIcon("BookContacts32Regular", "", 1, 32);

@@ -269,3 +269,5 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const SlideMicrophone24Filled = /*#__PURE__*/createFluentFontIcon("SlideMicrophone24Filled", "", 0, 24);
export const SlideText24Filled = /*#__PURE__*/createFluentFontIcon("SlideText24Filled", "", 0, 24);
export const SlideText24Filled = /*#__PURE__*/createFluentFontIcon("SlideText24Filled", "", 0, 24, {
flipInRtl: true
});
export const Snooze16Filled = /*#__PURE__*/createFluentFontIcon("Snooze16Filled", "", 0, 16);

@@ -272,0 +274,0 @@ export const Snooze24Filled = /*#__PURE__*/createFluentFontIcon("Snooze24Filled", "", 0, 24);

@@ -99,3 +99,5 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const ArrowStepOut20Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOut20Regular", "", 1, 20);
export const ArrowStepOver20Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOver20Regular", "", 1, 20);
export const ArrowStepOver20Regular = /*#__PURE__*/createFluentFontIcon("ArrowStepOver20Regular", "", 1, 20, {
flipInRtl: true
});
export const ArrowTurnBidirectionalDownRight20Regular = /*#__PURE__*/createFluentFontIcon("ArrowTurnBidirectionalDownRight20Regular", "", 1, 20);

@@ -102,0 +104,0 @@ export const ArrowTurnRight20Regular = /*#__PURE__*/createFluentFontIcon("ArrowTurnRight20Regular", "", 1, 20);

@@ -55,6 +55,14 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const SlideSize24Filled = /*#__PURE__*/createFluentFontIcon("SlideSize24Filled", "", 0, 24);
export const SlideText16Filled = /*#__PURE__*/createFluentFontIcon("SlideText16Filled", "", 0, 16);
export const SlideText20Filled = /*#__PURE__*/createFluentFontIcon("SlideText20Filled", "", 0, 20);
export const SlideText28Filled = /*#__PURE__*/createFluentFontIcon("SlideText28Filled", "", 0, 28);
export const SlideText48Filled = /*#__PURE__*/createFluentFontIcon("SlideText48Filled", "", 0, 48);
export const SlideText16Filled = /*#__PURE__*/createFluentFontIcon("SlideText16Filled", "", 0, 16, {
flipInRtl: true
});
export const SlideText20Filled = /*#__PURE__*/createFluentFontIcon("SlideText20Filled", "", 0, 20, {
flipInRtl: true
});
export const SlideText28Filled = /*#__PURE__*/createFluentFontIcon("SlideText28Filled", "", 0, 28, {
flipInRtl: true
});
export const SlideText48Filled = /*#__PURE__*/createFluentFontIcon("SlideText48Filled", "", 0, 48, {
flipInRtl: true
});
export const Speaker016Filled = /*#__PURE__*/createFluentFontIcon("Speaker016Filled", "", 0, 16);

@@ -61,0 +69,0 @@ export const Speaker020Filled = /*#__PURE__*/createFluentFontIcon("Speaker020Filled", "", 0, 20);

@@ -269,3 +269,5 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const ArrowStepOut16Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOut16Filled", "", 0, 16);
export const ArrowStepOver16Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOver16Filled", "", 0, 16);
export const ArrowStepOver16Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOver16Filled", "", 0, 16, {
flipInRtl: true
});
export const ArrowUpRight20Filled = /*#__PURE__*/createFluentFontIcon("ArrowUpRight20Filled", "", 0, 20);

@@ -272,0 +274,0 @@ export const Backpack32Filled = /*#__PURE__*/createFluentFontIcon("Backpack32Filled", "", 0, 32);

@@ -389,3 +389,5 @@ import { createFluentFontIcon } from "../../utils/fonts/createFluentFontIcon";

export const ArrowStepOut20Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOut20Filled", "", 0, 20);
export const ArrowStepOver20Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOver20Filled", "", 0, 20);
export const ArrowStepOver20Filled = /*#__PURE__*/createFluentFontIcon("ArrowStepOver20Filled", "", 0, 20, {
flipInRtl: true
});
export const ArrowTurnBidirectionalDownRight20Filled = /*#__PURE__*/createFluentFontIcon("ArrowTurnBidirectionalDownRight20Filled", "", 0, 20);

@@ -392,0 +394,0 @@ export const ArrowTurnRight20Filled = /*#__PURE__*/createFluentFontIcon("ArrowTurnRight20Filled", "", 0, 20);

@@ -21,2 +21,3 @@ import * as React from 'react';

font-family: ${FONT_FAMILY_MAP[0 /* Filled */]};
font-display: "block";
src: url(${JSON.stringify(fontFilledWoff2)}) format("woff2"),

@@ -28,2 +29,3 @@ url(${JSON.stringify(fontFilledWoff)}) format("woff"),

font-family: ${FONT_FAMILY_MAP[1 /* Regular */]};
font-display: "block";
src: url(${JSON.stringify(fontRegularWoff2)}) format("woff2"),

@@ -35,2 +37,3 @@ url(${JSON.stringify(fontRegularWoff)}) format("woff"),

font-family: ${FONT_FAMILY_MAP[2 /* Resizable */]};
font-display: "block";
src: url(${JSON.stringify(fontOneSizeWoff2)}) format("woff2"),

@@ -37,0 +40,0 @@ url(${JSON.stringify(fontOneSizeWoff)}) format("woff"),

{
"name": "@fluentui/react-icons",
"version": "2.0.215",
"version": "2.0.216",
"sideEffects": false,

@@ -5,0 +5,0 @@ "main": "lib-cjs/index.js",

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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