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

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PreviousFrame24Filled = exports.PreviousFrame24Regular = exports.PreviousFrame20Filled = exports.PreviousFrame20Regular = exports.PreviousFrameRegular = exports.PreviousFrameFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PreviousFrameFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrameFilled", "", 2, undefined));
exports.PreviousFrameRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrameRegular", "", 2, undefined));
exports.PreviousFrame20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrame20Regular", "󰋞", 1, 20));
exports.PreviousFrame20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrame20Filled", "󰋱", 0, 20));
exports.PreviousFrame24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrame24Regular", "󰋟", 1, 24));
exports.PreviousFrame24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PreviousFrame24Filled", "󰋲", 0, 24));