10 lines
821 B
JavaScript
10 lines
821 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowAdOff20Filled = exports.WindowAdOff20Regular = exports.WindowAdOffRegular = exports.WindowAdOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WindowAdOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdOffFilled", "", 2, undefined));
|
|
exports.WindowAdOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdOffRegular", "", 2, undefined));
|
|
exports.WindowAdOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdOff20Regular", "", 1, 20));
|
|
exports.WindowAdOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowAdOff20Filled", "", 0, 20));
|