20 lines
2.6 KiB
JavaScript
20 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ArrowDownloadOff48Filled = exports.ArrowDownloadOff48Regular = exports.ArrowDownloadOff32Filled = exports.ArrowDownloadOff32Regular = exports.ArrowDownloadOff28Filled = exports.ArrowDownloadOff28Regular = exports.ArrowDownloadOff24Filled = exports.ArrowDownloadOff24Regular = exports.ArrowDownloadOff20Filled = exports.ArrowDownloadOff20Regular = exports.ArrowDownloadOff16Filled = exports.ArrowDownloadOff16Regular = exports.ArrowDownloadOffRegular = exports.ArrowDownloadOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ArrowDownloadOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOffFilled", "", 2, undefined));
|
|
exports.ArrowDownloadOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOffRegular", "", 2, undefined));
|
|
exports.ArrowDownloadOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff16Regular", "", 1, 16));
|
|
exports.ArrowDownloadOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff16Filled", "", 0, 16));
|
|
exports.ArrowDownloadOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff20Regular", "", 1, 20));
|
|
exports.ArrowDownloadOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff20Filled", "", 0, 20));
|
|
exports.ArrowDownloadOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff24Regular", "", 1, 24));
|
|
exports.ArrowDownloadOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff24Filled", "", 0, 24));
|
|
exports.ArrowDownloadOff28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff28Regular", "", 1, 28));
|
|
exports.ArrowDownloadOff28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff28Filled", "", 0, 28));
|
|
exports.ArrowDownloadOff32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff32Regular", "", 1, 32));
|
|
exports.ArrowDownloadOff32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff32Filled", "", 0, 32));
|
|
exports.ArrowDownloadOff48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff48Regular", "", 1, 48));
|
|
exports.ArrowDownloadOff48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowDownloadOff48Filled", "", 0, 48));
|