Private
Public Access
1
0
Files

8 lines
502 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonPhone24Filled = exports.PersonPhone24Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonPhone24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonPhone24Regular", "󰈭", 1, 24));
exports.PersonPhone24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonPhone24Filled", "󰉀", 0, 24));