@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.27 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TableStackLeftFilled = ( /*#__PURE__*/createFluentFontIcon("TableStackLeftFilled", "", 2, undefined));
export const TableStackLeftRegular = ( /*#__PURE__*/createFluentFontIcon("TableStackLeftRegular", "", 2, undefined));
export const TableStackLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft16Regular", "", 1, 16));
export const TableStackLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft16Filled", "", 0, 16));
export const TableStackLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft20Regular", "", 1, 20));
export const TableStackLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft20Filled", "", 0, 20));
export const TableStackLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft24Regular", "", 1, 24));
export const TableStackLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft24Filled", "", 0, 24));
export const TableStackLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft28Regular", "", 1, 28));
export const TableStackLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("TableStackLeft28Filled", "", 0, 28));