20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PersonWarning48Filled = exports.PersonWarning48Regular = exports.PersonWarning32Filled = exports.PersonWarning32Regular = exports.PersonWarning28Filled = exports.PersonWarning28Regular = exports.PersonWarning24Filled = exports.PersonWarning24Regular = exports.PersonWarning20Filled = exports.PersonWarning20Regular = exports.PersonWarning16Filled = exports.PersonWarning16Regular = exports.PersonWarningRegular = exports.PersonWarningFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PersonWarningFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarningFilled", "", 2, undefined));
|
|
exports.PersonWarningRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarningRegular", "", 2, undefined));
|
|
exports.PersonWarning16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning16Regular", "", 1, 16));
|
|
exports.PersonWarning16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning16Filled", "", 0, 16));
|
|
exports.PersonWarning20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning20Regular", "", 1, 20));
|
|
exports.PersonWarning20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning20Filled", "", 0, 20));
|
|
exports.PersonWarning24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning24Regular", "", 1, 24));
|
|
exports.PersonWarning24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning24Filled", "", 0, 24));
|
|
exports.PersonWarning28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning28Regular", "", 1, 28));
|
|
exports.PersonWarning28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning28Filled", "", 0, 28));
|
|
exports.PersonWarning32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning32Regular", "", 1, 32));
|
|
exports.PersonWarning32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning32Filled", "", 0, 32));
|
|
exports.PersonWarning48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning48Regular", "", 1, 48));
|
|
exports.PersonWarning48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWarning48Filled", "", 0, 48));
|