20 lines
2.6 KiB
JavaScript
20 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowFingerprint48Filled = exports.WindowFingerprint48Regular = exports.WindowFingerprint32Filled = exports.WindowFingerprint32Regular = exports.WindowFingerprint28Filled = exports.WindowFingerprint28Regular = exports.WindowFingerprint24Filled = exports.WindowFingerprint24Regular = exports.WindowFingerprint20Filled = exports.WindowFingerprint20Regular = exports.WindowFingerprint16Filled = exports.WindowFingerprint16Regular = exports.WindowFingerprintRegular = exports.WindowFingerprintFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WindowFingerprintFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprintFilled", "", 2, undefined));
|
|
exports.WindowFingerprintRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprintRegular", "", 2, undefined));
|
|
exports.WindowFingerprint16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint16Regular", "", 1, 16));
|
|
exports.WindowFingerprint16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint16Filled", "", 0, 16));
|
|
exports.WindowFingerprint20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint20Regular", "", 1, 20));
|
|
exports.WindowFingerprint20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint20Filled", "", 0, 20));
|
|
exports.WindowFingerprint24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint24Regular", "", 1, 24));
|
|
exports.WindowFingerprint24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint24Filled", "", 0, 24));
|
|
exports.WindowFingerprint28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint28Regular", "", 1, 28));
|
|
exports.WindowFingerprint28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint28Filled", "", 0, 28));
|
|
exports.WindowFingerprint32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint32Regular", "", 1, 32));
|
|
exports.WindowFingerprint32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint32Filled", "", 0, 32));
|
|
exports.WindowFingerprint48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint48Regular", "", 1, 48));
|
|
exports.WindowFingerprint48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowFingerprint48Filled", "", 0, 48));
|