20 lines
2.2 KiB
JavaScript
20 lines
2.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Dentist48Filled = exports.Dentist48Regular = exports.Dentist28Filled = exports.Dentist28Regular = exports.Dentist24Filled = exports.Dentist24Regular = exports.Dentist20Filled = exports.Dentist20Regular = exports.Dentist16Filled = exports.Dentist16Regular = exports.Dentist12Filled = exports.Dentist12Regular = exports.DentistRegular = exports.DentistFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DentistFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DentistFilled", "", 2, undefined));
|
|
exports.DentistRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DentistRegular", "", 2, undefined));
|
|
exports.Dentist12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist12Regular", "", 1, 12));
|
|
exports.Dentist12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist12Filled", "", 0, 12));
|
|
exports.Dentist16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist16Regular", "", 1, 16));
|
|
exports.Dentist16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist16Filled", "", 0, 16));
|
|
exports.Dentist20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist20Regular", "", 1, 20));
|
|
exports.Dentist20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist20Filled", "", 0, 20));
|
|
exports.Dentist24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist24Regular", "", 1, 24));
|
|
exports.Dentist24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist24Filled", "", 0, 24));
|
|
exports.Dentist28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist28Regular", "", 1, 28));
|
|
exports.Dentist28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist28Filled", "", 0, 28));
|
|
exports.Dentist48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist48Regular", "", 1, 48));
|
|
exports.Dentist48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dentist48Filled", "", 0, 48));
|