14 lines
1.2 KiB
JavaScript
14 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.New24Filled = exports.New24Regular = exports.New20Filled = exports.New20Regular = exports.New16Filled = exports.New16Regular = exports.NewRegular = exports.NewFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.NewFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NewFilled", "", 2, undefined));
|
|
exports.NewRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NewRegular", "", 2, undefined));
|
|
exports.New16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New16Regular", "", 1, 16));
|
|
exports.New16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New16Filled", "", 0, 16));
|
|
exports.New20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New20Regular", "", 1, 20));
|
|
exports.New20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New20Filled", "", 0, 20));
|
|
exports.New24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New24Regular", "", 1, 24));
|
|
exports.New24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("New24Filled", "", 0, 24));
|