@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 729 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ScanTypeFilled = ( /*#__PURE__*/createFluentFontIcon("ScanTypeFilled", "", 2, undefined));
export const ScanTypeRegular = ( /*#__PURE__*/createFluentFontIcon("ScanTypeRegular", "", 2, undefined));
export const ScanType20Regular = ( /*#__PURE__*/createFluentFontIcon("ScanType20Regular", "", 1, 20));
export const ScanType20Filled = ( /*#__PURE__*/createFluentFontIcon("ScanType20Filled", "", 0, 20));
export const ScanType24Regular = ( /*#__PURE__*/createFluentFontIcon("ScanType24Regular", "", 1, 24));
export const ScanType24Filled = ( /*#__PURE__*/createFluentFontIcon("ScanType24Filled", "", 0, 24));