@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.12 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TableArrowRepeatAllFilled = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAllFilled", "", 2, undefined));
export const TableArrowRepeatAllRegular = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAllRegular", "", 2, undefined));
export const TableArrowRepeatAll20Regular = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll20Regular", "", 1, 20));
export const TableArrowRepeatAll20Filled = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll20Filled", "", 0, 20));
export const TableArrowRepeatAll24Regular = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll24Regular", "", 1, 24));
export const TableArrowRepeatAll24Filled = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll24Filled", "", 0, 24));
export const TableArrowRepeatAll28Regular = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll28Regular", "", 1, 28));
export const TableArrowRepeatAll28Filled = ( /*#__PURE__*/createFluentFontIcon("TableArrowRepeatAll28Filled", "", 0, 28));