20 lines
2.4 KiB
JavaScript
20 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.NotepadPerson48Filled = exports.NotepadPerson48Regular = exports.NotepadPerson32Filled = exports.NotepadPerson32Regular = exports.NotepadPerson28Filled = exports.NotepadPerson28Regular = exports.NotepadPerson24Filled = exports.NotepadPerson24Regular = exports.NotepadPerson20Filled = exports.NotepadPerson20Regular = exports.NotepadPerson16Filled = exports.NotepadPerson16Regular = exports.NotepadPersonRegular = exports.NotepadPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.NotepadPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPersonFilled", "", 2, undefined));
|
|
exports.NotepadPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPersonRegular", "", 2, undefined));
|
|
exports.NotepadPerson16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson16Regular", "", 1, 16));
|
|
exports.NotepadPerson16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson16Filled", "", 0, 16));
|
|
exports.NotepadPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson20Regular", "", 1, 20));
|
|
exports.NotepadPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson20Filled", "", 0, 20));
|
|
exports.NotepadPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson24Regular", "", 1, 24));
|
|
exports.NotepadPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson24Filled", "", 0, 24));
|
|
exports.NotepadPerson28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson28Regular", "", 1, 28));
|
|
exports.NotepadPerson28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson28Filled", "", 0, 28));
|
|
exports.NotepadPerson32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson32Regular", "", 1, 32));
|
|
exports.NotepadPerson32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson32Filled", "", 0, 32));
|
|
exports.NotepadPerson48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson48Regular", "", 1, 48));
|
|
exports.NotepadPerson48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotepadPerson48Filled", "", 0, 48));
|