@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 843 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HdFilled = ( /*#__PURE__*/createFluentFontIcon("HdFilled", "", 2, undefined));
export const HdRegular = ( /*#__PURE__*/createFluentFontIcon("HdRegular", "", 2, undefined));
export const Hd16Regular = ( /*#__PURE__*/createFluentFontIcon("Hd16Regular", "", 1, 16));
export const Hd16Filled = ( /*#__PURE__*/createFluentFontIcon("Hd16Filled", "", 0, 16));
export const Hd20Regular = ( /*#__PURE__*/createFluentFontIcon("Hd20Regular", "", 1, 20));
export const Hd20Filled = ( /*#__PURE__*/createFluentFontIcon("Hd20Filled", "", 0, 20));
export const Hd24Regular = ( /*#__PURE__*/createFluentFontIcon("Hd24Regular", "", 1, 24));
export const Hd24Filled = ( /*#__PURE__*/createFluentFontIcon("Hd24Filled", "", 0, 24));