"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarPeople20Color = exports.CalendarPeopleColor = void 0;
const createFluentIcon_1 = require("../../utils/createFluentIcon");
exports.CalendarPeopleColor = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CalendarPeopleColor', "1em", ``, { color: true }));
exports.CalendarPeople20Color = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CalendarPeople20Color', "20", ``, { color: true }));