UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.89 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PeopleCommunicationFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunicationFilled", "", 2, undefined)); export const PeopleCommunicationRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunicationRegular", "", 2, undefined)); export const PeopleCommunication16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication16Regular", "󰩁", 1, 16)); export const PeopleCommunication16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication16Filled", "󰪽", 0, 16)); export const PeopleCommunication20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication20Regular", "󰩂", 1, 20)); export const PeopleCommunication20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication20Filled", "󰪾", 0, 20)); export const PeopleCommunication24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication24Regular", "󰩃", 1, 24)); export const PeopleCommunication24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication24Filled", "󰪿", 0, 24)); export const PeopleCommunication28Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication28Regular", "󰪟", 1, 28)); export const PeopleCommunication28Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication28Filled", "󰬜", 0, 28)); export const PeopleCommunication32Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication32Regular", "󰩄", 1, 32)); export const PeopleCommunication32Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication32Filled", "󰫀", 0, 32)); export const PeopleCommunication48Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication48Regular", "󰪠", 1, 48)); export const PeopleCommunication48Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunication48Filled", "󰬝", 0, 48));