10 lines
869 B
JavaScript
10 lines
869 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CallExclamation20Filled = exports.CallExclamation20Regular = exports.CallExclamationRegular = exports.CallExclamationFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CallExclamationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallExclamationFilled", "", 2, undefined));
|
|
exports.CallExclamationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallExclamationRegular", "", 2, undefined));
|
|
exports.CallExclamation20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallExclamation20Regular", "", 1, 20));
|
|
exports.CallExclamation20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallExclamation20Filled", "", 0, 20));
|