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

10 lines
809 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowPlay20Filled = exports.WindowPlay20Regular = exports.WindowPlayRegular = exports.WindowPlayFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowPlayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowPlayFilled", "", 2, undefined));
exports.WindowPlayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowPlayRegular", "", 2, undefined));
exports.WindowPlay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowPlay20Regular", "", 1, 20));
exports.WindowPlay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowPlay20Filled", "", 0, 20));