10 lines
833 B
JavaScript
10 lines
833 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ScreenPerson20Filled = exports.ScreenPerson20Regular = exports.ScreenPersonRegular = exports.ScreenPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ScreenPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenPersonFilled", "", 2, undefined));
|
|
exports.ScreenPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenPersonRegular", "", 2, undefined));
|
|
exports.ScreenPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenPerson20Regular", "", 1, 20));
|
|
exports.ScreenPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScreenPerson20Filled", "", 0, 20));
|