Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleRight20Filled = exports.ChevronDoubleRight20Regular = exports.ChevronDoubleRight16Filled = exports.ChevronDoubleRight16Regular = exports.ChevronDoubleRightRegular = exports.ChevronDoubleRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDoubleRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRightFilled", "", 2, undefined));
exports.ChevronDoubleRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRightRegular", "", 2, undefined));
exports.ChevronDoubleRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRight16Regular", "", 1, 16));
exports.ChevronDoubleRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRight16Filled", "", 0, 16));
exports.ChevronDoubleRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRight20Regular", "", 1, 20));
exports.ChevronDoubleRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleRight20Filled", "", 0, 20));