@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 767 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ScanTypeOffFilled = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOffFilled", "", 2, undefined));
export const ScanTypeOffRegular = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOffRegular", "", 2, undefined));
export const ScanTypeOff20Regular = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOff20Regular", "", 1, 20));
export const ScanTypeOff20Filled = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOff20Filled", "", 0, 20));
export const ScanTypeOff24Regular = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOff24Regular", "", 1, 24));
export const ScanTypeOff24Filled = ( /*#__PURE__*/createFluentFontIcon("ScanTypeOff24Filled", "", 0, 24));