UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 789 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ControlButtonFilled = ( /*#__PURE__*/createFluentFontIcon("ControlButtonFilled", "", 2, undefined)); export const ControlButtonRegular = ( /*#__PURE__*/createFluentFontIcon("ControlButtonRegular", "", 2, undefined)); export const ControlButton20Regular = ( /*#__PURE__*/createFluentFontIcon("ControlButton20Regular", "", 1, 20)); export const ControlButton20Filled = ( /*#__PURE__*/createFluentFontIcon("ControlButton20Filled", "", 0, 20)); export const ControlButton24Regular = ( /*#__PURE__*/createFluentFontIcon("ControlButton24Regular", "", 1, 24)); export const ControlButton24Filled = ( /*#__PURE__*/createFluentFontIcon("ControlButton24Filled", "", 0, 24));