20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CallChevronDown48Filled = exports.CallChevronDown48Regular = exports.CallChevronDown32Filled = exports.CallChevronDown32Regular = exports.CallChevronDown28Filled = exports.CallChevronDown28Regular = exports.CallChevronDown24Filled = exports.CallChevronDown24Regular = exports.CallChevronDown20Filled = exports.CallChevronDown20Regular = exports.CallChevronDown16Filled = exports.CallChevronDown16Regular = exports.CallChevronDownRegular = exports.CallChevronDownFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CallChevronDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDownFilled", "", 2, undefined));
|
|
exports.CallChevronDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDownRegular", "", 2, undefined));
|
|
exports.CallChevronDown16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown16Regular", "", 1, 16));
|
|
exports.CallChevronDown16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown16Filled", "", 0, 16));
|
|
exports.CallChevronDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown20Regular", "", 1, 20));
|
|
exports.CallChevronDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown20Filled", "", 0, 20));
|
|
exports.CallChevronDown24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown24Regular", "", 1, 24));
|
|
exports.CallChevronDown24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown24Filled", "", 0, 24));
|
|
exports.CallChevronDown28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown28Regular", "", 1, 28));
|
|
exports.CallChevronDown28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown28Filled", "", 0, 28));
|
|
exports.CallChevronDown32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown32Regular", "", 1, 32));
|
|
exports.CallChevronDown32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown32Filled", "", 0, 32));
|
|
exports.CallChevronDown48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown48Regular", "", 1, 48));
|
|
exports.CallChevronDown48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallChevronDown48Filled", "", 0, 48));
|