UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.29 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PanelLeftExpandFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpandFilled", "", 2, undefined)); export const PanelLeftExpandRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpandRegular", "", 2, undefined)); export const PanelLeftExpand16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand16Regular", "", 1, 16)); export const PanelLeftExpand16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand16Filled", "", 0, 16)); export const PanelLeftExpand20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand20Regular", "", 1, 20)); export const PanelLeftExpand20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand20Filled", "", 0, 20)); export const PanelLeftExpand24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand24Regular", "", 1, 24)); export const PanelLeftExpand24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand24Filled", "", 0, 24)); export const PanelLeftExpand28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand28Regular", "", 1, 28)); export const PanelLeftExpand28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand28Filled", "", 0, 28));