@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.08 kB
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));