@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.2 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowTextFilled = ( /*#__PURE__*/createFluentFontIcon("WindowTextFilled", "", 2, undefined));
export const WindowTextRegular = ( /*#__PURE__*/createFluentFontIcon("WindowTextRegular", "", 2, undefined));
export const WindowText16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowText16Regular", "", 1, 16));
export const WindowText16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowText16Filled", "", 0, 16));
export const WindowText20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowText20Regular", "", 1, 20));
export const WindowText20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowText20Filled", "", 0, 20));
export const WindowText24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowText24Regular", "", 1, 24));
export const WindowText24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowText24Filled", "", 0, 24));
export const WindowText28Regular = ( /*#__PURE__*/createFluentFontIcon("WindowText28Regular", "", 1, 28));
export const WindowText28Filled = ( /*#__PURE__*/createFluentFontIcon("WindowText28Filled", "", 0, 28));