@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.18 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowDevEdit20Filled = exports.WindowDevEdit20Regular = exports.WindowDevEdit16Filled = exports.WindowDevEdit16Regular = exports.WindowDevEditRegular = exports.WindowDevEditFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowDevEditFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEditFilled", "", 2, undefined));
exports.WindowDevEditRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEditRegular", "", 2, undefined));
exports.WindowDevEdit16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEdit16Regular", "", 1, 16));
exports.WindowDevEdit16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEdit16Filled", "", 0, 16));
exports.WindowDevEdit20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEdit20Regular", "", 1, 20));
exports.WindowDevEdit20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowDevEdit20Filled", "", 0, 20));