@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.44 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonCall24Filled = exports.PersonCall24Regular = exports.PersonCall20Filled = exports.PersonCall20Regular = exports.PersonCall16Filled = exports.PersonCall16Regular = exports.PersonCallRegular = exports.PersonCallFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonCallFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCallFilled", "", 2, undefined));
exports.PersonCallRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCallRegular", "", 2, undefined));
exports.PersonCall16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall16Regular", "", 1, 16));
exports.PersonCall16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall16Filled", "", 0, 16));
exports.PersonCall20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall20Regular", "", 1, 20));
exports.PersonCall20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall20Filled", "", 0, 20));
exports.PersonCall24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall24Regular", "", 1, 24));
exports.PersonCall24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonCall24Filled", "", 0, 24));