12 lines
1.0 KiB
JavaScript
12 lines
1.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.NotePin20Filled = exports.NotePin20Regular = exports.NotePin16Filled = exports.NotePin16Regular = exports.NotePinRegular = exports.NotePinFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.NotePinFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePinFilled", "", 2, undefined));
|
|
exports.NotePinRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePinRegular", "", 2, undefined));
|
|
exports.NotePin16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePin16Regular", "", 1, 16));
|
|
exports.NotePin16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePin16Filled", "", 0, 16));
|
|
exports.NotePin20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePin20Regular", "", 1, 20));
|
|
exports.NotePin20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotePin20Filled", "", 0, 20));
|