10 lines
845 B
JavaScript
10 lines
845 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WarningShield20Filled = exports.WarningShield20Regular = exports.WarningShieldRegular = exports.WarningShieldFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WarningShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WarningShieldFilled", "", 2, undefined));
|
|
exports.WarningShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WarningShieldRegular", "", 2, undefined));
|
|
exports.WarningShield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WarningShield20Regular", "", 1, 20));
|
|
exports.WarningShield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WarningShield20Filled", "", 0, 20));
|