UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.88 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ChevronDownFilled = ( /*#__PURE__*/createFluentFontIcon("ChevronDownFilled", "", 2, undefined)); export const ChevronDownRegular = ( /*#__PURE__*/createFluentFontIcon("ChevronDownRegular", "", 2, undefined)); export const ChevronDown12Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown12Regular", "", 1, 12)); export const ChevronDown12Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown12Filled", "", 0, 12)); export const ChevronDown16Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown16Regular", "", 1, 16)); export const ChevronDown16Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown16Filled", "", 0, 16)); export const ChevronDown20Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown20Regular", "", 1, 20)); export const ChevronDown20Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown20Filled", "", 0, 20)); export const ChevronDown24Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown24Regular", "", 1, 24)); export const ChevronDown24Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown24Filled", "", 0, 24)); export const ChevronDown28Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown28Regular", "", 1, 28)); export const ChevronDown28Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown28Filled", "", 0, 28)); export const ChevronDown32Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown32Regular", "󰌠", 1, 32)); export const ChevronDown32Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown32Filled", "󰌳", 0, 32)); export const ChevronDown48Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronDown48Regular", "", 1, 48)); export const ChevronDown48Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronDown48Filled", "", 0, 48));