14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LayoutRowThree24Filled = exports.LayoutRowThree24Regular = exports.LayoutRowThree20Filled = exports.LayoutRowThree20Regular = exports.LayoutRowThree16Filled = exports.LayoutRowThree16Regular = exports.LayoutRowThreeRegular = exports.LayoutRowThreeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LayoutRowThreeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThreeFilled", "", 2, undefined));
|
|
exports.LayoutRowThreeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThreeRegular", "", 2, undefined));
|
|
exports.LayoutRowThree16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree16Regular", "", 1, 16));
|
|
exports.LayoutRowThree16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree16Filled", "", 0, 16));
|
|
exports.LayoutRowThree20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree20Regular", "", 1, 20));
|
|
exports.LayoutRowThree20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree20Filled", "", 0, 20));
|
|
exports.LayoutRowThree24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree24Regular", "", 1, 24));
|
|
exports.LayoutRowThree24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutRowThree24Filled", "", 0, 24));
|