Private
Public Access
1
0
Files

22 lines
2.7 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDown48Filled = exports.ChevronDown48Regular = exports.ChevronDown32Filled = exports.ChevronDown32Regular = exports.ChevronDown28Filled = exports.ChevronDown28Regular = exports.ChevronDown24Filled = exports.ChevronDown24Regular = exports.ChevronDown20Filled = exports.ChevronDown20Regular = exports.ChevronDown16Filled = exports.ChevronDown16Regular = exports.ChevronDown12Filled = exports.ChevronDown12Regular = exports.ChevronDownRegular = exports.ChevronDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownFilled", "", 2, undefined));
exports.ChevronDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownRegular", "", 2, undefined));
exports.ChevronDown12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown12Regular", "", 1, 12));
exports.ChevronDown12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown12Filled", "", 0, 12));
exports.ChevronDown16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown16Regular", "", 1, 16));
exports.ChevronDown16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown16Filled", "", 0, 16));
exports.ChevronDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown20Regular", "", 1, 20));
exports.ChevronDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown20Filled", "", 0, 20));
exports.ChevronDown24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown24Regular", "", 1, 24));
exports.ChevronDown24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown24Filled", "", 0, 24));
exports.ChevronDown28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown28Regular", "", 1, 28));
exports.ChevronDown28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown28Filled", "", 0, 28));
exports.ChevronDown32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown32Regular", "󰌠", 1, 32));
exports.ChevronDown32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown32Filled", "󰌳", 0, 32));
exports.ChevronDown48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown48Regular", "", 1, 48));
exports.ChevronDown48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDown48Filled", "", 0, 48));