Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/arrow-clockwise.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

20 lines
2.0 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowClockwiseFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseFilled", "", 2, undefined));
export const ArrowClockwiseRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseRegular", "", 2, undefined));
export const ArrowClockwise12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise12Regular", "", 1, 12));
export const ArrowClockwise12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise12Filled", "", 0, 12));
export const ArrowClockwise16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise16Regular", "", 1, 16));
export const ArrowClockwise16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise16Filled", "", 0, 16));
export const ArrowClockwise20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise20Regular", "", 1, 20));
export const ArrowClockwise20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise20Filled", "", 0, 20));
export const ArrowClockwise24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise24Regular", "", 1, 24));
export const ArrowClockwise24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise24Filled", "", 0, 24));
export const ArrowClockwise28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise28Regular", "", 1, 28));
export const ArrowClockwise28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise28Filled", "", 0, 28));
export const ArrowClockwise32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise32Regular", "", 1, 32));
export const ArrowClockwise32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise32Filled", "", 0, 32));
export const ArrowClockwise32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise32Light", "", 3, 32));
export const ArrowClockwise48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise48Regular", "", 1, 48));
export const ArrowClockwise48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwise48Filled", "", 0, 48));