20 lines
2.6 KiB
JavaScript
20 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LockClosedRibbon48Filled = exports.LockClosedRibbon48Regular = exports.LockClosedRibbon32Filled = exports.LockClosedRibbon32Regular = exports.LockClosedRibbon28Filled = exports.LockClosedRibbon28Regular = exports.LockClosedRibbon24Filled = exports.LockClosedRibbon24Regular = exports.LockClosedRibbon20Filled = exports.LockClosedRibbon20Regular = exports.LockClosedRibbon16Filled = exports.LockClosedRibbon16Regular = exports.LockClosedRibbonRegular = exports.LockClosedRibbonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LockClosedRibbonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbonFilled", "", 2, undefined));
|
|
exports.LockClosedRibbonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbonRegular", "", 2, undefined));
|
|
exports.LockClosedRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon16Regular", "", 1, 16));
|
|
exports.LockClosedRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon16Filled", "", 0, 16));
|
|
exports.LockClosedRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon20Regular", "", 1, 20));
|
|
exports.LockClosedRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon20Filled", "", 0, 20));
|
|
exports.LockClosedRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon24Regular", "", 1, 24));
|
|
exports.LockClosedRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon24Filled", "", 0, 24));
|
|
exports.LockClosedRibbon28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon28Regular", "", 1, 28));
|
|
exports.LockClosedRibbon28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon28Filled", "", 0, 28));
|
|
exports.LockClosedRibbon32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon32Regular", "", 1, 32));
|
|
exports.LockClosedRibbon32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon32Filled", "", 0, 32));
|
|
exports.LockClosedRibbon48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon48Regular", "", 1, 48));
|
|
exports.LockClosedRibbon48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LockClosedRibbon48Filled", "", 0, 48));
|