@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.58 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DoubleTapSwipeUp24Filled = exports.DoubleTapSwipeUp24Regular = exports.DoubleTapSwipeUp20Filled = exports.DoubleTapSwipeUp20Regular = exports.DoubleTapSwipeUp16Filled = exports.DoubleTapSwipeUp16Regular = exports.DoubleTapSwipeUpRegular = exports.DoubleTapSwipeUpFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DoubleTapSwipeUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUpFilled", "", 2, undefined));
exports.DoubleTapSwipeUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUpRegular", "", 2, undefined));
exports.DoubleTapSwipeUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp16Regular", "", 1, 16));
exports.DoubleTapSwipeUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp16Filled", "", 0, 16));
exports.DoubleTapSwipeUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp20Regular", "", 1, 20));
exports.DoubleTapSwipeUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp20Filled", "", 0, 20));
exports.DoubleTapSwipeUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp24Regular", "", 1, 24));
exports.DoubleTapSwipeUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DoubleTapSwipeUp24Filled", "", 0, 24));