@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 693 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PivotFilled = ( /*#__PURE__*/createFluentFontIcon("PivotFilled", "", 2, undefined));
export const PivotRegular = ( /*#__PURE__*/createFluentFontIcon("PivotRegular", "", 2, undefined));
export const Pivot20Regular = ( /*#__PURE__*/createFluentFontIcon("Pivot20Regular", "", 1, 20));
export const Pivot20Filled = ( /*#__PURE__*/createFluentFontIcon("Pivot20Filled", "", 0, 20));
export const Pivot24Regular = ( /*#__PURE__*/createFluentFontIcon("Pivot24Regular", "", 1, 24));
export const Pivot24Filled = ( /*#__PURE__*/createFluentFontIcon("Pivot24Filled", "", 0, 24));