UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 753 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const WindowEditFilled = ( /*#__PURE__*/createFluentFontIcon("WindowEditFilled", "", 2, undefined)); export const WindowEditRegular = ( /*#__PURE__*/createFluentFontIcon("WindowEditRegular", "", 2, undefined)); export const WindowEdit16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowEdit16Regular", "", 1, 16)); export const WindowEdit16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowEdit16Filled", "", 0, 16)); export const WindowEdit20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowEdit20Regular", "", 1, 20)); export const WindowEdit20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowEdit20Filled", "", 0, 20));