19 lines
1.9 KiB
JavaScript
19 lines
1.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Note48Filled = exports.Note48Regular = exports.Note32Light = exports.Note28Filled = exports.Note28Regular = exports.Note24Filled = exports.Note24Regular = exports.Note20Filled = exports.Note20Regular = exports.Note16Filled = exports.Note16Regular = exports.NoteRegular = exports.NoteFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.NoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteFilled", "", 2, undefined));
|
|
exports.NoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NoteRegular", "", 2, undefined));
|
|
exports.Note16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note16Regular", "", 1, 16));
|
|
exports.Note16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note16Filled", "", 0, 16));
|
|
exports.Note20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note20Regular", "", 1, 20));
|
|
exports.Note20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note20Filled", "", 0, 20));
|
|
exports.Note24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note24Regular", "", 1, 24));
|
|
exports.Note24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note24Filled", "", 0, 24));
|
|
exports.Note28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note28Regular", "", 1, 28));
|
|
exports.Note28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note28Filled", "", 0, 28));
|
|
exports.Note32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note32Light", "", 3, 32));
|
|
exports.Note48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note48Regular", "", 1, 48));
|
|
exports.Note48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Note48Filled", "", 0, 48));
|