@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.09 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowMultipleOffFilled = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOffFilled", "", 2, undefined));
export const WindowMultipleOffRegular = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOffRegular", "", 2, undefined));
export const WindowMultipleOff16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff16Regular", "", 1, 16));
export const WindowMultipleOff16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff16Filled", "", 0, 16));
export const WindowMultipleOff20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff20Regular", "", 1, 20));
export const WindowMultipleOff20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff20Filled", "", 0, 20));
export const WindowMultipleOff24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff24Regular", "", 1, 24));
export const WindowMultipleOff24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowMultipleOff24Filled", "", 0, 24));