UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 741 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const RibbonAddFilled = ( /*#__PURE__*/createFluentFontIcon("RibbonAddFilled", "", 2, undefined)); export const RibbonAddRegular = ( /*#__PURE__*/createFluentFontIcon("RibbonAddRegular", "", 2, undefined)); export const RibbonAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonAdd20Regular", "", 1, 20)); export const RibbonAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonAdd20Filled", "", 0, 20)); export const RibbonAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonAdd24Regular", "", 1, 24)); export const RibbonAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonAdd24Filled", "", 0, 24));