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