14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PersonSwap24Filled = exports.PersonSwap24Regular = exports.PersonSwap20Filled = exports.PersonSwap20Regular = exports.PersonSwap16Filled = exports.PersonSwap16Regular = exports.PersonSwapRegular = exports.PersonSwapFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PersonSwapFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwapFilled", "", 2, undefined));
|
|
exports.PersonSwapRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwapRegular", "", 2, undefined));
|
|
exports.PersonSwap16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap16Regular", "", 1, 16));
|
|
exports.PersonSwap16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap16Filled", "", 0, 16));
|
|
exports.PersonSwap20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap20Regular", "", 1, 20));
|
|
exports.PersonSwap20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap20Filled", "", 0, 20));
|
|
exports.PersonSwap24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap24Regular", "", 1, 24));
|
|
exports.PersonSwap24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap24Filled", "", 0, 24));
|