@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.15 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PresenceBusy24Filled = exports.PresenceBusy20Filled = exports.PresenceBusy16Filled = exports.PresenceBusy12Filled = exports.PresenceBusy10Filled = exports.PresenceBusyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PresenceBusyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusyFilled", "", 2, undefined));
exports.PresenceBusy10Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusy10Filled", "", 0, 10));
exports.PresenceBusy12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusy12Filled", "", 0, 12));
exports.PresenceBusy16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusy16Filled", "", 0, 16));
exports.PresenceBusy20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusy20Filled", "", 0, 20));
exports.PresenceBusy24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PresenceBusy24Filled", "", 0, 24));