@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.51 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDownUp24Filled = exports.ChevronDownUp24Regular = exports.ChevronDownUp20Filled = exports.ChevronDownUp20Regular = exports.ChevronDownUp16Filled = exports.ChevronDownUp16Regular = exports.ChevronDownUpRegular = exports.ChevronDownUpFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDownUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUpFilled", "", 2, undefined));
exports.ChevronDownUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUpRegular", "", 2, undefined));
exports.ChevronDownUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp16Regular", "", 1, 16));
exports.ChevronDownUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp16Filled", "", 0, 16));
exports.ChevronDownUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp20Regular", "", 1, 20));
exports.ChevronDownUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp20Filled", "", 0, 20));
exports.ChevronDownUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp24Regular", "", 1, 24));
exports.ChevronDownUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDownUp24Filled", "", 0, 24));