12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PointScan24Filled = exports.PointScan24Regular = exports.PointScan20Filled = exports.PointScan20Regular = exports.PointScanRegular = exports.PointScanFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PointScanFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScanFilled", "", 2, undefined));
|
|
exports.PointScanRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScanRegular", "", 2, undefined));
|
|
exports.PointScan20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScan20Regular", "", 1, 20));
|
|
exports.PointScan20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScan20Filled", "", 0, 20));
|
|
exports.PointScan24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScan24Regular", "", 1, 24));
|
|
exports.PointScan24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PointScan24Filled", "", 0, 24));
|