UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

12 lines (11 loc) 1.1 kB
"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));