"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const OrgColor = ( /*#__PURE__*/createFluentIcon('OrgColor', "1em", ``, { color: true }));
export const Org16Color = ( /*#__PURE__*/createFluentIcon('Org16Color', "16", ``, { color: true }));
export const Org20Color = ( /*#__PURE__*/createFluentIcon('Org20Color', "20", ``, { color: true }));
export const Org24Color = ( /*#__PURE__*/createFluentIcon('Org24Color', "24", ``, { color: true }));
export const Org28Color = ( /*#__PURE__*/createFluentIcon('Org28Color', "28", ``, { color: true }));
export const Org32Color = ( /*#__PURE__*/createFluentIcon('Org32Color', "32", ``, { color: true }));
export const Org48Color = ( /*#__PURE__*/createFluentIcon('Org48Color', "48", ``, { color: true }));