@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 809 B
JavaScript
"use client";
;
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));