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