@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 769 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowBrushFilled = ( /*#__PURE__*/createFluentFontIcon("WindowBrushFilled", "", 2, undefined));
export const WindowBrushRegular = ( /*#__PURE__*/createFluentFontIcon("WindowBrushRegular", "", 2, undefined));
export const WindowBrush20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowBrush20Regular", "", 1, 20));
export const WindowBrush20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowBrush20Filled", "", 0, 20));
export const WindowBrush24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowBrush24Regular", "", 1, 24));
export const WindowBrush24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowBrush24Filled", "", 0, 24));