@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.14 kB
JavaScript
"use client";
;
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));