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

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Orientation24Filled = exports.Orientation24Regular = exports.Orientation20Filled = exports.Orientation20Regular = exports.OrientationRegular = exports.OrientationFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.OrientationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrientationFilled", "", 2, undefined));
exports.OrientationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrientationRegular", "", 2, undefined));
exports.Orientation20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation20Regular", "", 1, 20));
exports.Orientation20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation20Filled", "", 0, 20));
exports.Orientation24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation24Regular", "", 1, 24));
exports.Orientation24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Orientation24Filled", "", 0, 24));