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