@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.09 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanType24Filled = exports.ScanType24Regular = exports.ScanType20Filled = exports.ScanType20Regular = exports.ScanTypeRegular = exports.ScanTypeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ScanTypeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeFilled", "", 2, undefined));
exports.ScanTypeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanTypeRegular", "", 2, undefined));
exports.ScanType20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanType20Regular", "", 1, 20));
exports.ScanType20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanType20Filled", "", 0, 20));
exports.ScanType24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanType24Regular", "", 1, 24));
exports.ScanType24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ScanType24Filled", "", 0, 24));