Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/person-info.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
973 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PersonInfoFilled = ( /*#__PURE__*/createFluentFontIcon("PersonInfoFilled", "", 2, undefined));
export const PersonInfoRegular = ( /*#__PURE__*/createFluentFontIcon("PersonInfoRegular", "", 2, undefined));
export const PersonInfo16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonInfo16Regular", "", 1, 16));
export const PersonInfo16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonInfo16Filled", "", 0, 16));
export const PersonInfo20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonInfo20Regular", "", 1, 20));
export const PersonInfo20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonInfo20Filled", "", 0, 20));
export const PersonInfo24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonInfo24Regular", "󰇴", 1, 24));
export const PersonInfo24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonInfo24Filled", "󰇴", 0, 24));