UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 1.6 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CodeBlockFilled = ( /*#__PURE__*/createFluentFontIcon("CodeBlockFilled", "", 2, undefined)); export const CodeBlockRegular = ( /*#__PURE__*/createFluentFontIcon("CodeBlockRegular", "", 2, undefined)); export const CodeBlock16Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock16Regular", "", 1, 16)); export const CodeBlock16Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock16Filled", "", 0, 16)); export const CodeBlock20Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock20Regular", "", 1, 20)); export const CodeBlock20Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock20Filled", "", 0, 20)); export const CodeBlock24Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock24Regular", "", 1, 24)); export const CodeBlock24Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock24Filled", "", 0, 24)); export const CodeBlock28Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock28Regular", "", 1, 28)); export const CodeBlock28Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock28Filled", "", 0, 28)); export const CodeBlock32Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock32Regular", "", 1, 32)); export const CodeBlock32Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock32Filled", "", 0, 32)); export const CodeBlock48Regular = ( /*#__PURE__*/createFluentFontIcon("CodeBlock48Regular", "", 1, 48)); export const CodeBlock48Filled = ( /*#__PURE__*/createFluentFontIcon("CodeBlock48Filled", "", 0, 48));