UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.27 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PanelLeftHeaderKeyFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKeyFilled", "", 2, undefined, { flipInRtl: true })); export const PanelLeftHeaderKeyRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKeyRegular", "", 2, undefined, { flipInRtl: true })); export const PanelLeftHeaderKey16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey16Regular", "󰁿", 1, 16, { flipInRtl: true })); export const PanelLeftHeaderKey16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey16Filled", "󰂃", 0, 16, { flipInRtl: true })); export const PanelLeftHeaderKey20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey20Regular", "󰂀", 1, 20, { flipInRtl: true })); export const PanelLeftHeaderKey20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey20Filled", "󰂄", 0, 20, { flipInRtl: true })); export const PanelLeftHeaderKey24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey24Regular", "󰂁", 1, 24, { flipInRtl: true })); export const PanelLeftHeaderKey24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderKey24Filled", "󰂅", 0, 24, { flipInRtl: true }));