UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 797 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScreenCut20Filled = exports.ScreenCut20Regular = exports.ScreenCutRegular = exports.ScreenCutFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ScreenCutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenCutFilled", "", 2, undefined)); exports.ScreenCutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenCutRegular", "", 2, undefined)); exports.ScreenCut20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenCut20Regular", "", 1, 20)); exports.ScreenCut20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenCut20Filled", "", 0, 20));