Private
Public Access
1
0
Files

19 lines
2.1 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZoomOut32Light = exports.ZoomOut32Filled = exports.ZoomOut32Regular = exports.ZoomOut28Filled = exports.ZoomOut28Regular = exports.ZoomOut24Filled = exports.ZoomOut24Regular = exports.ZoomOut20Filled = exports.ZoomOut20Regular = exports.ZoomOut16Filled = exports.ZoomOut16Regular = exports.ZoomOutRegular = exports.ZoomOutFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ZoomOutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOutFilled", "", 2, undefined));
exports.ZoomOutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOutRegular", "", 2, undefined));
exports.ZoomOut16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut16Regular", "", 1, 16));
exports.ZoomOut16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut16Filled", "", 0, 16));
exports.ZoomOut20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut20Regular", "", 1, 20));
exports.ZoomOut20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut20Filled", "", 0, 20));
exports.ZoomOut24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut24Regular", "", 1, 24));
exports.ZoomOut24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut24Filled", "", 0, 24));
exports.ZoomOut28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut28Regular", "󰪋", 1, 28));
exports.ZoomOut28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut28Filled", "󰬇", 0, 28));
exports.ZoomOut32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut32Regular", "󰧲", 1, 32));
exports.ZoomOut32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut32Filled", "󰩯", 0, 32));
exports.ZoomOut32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomOut32Light", "", 3, 32));