22 lines
2.7 KiB
JavaScript
22 lines
2.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ChevronLeft48Filled = exports.ChevronLeft48Regular = exports.ChevronLeft32Filled = exports.ChevronLeft32Regular = exports.ChevronLeft28Filled = exports.ChevronLeft28Regular = exports.ChevronLeft24Filled = exports.ChevronLeft24Regular = exports.ChevronLeft20Filled = exports.ChevronLeft20Regular = exports.ChevronLeft16Filled = exports.ChevronLeft16Regular = exports.ChevronLeft12Filled = exports.ChevronLeft12Regular = exports.ChevronLeftRegular = exports.ChevronLeftFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ChevronLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeftFilled", "", 2, undefined));
|
|
exports.ChevronLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeftRegular", "", 2, undefined));
|
|
exports.ChevronLeft12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft12Regular", "", 1, 12));
|
|
exports.ChevronLeft12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft12Filled", "", 0, 12));
|
|
exports.ChevronLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft16Regular", "", 1, 16));
|
|
exports.ChevronLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft16Filled", "", 0, 16));
|
|
exports.ChevronLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft20Regular", "", 1, 20));
|
|
exports.ChevronLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft20Filled", "", 0, 20));
|
|
exports.ChevronLeft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft24Regular", "", 1, 24));
|
|
exports.ChevronLeft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft24Filled", "", 0, 24));
|
|
exports.ChevronLeft28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft28Regular", "", 1, 28));
|
|
exports.ChevronLeft28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft28Filled", "", 0, 28));
|
|
exports.ChevronLeft32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft32Regular", "", 1, 32));
|
|
exports.ChevronLeft32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft32Filled", "", 0, 32));
|
|
exports.ChevronLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft48Regular", "", 1, 48));
|
|
exports.ChevronLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronLeft48Filled", "", 0, 48));
|