12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Scratchpad24Filled = exports.Scratchpad24Regular = exports.Scratchpad20Filled = exports.Scratchpad20Regular = exports.ScratchpadRegular = exports.ScratchpadFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ScratchpadFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScratchpadFilled", "", 2, undefined));
|
|
exports.ScratchpadRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScratchpadRegular", "", 2, undefined));
|
|
exports.Scratchpad20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad20Regular", "", 1, 20));
|
|
exports.Scratchpad20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad20Filled", "", 0, 20));
|
|
exports.Scratchpad24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad24Regular", "", 1, 24));
|
|
exports.Scratchpad24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Scratchpad24Filled", "", 0, 24));
|