UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.38 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const RibbonOffFilled = ( /*#__PURE__*/createFluentFontIcon("RibbonOffFilled", "", 2, undefined)); export const RibbonOffRegular = ( /*#__PURE__*/createFluentFontIcon("RibbonOffRegular", "", 2, undefined)); export const RibbonOff12Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff12Regular", "", 1, 12)); export const RibbonOff12Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff12Filled", "", 0, 12)); export const RibbonOff16Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff16Regular", "", 1, 16)); export const RibbonOff16Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff16Filled", "", 0, 16)); export const RibbonOff20Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff20Regular", "", 1, 20)); export const RibbonOff20Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff20Filled", "", 0, 20)); export const RibbonOff24Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff24Regular", "", 1, 24)); export const RibbonOff24Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff24Filled", "", 0, 24)); export const RibbonOff32Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff32Regular", "", 1, 32)); export const RibbonOff32Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff32Filled", "", 0, 32));