9 lines
957 B
JavaScript
9 lines
957 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowCounterclockwiseDashesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashesFilled", "", 2, undefined));
|
|
export const ArrowCounterclockwiseDashesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashesRegular", "", 2, undefined));
|
|
export const ArrowCounterclockwiseDashes20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashes20Regular", "", 1, 20));
|
|
export const ArrowCounterclockwiseDashes20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashes20Filled", "", 0, 20));
|
|
export const ArrowCounterclockwiseDashes24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashes24Regular", "", 1, 24));
|
|
export const ArrowCounterclockwiseDashes24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowCounterclockwiseDashes24Filled", "", 0, 24));
|