UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.14 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScanTypeOff24Filled = exports.ScanTypeOff24Regular = exports.ScanTypeOff20Filled = exports.ScanTypeOff20Regular = exports.ScanTypeOffRegular = exports.ScanTypeOffFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ScanTypeOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOffFilled", "", 2, undefined)); exports.ScanTypeOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOffRegular", "", 2, undefined)); exports.ScanTypeOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOff20Regular", "", 1, 20)); exports.ScanTypeOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOff20Filled", "", 0, 20)); exports.ScanTypeOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOff24Regular", "󰐑", 1, 24)); exports.ScanTypeOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeOff24Filled", "󰐤", 0, 24));