12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ChevronDoubleUp20Filled = exports.ChevronDoubleUp20Regular = exports.ChevronDoubleUp16Filled = exports.ChevronDoubleUp16Regular = exports.ChevronDoubleUpRegular = exports.ChevronDoubleUpFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ChevronDoubleUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUpFilled", "", 2, undefined));
|
|
exports.ChevronDoubleUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUpRegular", "", 2, undefined));
|
|
exports.ChevronDoubleUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp16Regular", "", 1, 16));
|
|
exports.ChevronDoubleUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp16Filled", "", 0, 16));
|
|
exports.ChevronDoubleUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp20Regular", "", 1, 20));
|
|
exports.ChevronDoubleUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleUp20Filled", "", 0, 20));
|