UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 1.68 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const FlipVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("FlipVerticalFilled", "", 2, undefined)); export const FlipVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("FlipVerticalRegular", "", 2, undefined)); export const FlipVertical16Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical16Regular", "", 1, 16)); export const FlipVertical16Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical16Filled", "", 0, 16)); export const FlipVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical20Regular", "", 1, 20)); export const FlipVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical20Filled", "", 0, 20)); export const FlipVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical24Regular", "", 1, 24)); export const FlipVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical24Filled", "", 0, 24)); export const FlipVertical28Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical28Regular", "", 1, 28)); export const FlipVertical28Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical28Filled", "", 0, 28)); export const FlipVertical32Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical32Regular", "", 1, 32)); export const FlipVertical32Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical32Filled", "", 0, 32)); export const FlipVertical48Regular = ( /*#__PURE__*/createFluentFontIcon("FlipVertical48Regular", "", 1, 48)); export const FlipVertical48Filled = ( /*#__PURE__*/createFluentFontIcon("FlipVertical48Filled", "", 0, 48));