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