12 lines
1.0 KiB
JavaScript
12 lines
1.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SignOut24Filled = exports.SignOut24Regular = exports.SignOut20Filled = exports.SignOut20Regular = exports.SignOutRegular = exports.SignOutFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.SignOutFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOutFilled", "", 2, undefined));
|
|
exports.SignOutRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOutRegular", "", 2, undefined));
|
|
exports.SignOut20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOut20Regular", "", 1, 20));
|
|
exports.SignOut20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOut20Filled", "", 0, 20));
|
|
exports.SignOut24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOut24Regular", "", 1, 24));
|
|
exports.SignOut24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SignOut24Filled", "", 0, 24));
|