18 lines
2.0 KiB
JavaScript
18 lines
2.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ContentView32Filled = exports.ContentView32Regular = exports.ContentView28Filled = exports.ContentView28Regular = exports.ContentView24Filled = exports.ContentView24Regular = exports.ContentView20Filled = exports.ContentView20Regular = exports.ContentView16Filled = exports.ContentView16Regular = exports.ContentViewRegular = exports.ContentViewFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ContentViewFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewFilled", "", 2, undefined));
|
|
exports.ContentViewRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentViewRegular", "", 2, undefined));
|
|
exports.ContentView16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView16Regular", "", 1, 16));
|
|
exports.ContentView16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView16Filled", "", 0, 16));
|
|
exports.ContentView20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView20Regular", "", 1, 20));
|
|
exports.ContentView20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView20Filled", "", 0, 20));
|
|
exports.ContentView24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView24Regular", "", 1, 24));
|
|
exports.ContentView24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView24Filled", "", 0, 24));
|
|
exports.ContentView28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView28Regular", "", 1, 28));
|
|
exports.ContentView28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView28Filled", "", 0, 28));
|
|
exports.ContentView32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView32Regular", "", 1, 32));
|
|
exports.ContentView32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ContentView32Filled", "", 0, 32));
|