UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 669 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const HdrFilled = ( /*#__PURE__*/createFluentFontIcon("HdrFilled", "", 2, undefined)); export const HdrRegular = ( /*#__PURE__*/createFluentFontIcon("HdrRegular", "", 2, undefined)); export const Hdr20Regular = ( /*#__PURE__*/createFluentFontIcon("Hdr20Regular", "", 1, 20)); export const Hdr20Filled = ( /*#__PURE__*/createFluentFontIcon("Hdr20Filled", "", 0, 20)); export const Hdr24Regular = ( /*#__PURE__*/createFluentFontIcon("Hdr24Regular", "", 1, 24)); export const Hdr24Filled = ( /*#__PURE__*/createFluentFontIcon("Hdr24Filled", "", 0, 24));