8 lines
631 B
JavaScript
8 lines
631 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowColumnOneFourthLeftFocusTop20Filled = exports.WindowColumnOneFourthLeftFocusTopFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WindowColumnOneFourthLeftFocusTopFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftFocusTopFilled", "", 2, undefined));
|
|
exports.WindowColumnOneFourthLeftFocusTop20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftFocusTop20Filled", "", 0, 20));
|