@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.58 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StackOffFilled = ( /*#__PURE__*/createFluentFontIcon("StackOffFilled", "", 2, undefined));
export const StackOffRegular = ( /*#__PURE__*/createFluentFontIcon("StackOffRegular", "", 2, undefined));
export const StackOff16Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff16Regular", "", 1, 16));
export const StackOff16Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff16Filled", "", 0, 16));
export const StackOff20Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff20Regular", "", 1, 20));
export const StackOff20Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff20Filled", "", 0, 20));
export const StackOff24Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff24Regular", "", 1, 24));
export const StackOff24Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff24Filled", "", 0, 24));
export const StackOff28Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff28Regular", "", 1, 28));
export const StackOff28Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff28Filled", "", 0, 28));
export const StackOff32Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff32Regular", "", 1, 32));
export const StackOff32Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff32Filled", "", 0, 32));
export const StackOff48Regular = ( /*#__PURE__*/createFluentFontIcon("StackOff48Regular", "", 1, 48));
export const StackOff48Filled = ( /*#__PURE__*/createFluentFontIcon("StackOff48Filled", "", 0, 48));