@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 741 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PointScanFilled = ( /*#__PURE__*/createFluentFontIcon("PointScanFilled", "", 2, undefined));
export const PointScanRegular = ( /*#__PURE__*/createFluentFontIcon("PointScanRegular", "", 2, undefined));
export const PointScan20Regular = ( /*#__PURE__*/createFluentFontIcon("PointScan20Regular", "", 1, 20));
export const PointScan20Filled = ( /*#__PURE__*/createFluentFontIcon("PointScan20Filled", "", 0, 20));
export const PointScan24Regular = ( /*#__PURE__*/createFluentFontIcon("PointScan24Regular", "", 1, 24));
export const PointScan24Filled = ( /*#__PURE__*/createFluentFontIcon("PointScan24Filled", "", 0, 24));