17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CallChevronDownFilled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDownFilled", "", 2, undefined));
|
|
export const CallChevronDownRegular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDownRegular", "", 2, undefined));
|
|
export const CallChevronDown16Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown16Regular", "", 1, 16));
|
|
export const CallChevronDown16Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown16Filled", "", 0, 16));
|
|
export const CallChevronDown20Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown20Regular", "", 1, 20));
|
|
export const CallChevronDown20Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown20Filled", "", 0, 20));
|
|
export const CallChevronDown24Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown24Regular", "", 1, 24));
|
|
export const CallChevronDown24Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown24Filled", "", 0, 24));
|
|
export const CallChevronDown28Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown28Regular", "", 1, 28));
|
|
export const CallChevronDown28Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown28Filled", "", 0, 28));
|
|
export const CallChevronDown32Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown32Regular", "", 1, 32));
|
|
export const CallChevronDown32Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown32Filled", "", 0, 32));
|
|
export const CallChevronDown48Regular = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown48Regular", "", 1, 48));
|
|
export const CallChevronDown48Filled = ( /*#__PURE__*/createFluentFontIcon("CallChevronDown48Filled", "", 0, 48));
|