16 lines
2.1 KiB
JavaScript
16 lines
2.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CallRectangleLandscape28Filled = exports.CallRectangleLandscape28Regular = exports.CallRectangleLandscape24Filled = exports.CallRectangleLandscape24Regular = exports.CallRectangleLandscape20Filled = exports.CallRectangleLandscape20Regular = exports.CallRectangleLandscape16Filled = exports.CallRectangleLandscape16Regular = exports.CallRectangleLandscapeRegular = exports.CallRectangleLandscapeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CallRectangleLandscapeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscapeFilled", "", 2, undefined));
|
|
exports.CallRectangleLandscapeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscapeRegular", "", 2, undefined));
|
|
exports.CallRectangleLandscape16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape16Regular", "", 1, 16));
|
|
exports.CallRectangleLandscape16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape16Filled", "", 0, 16));
|
|
exports.CallRectangleLandscape20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape20Regular", "", 1, 20));
|
|
exports.CallRectangleLandscape20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape20Filled", "", 0, 20));
|
|
exports.CallRectangleLandscape24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape24Regular", "", 1, 24));
|
|
exports.CallRectangleLandscape24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape24Filled", "", 0, 24));
|
|
exports.CallRectangleLandscape28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape28Regular", "", 1, 28));
|
|
exports.CallRectangleLandscape28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRectangleLandscape28Filled", "", 0, 28));
|