@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
23 lines (22 loc) • 2.53 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Chat48Filled = exports.Chat48Regular = exports.Chat32Light = exports.Chat32Filled = exports.Chat32Regular = exports.Chat28Filled = exports.Chat28Regular = exports.Chat24Filled = exports.Chat24Regular = exports.Chat20Filled = exports.Chat20Regular = exports.Chat16Filled = exports.Chat16Regular = exports.Chat12Filled = exports.Chat12Regular = exports.ChatRegular = exports.ChatFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatFilled", "", 2, undefined));
exports.ChatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatRegular", "", 2, undefined));
exports.Chat12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat12Regular", "", 1, 12));
exports.Chat12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat12Filled", "", 0, 12));
exports.Chat16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat16Regular", "", 1, 16));
exports.Chat16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat16Filled", "", 0, 16));
exports.Chat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat20Regular", "", 1, 20));
exports.Chat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat20Filled", "", 0, 20));
exports.Chat24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat24Regular", "", 1, 24));
exports.Chat24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat24Filled", "", 0, 24));
exports.Chat28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat28Regular", "", 1, 28));
exports.Chat28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat28Filled", "", 0, 28));
exports.Chat32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Regular", "", 1, 32));
exports.Chat32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Filled", "", 0, 32));
exports.Chat32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat32Light", "", 3, 32));
exports.Chat48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat48Regular", "", 1, 48));
exports.Chat48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Chat48Filled", "", 0, 48));