@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.81 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallTransfer32Filled = exports.CallTransfer32Regular = exports.CallTransfer24Filled = exports.CallTransfer24Regular = exports.CallTransfer20Filled = exports.CallTransfer20Regular = exports.CallTransfer16Filled = exports.CallTransfer16Regular = exports.CallTransferRegular = exports.CallTransferFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CallTransferFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransferFilled", "", 2, undefined));
exports.CallTransferRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransferRegular", "", 2, undefined));
exports.CallTransfer16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer16Regular", "", 1, 16));
exports.CallTransfer16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer16Filled", "", 0, 16));
exports.CallTransfer20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer20Regular", "", 1, 20));
exports.CallTransfer20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer20Filled", "", 0, 20));
exports.CallTransfer24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer24Regular", "", 1, 24));
exports.CallTransfer24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer24Filled", "", 0, 24));
exports.CallTransfer32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer32Regular", "", 1, 32));
exports.CallTransfer32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallTransfer32Filled", "", 0, 32));