10 lines
1009 B
JavaScript
10 lines
1009 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LayoutColumnThreeFocusRight24Filled = exports.LayoutColumnThreeFocusRight20Filled = exports.LayoutColumnThreeFocusRight16Filled = exports.LayoutColumnThreeFocusRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LayoutColumnThreeFocusRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRightFilled", "", 2, undefined));
|
|
exports.LayoutColumnThreeFocusRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight16Filled", "", 0, 16));
|
|
exports.LayoutColumnThreeFocusRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight20Filled", "", 0, 20));
|
|
exports.LayoutColumnThreeFocusRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnThreeFocusRight24Filled", "", 0, 24));
|