12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PhoneScreenTime24Filled = exports.PhoneScreenTime24Regular = exports.PhoneScreenTime20Filled = exports.PhoneScreenTime20Regular = exports.PhoneScreenTimeRegular = exports.PhoneScreenTimeFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PhoneScreenTimeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTimeFilled", "", 2, undefined));
|
|
exports.PhoneScreenTimeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTimeRegular", "", 2, undefined));
|
|
exports.PhoneScreenTime20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTime20Regular", "", 1, 20));
|
|
exports.PhoneScreenTime20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTime20Filled", "", 0, 20));
|
|
exports.PhoneScreenTime24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTime24Regular", "", 1, 24));
|
|
exports.PhoneScreenTime24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneScreenTime24Filled", "", 0, 24));
|