12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DrawerArrowDownload24Filled = exports.DrawerArrowDownload24Regular = exports.DrawerArrowDownload20Filled = exports.DrawerArrowDownload20Regular = exports.DrawerArrowDownloadRegular = exports.DrawerArrowDownloadFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DrawerArrowDownloadFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownloadFilled", "", 2, undefined));
|
|
exports.DrawerArrowDownloadRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownloadRegular", "", 2, undefined));
|
|
exports.DrawerArrowDownload20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownload20Regular", "", 1, 20));
|
|
exports.DrawerArrowDownload20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownload20Filled", "", 0, 20));
|
|
exports.DrawerArrowDownload24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownload24Regular", "", 1, 24));
|
|
exports.DrawerArrowDownload24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DrawerArrowDownload24Filled", "", 0, 24));
|