12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CellularOff24Filled = exports.CellularOff24Regular = exports.CellularOff20Filled = exports.CellularOff20Regular = exports.CellularOffRegular = exports.CellularOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CellularOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOffFilled", "", 2, undefined));
|
|
exports.CellularOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOffRegular", "", 2, undefined));
|
|
exports.CellularOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOff20Regular", "", 1, 20));
|
|
exports.CellularOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOff20Filled", "", 0, 20));
|
|
exports.CellularOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOff24Regular", "", 1, 24));
|
|
exports.CellularOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CellularOff24Filled", "", 0, 24));
|