14 lines
1.8 KiB
JavaScript
14 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LayoutColumnOneThirdRight24Filled = exports.LayoutColumnOneThirdRight24Regular = exports.LayoutColumnOneThirdRight20Filled = exports.LayoutColumnOneThirdRight20Regular = exports.LayoutColumnOneThirdRight16Filled = exports.LayoutColumnOneThirdRight16Regular = exports.LayoutColumnOneThirdRightRegular = exports.LayoutColumnOneThirdRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LayoutColumnOneThirdRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRightFilled", "", 2, undefined));
|
|
exports.LayoutColumnOneThirdRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRightRegular", "", 2, undefined));
|
|
exports.LayoutColumnOneThirdRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight16Regular", "", 1, 16));
|
|
exports.LayoutColumnOneThirdRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight16Filled", "", 0, 16));
|
|
exports.LayoutColumnOneThirdRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight20Regular", "", 1, 20));
|
|
exports.LayoutColumnOneThirdRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight20Filled", "", 0, 20));
|
|
exports.LayoutColumnOneThirdRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight24Regular", "", 1, 24));
|
|
exports.LayoutColumnOneThirdRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdRight24Filled", "", 0, 24));
|