UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.91 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ChevronRightFilled = ( /*#__PURE__*/createFluentFontIcon("ChevronRightFilled", "", 2, undefined)); export const ChevronRightRegular = ( /*#__PURE__*/createFluentFontIcon("ChevronRightRegular", "", 2, undefined)); export const ChevronRight12Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight12Regular", "", 1, 12)); export const ChevronRight12Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight12Filled", "", 0, 12)); export const ChevronRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight16Regular", "", 1, 16)); export const ChevronRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight16Filled", "", 0, 16)); export const ChevronRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight20Regular", "", 1, 20)); export const ChevronRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight20Filled", "", 0, 20)); export const ChevronRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight24Regular", "", 1, 24)); export const ChevronRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight24Filled", "", 0, 24)); export const ChevronRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight28Regular", "", 1, 28)); export const ChevronRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight28Filled", "", 0, 28)); export const ChevronRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight32Regular", "󰌢", 1, 32)); export const ChevronRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight32Filled", "󰌵", 0, 32)); export const ChevronRight48Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronRight48Regular", "", 1, 48)); export const ChevronRight48Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronRight48Filled", "", 0, 48));