12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DocumentPerson20Filled = exports.DocumentPerson20Regular = exports.DocumentPerson16Filled = exports.DocumentPerson16Regular = exports.DocumentPersonRegular = exports.DocumentPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DocumentPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPersonFilled", "", 2, undefined));
|
|
exports.DocumentPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPersonRegular", "", 2, undefined));
|
|
exports.DocumentPerson16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPerson16Regular", "", 1, 16));
|
|
exports.DocumentPerson16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPerson16Filled", "", 0, 16));
|
|
exports.DocumentPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPerson20Regular", "", 1, 20));
|
|
exports.DocumentPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentPerson20Filled", "", 0, 20));
|