@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 2.17 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowClockwiseDashesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashesFilled", "", 2, undefined));
export const ArrowClockwiseDashesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashesRegular", "", 2, undefined));
export const ArrowClockwiseDashes12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes12Regular", "", 1, 12));
export const ArrowClockwiseDashes12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes12Filled", "", 0, 12));
export const ArrowClockwiseDashes16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes16Regular", "", 1, 16));
export const ArrowClockwiseDashes16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes16Filled", "", 0, 16));
export const ArrowClockwiseDashes20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes20Regular", "", 1, 20));
export const ArrowClockwiseDashes20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes20Filled", "", 0, 20));
export const ArrowClockwiseDashes24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes24Regular", "", 1, 24));
export const ArrowClockwiseDashes24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes24Filled", "", 0, 24));
export const ArrowClockwiseDashes28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes28Regular", "", 1, 28));
export const ArrowClockwiseDashes28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes28Filled", "", 0, 28));
export const ArrowClockwiseDashes32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes32Regular", "", 1, 32));
export const ArrowClockwiseDashes32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes32Filled", "", 0, 32));
export const ArrowClockwiseDashes48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes48Regular", "", 1, 48));
export const ArrowClockwiseDashes48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowClockwiseDashes48Filled", "", 0, 48));