@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
22 lines (21 loc) • 2.4 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Call48Filled = exports.Call48Regular = exports.Call32Filled = exports.Call32Regular = exports.Call28Filled = exports.Call28Regular = exports.Call24Filled = exports.Call24Regular = exports.Call20Filled = exports.Call20Regular = exports.Call16Filled = exports.Call16Regular = exports.Call12Filled = exports.Call12Regular = exports.CallRegular = exports.CallFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CallFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallFilled", "", 2, undefined));
exports.CallRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallRegular", "", 2, undefined));
exports.Call12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call12Regular", "", 1, 12));
exports.Call12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call12Filled", "", 0, 12));
exports.Call16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call16Regular", "", 1, 16));
exports.Call16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call16Filled", "", 0, 16));
exports.Call20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call20Regular", "", 1, 20));
exports.Call20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call20Filled", "", 0, 20));
exports.Call24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call24Regular", "", 1, 24));
exports.Call24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call24Filled", "", 0, 24));
exports.Call28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call28Regular", "", 1, 28));
exports.Call28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call28Filled", "", 0, 28));
exports.Call32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call32Regular", "", 1, 32));
exports.Call32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call32Filled", "", 0, 32));
exports.Call48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call48Regular", "", 1, 48));
exports.Call48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Call48Filled", "", 0, 48));