@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.28 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunicationPerson24Filled = exports.CommunicationPerson24Regular = exports.CommunicationPerson20Filled = exports.CommunicationPerson20Regular = exports.CommunicationPersonRegular = exports.CommunicationPersonFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommunicationPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPersonFilled", "", 2, undefined));
exports.CommunicationPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPersonRegular", "", 2, undefined));
exports.CommunicationPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson20Regular", "", 1, 20));
exports.CommunicationPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson20Filled", "", 0, 20));
exports.CommunicationPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson24Regular", "", 1, 24));
exports.CommunicationPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommunicationPerson24Filled", "", 0, 24));