UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

16 lines (15 loc) 1.41 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ZoomInFilled = ( /*#__PURE__*/createFluentFontIcon("ZoomInFilled", "", 2, undefined)); export const ZoomInRegular = ( /*#__PURE__*/createFluentFontIcon("ZoomInRegular", "", 2, undefined)); export const ZoomIn16Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomIn16Regular", "", 1, 16)); export const ZoomIn16Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomIn16Filled", "", 0, 16)); export const ZoomIn20Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomIn20Regular", "", 1, 20)); export const ZoomIn20Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomIn20Filled", "", 0, 20)); export const ZoomIn24Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomIn24Regular", "", 1, 24)); export const ZoomIn24Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomIn24Filled", "", 0, 24)); export const ZoomIn28Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomIn28Regular", "󰪊", 1, 28)); export const ZoomIn28Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomIn28Filled", "󰬆", 0, 28)); export const ZoomIn32Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomIn32Regular", "󰧱", 1, 32)); export const ZoomIn32Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomIn32Filled", "󰩮", 0, 32)); export const ZoomIn32Light = ( /*#__PURE__*/createFluentFontIcon("ZoomIn32Light", "", 3, 32));