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

9 lines
945 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ImageArrowCounterclockwiseFilled = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwiseFilled", "", 2, undefined));
export const ImageArrowCounterclockwiseRegular = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwiseRegular", "", 2, undefined));
export const ImageArrowCounterclockwise20Regular = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwise20Regular", "", 1, 20));
export const ImageArrowCounterclockwise20Filled = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwise20Filled", "", 0, 20));
export const ImageArrowCounterclockwise24Regular = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwise24Regular", "", 1, 24));
export const ImageArrowCounterclockwise24Filled = ( /*#__PURE__*/createFluentFontIcon("ImageArrowCounterclockwise24Filled", "", 0, 24));