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