@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 905 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowMultipleSwap20Filled = exports.WindowMultipleSwap20Regular = exports.WindowMultipleSwapRegular = exports.WindowMultipleSwapFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowMultipleSwapFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowMultipleSwapFilled", "", 2, undefined));
exports.WindowMultipleSwapRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowMultipleSwapRegular", "", 2, undefined));
exports.WindowMultipleSwap20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowMultipleSwap20Regular", "", 1, 20));
exports.WindowMultipleSwap20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowMultipleSwap20Filled", "", 0, 20));