@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 869 B
JavaScript
"use client";
;
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));