Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DoubleSwipeDown24Filled = exports.DoubleSwipeDown24Regular = exports.DoubleSwipeDown20Filled = exports.DoubleSwipeDown20Regular = exports.DoubleSwipeDownRegular = exports.DoubleSwipeDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DoubleSwipeDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDownFilled", "", 2, undefined));
exports.DoubleSwipeDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDownRegular", "", 2, undefined));
exports.DoubleSwipeDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDown20Regular", "", 1, 20));
exports.DoubleSwipeDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDown20Filled", "", 0, 20));
exports.DoubleSwipeDown24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDown24Regular", "", 1, 24));
exports.DoubleSwipeDown24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeDown24Filled", "", 0, 24));