Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/call-exclamation.js

7 lines
575 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CallExclamationFilled = ( /*#__PURE__*/createFluentFontIcon("CallExclamationFilled", "", 2, undefined));
export const CallExclamationRegular = ( /*#__PURE__*/createFluentFontIcon("CallExclamationRegular", "", 2, undefined));
export const CallExclamation20Regular = ( /*#__PURE__*/createFluentFontIcon("CallExclamation20Regular", "", 1, 20));
export const CallExclamation20Filled = ( /*#__PURE__*/createFluentFontIcon("CallExclamation20Filled", "", 0, 20));