@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 2.06 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZoomIn32Light = exports.ZoomIn32Filled = exports.ZoomIn32Regular = exports.ZoomIn28Filled = exports.ZoomIn28Regular = exports.ZoomIn24Filled = exports.ZoomIn24Regular = exports.ZoomIn20Filled = exports.ZoomIn20Regular = exports.ZoomIn16Filled = exports.ZoomIn16Regular = exports.ZoomInRegular = exports.ZoomInFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ZoomInFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomInFilled", "", 2, undefined));
exports.ZoomInRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomInRegular", "", 2, undefined));
exports.ZoomIn16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn16Regular", "", 1, 16));
exports.ZoomIn16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn16Filled", "", 0, 16));
exports.ZoomIn20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn20Regular", "", 1, 20));
exports.ZoomIn20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn20Filled", "", 0, 20));
exports.ZoomIn24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn24Regular", "", 1, 24));
exports.ZoomIn24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn24Filled", "", 0, 24));
exports.ZoomIn28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn28Regular", "", 1, 28));
exports.ZoomIn28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn28Filled", "", 0, 28));
exports.ZoomIn32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn32Regular", "", 1, 32));
exports.ZoomIn32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn32Filled", "", 0, 32));
exports.ZoomIn32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ZoomIn32Light", "", 3, 32));