14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LiveOff24Filled = exports.LiveOff24Regular = exports.LiveOff20Filled = exports.LiveOff20Regular = exports.LiveOff16Filled = exports.LiveOff16Regular = exports.LiveOffRegular = exports.LiveOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LiveOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOffFilled", "", 2, undefined));
|
|
exports.LiveOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOffRegular", "", 2, undefined));
|
|
exports.LiveOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff16Regular", "", 1, 16));
|
|
exports.LiveOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff16Filled", "", 0, 16));
|
|
exports.LiveOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff20Regular", "", 1, 20));
|
|
exports.LiveOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff20Filled", "", 0, 20));
|
|
exports.LiveOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff24Regular", "", 1, 24));
|
|
exports.LiveOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LiveOff24Filled", "", 0, 24));
|