12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PhoneEdit24Filled = exports.PhoneEdit24Regular = exports.PhoneEdit20Filled = exports.PhoneEdit20Regular = exports.PhoneEditRegular = exports.PhoneEditFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PhoneEditFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEditFilled", "", 2, undefined));
|
|
exports.PhoneEditRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEditRegular", "", 2, undefined));
|
|
exports.PhoneEdit20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEdit20Regular", "", 1, 20));
|
|
exports.PhoneEdit20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEdit20Filled", "", 0, 20));
|
|
exports.PhoneEdit24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEdit24Regular", "", 1, 24));
|
|
exports.PhoneEdit24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PhoneEdit24Filled", "", 0, 24));
|