22 lines
2.7 KiB
JavaScript
22 lines
2.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ChevronRight48Filled = exports.ChevronRight48Regular = exports.ChevronRight32Filled = exports.ChevronRight32Regular = exports.ChevronRight28Filled = exports.ChevronRight28Regular = exports.ChevronRight24Filled = exports.ChevronRight24Regular = exports.ChevronRight20Filled = exports.ChevronRight20Regular = exports.ChevronRight16Filled = exports.ChevronRight16Regular = exports.ChevronRight12Filled = exports.ChevronRight12Regular = exports.ChevronRightRegular = exports.ChevronRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ChevronRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRightFilled", "", 2, undefined));
|
|
exports.ChevronRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRightRegular", "", 2, undefined));
|
|
exports.ChevronRight12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight12Regular", "", 1, 12));
|
|
exports.ChevronRight12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight12Filled", "", 0, 12));
|
|
exports.ChevronRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight16Regular", "", 1, 16));
|
|
exports.ChevronRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight16Filled", "", 0, 16));
|
|
exports.ChevronRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight20Regular", "", 1, 20));
|
|
exports.ChevronRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight20Filled", "", 0, 20));
|
|
exports.ChevronRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight24Regular", "", 1, 24));
|
|
exports.ChevronRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight24Filled", "", 0, 24));
|
|
exports.ChevronRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight28Regular", "", 1, 28));
|
|
exports.ChevronRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight28Filled", "", 0, 28));
|
|
exports.ChevronRight32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight32Regular", "", 1, 32));
|
|
exports.ChevronRight32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight32Filled", "", 0, 32));
|
|
exports.ChevronRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight48Regular", "", 1, 48));
|
|
exports.ChevronRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronRight48Filled", "", 0, 48));
|