Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/hexagon.js

19 lines
1.7 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HexagonFilled = ( /*#__PURE__*/createFluentFontIcon("HexagonFilled", "", 2, undefined));
export const HexagonRegular = ( /*#__PURE__*/createFluentFontIcon("HexagonRegular", "", 2, undefined));
export const Hexagon12Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon12Regular", "󰋘", 1, 12));
export const Hexagon12Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon12Filled", "󰋫", 0, 12));
export const Hexagon16Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon16Regular", "󰊳", 1, 16));
export const Hexagon16Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon16Filled", "󰋆", 0, 16));
export const Hexagon20Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon20Regular", "󰊴", 1, 20));
export const Hexagon20Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon20Filled", "󰋇", 0, 20));
export const Hexagon24Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon24Regular", "󰋙", 1, 24));
export const Hexagon24Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon24Filled", "󰋬", 0, 24));
export const Hexagon28Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon28Regular", "󰎐", 1, 28));
export const Hexagon28Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon28Filled", "󰎣", 0, 28));
export const Hexagon32Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon32Regular", "󰎑", 1, 32));
export const Hexagon32Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon32Filled", "󰎤", 0, 32));
export const Hexagon48Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon48Regular", "󰎒", 1, 48));
export const Hexagon48Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon48Filled", "󰎥", 0, 48));