12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DoubleSwipeUp24Filled = exports.DoubleSwipeUp24Regular = exports.DoubleSwipeUp20Filled = exports.DoubleSwipeUp20Regular = exports.DoubleSwipeUpRegular = exports.DoubleSwipeUpFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DoubleSwipeUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUpFilled", "", 2, undefined));
|
|
exports.DoubleSwipeUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUpRegular", "", 2, undefined));
|
|
exports.DoubleSwipeUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUp20Regular", "", 1, 20));
|
|
exports.DoubleSwipeUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUp20Filled", "", 0, 20));
|
|
exports.DoubleSwipeUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUp24Regular", "", 1, 24));
|
|
exports.DoubleSwipeUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleSwipeUp24Filled", "", 0, 24));
|