19 lines
1.8 KiB
JavaScript
19 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ChevronLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeftFilled", "", 2, undefined));
|
|
export const ChevronLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeftRegular", "", 2, undefined));
|
|
export const ChevronLeft12Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft12Regular", "", 1, 12));
|
|
export const ChevronLeft12Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft12Filled", "", 0, 12));
|
|
export const ChevronLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft16Regular", "", 1, 16));
|
|
export const ChevronLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft16Filled", "", 0, 16));
|
|
export const ChevronLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft20Regular", "", 1, 20));
|
|
export const ChevronLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft20Filled", "", 0, 20));
|
|
export const ChevronLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft24Regular", "", 1, 24));
|
|
export const ChevronLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft24Filled", "", 0, 24));
|
|
export const ChevronLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft28Regular", "", 1, 28));
|
|
export const ChevronLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft28Filled", "", 0, 28));
|
|
export const ChevronLeft32Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft32Regular", "", 1, 32));
|
|
export const ChevronLeft32Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft32Filled", "", 0, 32));
|
|
export const ChevronLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft48Regular", "", 1, 48));
|
|
export const ChevronLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronLeft48Filled", "", 0, 48));
|