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