12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ScanObject24Filled = exports.ScanObject24Regular = exports.ScanObject20Filled = exports.ScanObject20Regular = exports.ScanObjectRegular = exports.ScanObjectFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ScanObjectFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObjectFilled", "", 2, undefined));
|
|
exports.ScanObjectRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObjectRegular", "", 2, undefined));
|
|
exports.ScanObject20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObject20Regular", "", 1, 20));
|
|
exports.ScanObject20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObject20Filled", "", 0, 20));
|
|
exports.ScanObject24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObject24Regular", "", 1, 24));
|
|
exports.ScanObject24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanObject24Filled", "", 0, 24));
|