UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.03 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TextChangeCaseFilled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCaseFilled", "", 2, undefined)); export const TextChangeCaseRegular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCaseRegular", "", 2, undefined)); export const TextChangeCase16Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase16Regular", "", 1, 16)); export const TextChangeCase16Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase16Filled", "", 0, 16)); export const TextChangeCase20Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase20Regular", "", 1, 20)); export const TextChangeCase20Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase20Filled", "", 0, 20)); export const TextChangeCase24Regular = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase24Regular", "", 1, 24)); export const TextChangeCase24Filled = ( /*#__PURE__*/createFluentFontIcon("TextChangeCase24Filled", "", 0, 24));