Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/layout-column-one-third-left.js

14 lines
1.7 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutColumnOneThirdLeft24Filled = exports.LayoutColumnOneThirdLeft24Regular = exports.LayoutColumnOneThirdLeft20Filled = exports.LayoutColumnOneThirdLeft20Regular = exports.LayoutColumnOneThirdLeft16Filled = exports.LayoutColumnOneThirdLeft16Regular = exports.LayoutColumnOneThirdLeftRegular = exports.LayoutColumnOneThirdLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutColumnOneThirdLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeftFilled", "", 2, undefined));
exports.LayoutColumnOneThirdLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeftRegular", "", 2, undefined));
exports.LayoutColumnOneThirdLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft16Regular", "󰒌", 1, 16));
exports.LayoutColumnOneThirdLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft16Filled", "󰒷", 0, 16));
exports.LayoutColumnOneThirdLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft20Regular", "󰒍", 1, 20));
exports.LayoutColumnOneThirdLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft20Filled", "󰒸", 0, 20));
exports.LayoutColumnOneThirdLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft24Regular", "󰒎", 1, 24));
exports.LayoutColumnOneThirdLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutColumnOneThirdLeft24Filled", "󰒹", 0, 24));