UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.24 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const HexagonThreeFilled = ( /*#__PURE__*/createFluentFontIcon("HexagonThreeFilled", "", 2, undefined)); export const HexagonThreeRegular = ( /*#__PURE__*/createFluentFontIcon("HexagonThreeRegular", "", 2, undefined)); export const HexagonThree12Regular = ( /*#__PURE__*/createFluentFontIcon("HexagonThree12Regular", "󰋚", 1, 12)); export const HexagonThree12Filled = ( /*#__PURE__*/createFluentFontIcon("HexagonThree12Filled", "󰋭", 0, 12)); export const HexagonThree16Regular = ( /*#__PURE__*/createFluentFontIcon("HexagonThree16Regular", "󰊵", 1, 16)); export const HexagonThree16Filled = ( /*#__PURE__*/createFluentFontIcon("HexagonThree16Filled", "󰋈", 0, 16)); export const HexagonThree20Regular = ( /*#__PURE__*/createFluentFontIcon("HexagonThree20Regular", "󰊶", 1, 20)); export const HexagonThree20Filled = ( /*#__PURE__*/createFluentFontIcon("HexagonThree20Filled", "󰋉", 0, 20)); export const HexagonThree24Regular = ( /*#__PURE__*/createFluentFontIcon("HexagonThree24Regular", "󰋛", 1, 24)); export const HexagonThree24Filled = ( /*#__PURE__*/createFluentFontIcon("HexagonThree24Filled", "󰋮", 0, 24));