14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CodeOff24Filled = exports.CodeOff24Regular = exports.CodeOff20Filled = exports.CodeOff20Regular = exports.CodeOff16Filled = exports.CodeOff16Regular = exports.CodeOffRegular = exports.CodeOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CodeOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOffFilled", "", 2, undefined));
|
|
exports.CodeOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOffRegular", "", 2, undefined));
|
|
exports.CodeOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff16Regular", "", 1, 16));
|
|
exports.CodeOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff16Filled", "", 0, 16));
|
|
exports.CodeOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff20Regular", "", 1, 20));
|
|
exports.CodeOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff20Filled", "", 0, 20));
|
|
exports.CodeOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff24Regular", "", 1, 24));
|
|
exports.CodeOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CodeOff24Filled", "", 0, 24));
|