22 lines
2.7 KiB
JavaScript
22 lines
2.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Organization48Filled = exports.Organization48Regular = exports.Organization32Filled = exports.Organization32Regular = exports.Organization28Filled = exports.Organization28Regular = exports.Organization24Filled = exports.Organization24Regular = exports.Organization20Filled = exports.Organization20Regular = exports.Organization16Filled = exports.Organization16Regular = exports.Organization12Filled = exports.Organization12Regular = exports.OrganizationRegular = exports.OrganizationFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.OrganizationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrganizationFilled", "", 2, undefined));
|
|
exports.OrganizationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("OrganizationRegular", "", 2, undefined));
|
|
exports.Organization12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization12Regular", "", 1, 12));
|
|
exports.Organization12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization12Filled", "", 0, 12));
|
|
exports.Organization16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization16Regular", "", 1, 16));
|
|
exports.Organization16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization16Filled", "", 0, 16));
|
|
exports.Organization20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization20Regular", "", 1, 20));
|
|
exports.Organization20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization20Filled", "", 0, 20));
|
|
exports.Organization24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization24Regular", "", 1, 24));
|
|
exports.Organization24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization24Filled", "", 0, 24));
|
|
exports.Organization28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization28Regular", "", 1, 28));
|
|
exports.Organization28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization28Filled", "", 0, 28));
|
|
exports.Organization32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization32Regular", "", 1, 32));
|
|
exports.Organization32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization32Filled", "", 0, 32));
|
|
exports.Organization48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization48Regular", "", 1, 48));
|
|
exports.Organization48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Organization48Filled", "", 0, 48));
|