10 lines
991 B
JavaScript
10 lines
991 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowColumnOneFourthLeft20Filled = exports.WindowColumnOneFourthLeft20Regular = exports.WindowColumnOneFourthLeftRegular = exports.WindowColumnOneFourthLeftFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WindowColumnOneFourthLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftFilled", "", 2, undefined));
|
|
exports.WindowColumnOneFourthLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeftRegular", "", 2, undefined));
|
|
exports.WindowColumnOneFourthLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeft20Regular", "", 1, 20));
|
|
exports.WindowColumnOneFourthLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowColumnOneFourthLeft20Filled", "", 0, 20));
|