14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.KeyboardOff24Filled = exports.KeyboardOff24Regular = exports.KeyboardOff20Filled = exports.KeyboardOff20Regular = exports.KeyboardOff16Filled = exports.KeyboardOff16Regular = exports.KeyboardOffRegular = exports.KeyboardOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.KeyboardOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOffFilled", "", 2, undefined));
|
|
exports.KeyboardOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOffRegular", "", 2, undefined));
|
|
exports.KeyboardOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff16Regular", "", 1, 16));
|
|
exports.KeyboardOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff16Filled", "", 0, 16));
|
|
exports.KeyboardOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff20Regular", "", 1, 20));
|
|
exports.KeyboardOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff20Filled", "", 0, 20));
|
|
exports.KeyboardOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff24Regular", "", 1, 24));
|
|
exports.KeyboardOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardOff24Filled", "", 0, 24));
|