Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/person-call.js

14 lines
1.4 KiB
JavaScript

"use client";
"use strict";
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));