Private
Public Access
1
0
Files

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
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));