Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleDown20Filled = exports.ChevronDoubleDown20Regular = exports.ChevronDoubleDown16Filled = exports.ChevronDoubleDown16Regular = exports.ChevronDoubleDownRegular = exports.ChevronDoubleDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDoubleDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDownFilled", "", 2, undefined));
exports.ChevronDoubleDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDownRegular", "", 2, undefined));
exports.ChevronDoubleDown16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown16Regular", "", 1, 16));
exports.ChevronDoubleDown16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown16Filled", "", 0, 16));
exports.ChevronDoubleDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown20Regular", "", 1, 20));
exports.ChevronDoubleDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown20Filled", "", 0, 20));