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

9 lines
729 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PhoneKeyFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneKeyFilled", "", 2, undefined));
export const PhoneKeyRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneKeyRegular", "", 2, undefined));
export const PhoneKey20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneKey20Regular", "", 1, 20));
export const PhoneKey20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneKey20Filled", "", 0, 20));
export const PhoneKey24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneKey24Regular", "", 1, 24));
export const PhoneKey24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneKey24Filled", "", 0, 24));