12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowAd24Filled = exports.WindowAd24Regular = exports.WindowAd20Filled = exports.WindowAd20Regular = exports.WindowAdRegular = exports.WindowAdFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WindowAdFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdFilled", "", 2, undefined));
|
|
exports.WindowAdRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdRegular", "", 2, undefined));
|
|
exports.WindowAd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAd20Regular", "", 1, 20));
|
|
exports.WindowAd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAd20Filled", "", 0, 20));
|
|
exports.WindowAd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAd24Regular", "", 1, 24));
|
|
exports.WindowAd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAd24Filled", "", 0, 24));
|