@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.44 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ZoomOutFilled = ( /*#__PURE__*/createFluentFontIcon("ZoomOutFilled", "", 2, undefined));
export const ZoomOutRegular = ( /*#__PURE__*/createFluentFontIcon("ZoomOutRegular", "", 2, undefined));
export const ZoomOut16Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomOut16Regular", "", 1, 16));
export const ZoomOut16Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomOut16Filled", "", 0, 16));
export const ZoomOut20Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomOut20Regular", "", 1, 20));
export const ZoomOut20Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomOut20Filled", "", 0, 20));
export const ZoomOut24Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomOut24Regular", "", 1, 24));
export const ZoomOut24Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomOut24Filled", "", 0, 24));
export const ZoomOut28Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomOut28Regular", "", 1, 28));
export const ZoomOut28Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomOut28Filled", "", 0, 28));
export const ZoomOut32Regular = ( /*#__PURE__*/createFluentFontIcon("ZoomOut32Regular", "", 1, 32));
export const ZoomOut32Filled = ( /*#__PURE__*/createFluentFontIcon("ZoomOut32Filled", "", 0, 32));
export const ZoomOut32Light = ( /*#__PURE__*/createFluentFontIcon("ZoomOut32Light", "", 3, 32));