@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.25 kB
JavaScript
"use client";
;
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));