12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ClipboardNote20Filled = exports.ClipboardNote20Regular = exports.ClipboardNote16Filled = exports.ClipboardNote16Regular = exports.ClipboardNoteRegular = exports.ClipboardNoteFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ClipboardNoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNoteFilled", "", 2, undefined));
|
|
exports.ClipboardNoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNoteRegular", "", 2, undefined));
|
|
exports.ClipboardNote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNote16Regular", "", 1, 16));
|
|
exports.ClipboardNote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNote16Filled", "", 0, 16));
|
|
exports.ClipboardNote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNote20Regular", "", 1, 20));
|
|
exports.ClipboardNote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardNote20Filled", "", 0, 20));
|