9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SyncOffFilled = ( /*#__PURE__*/createFluentFontIcon("SyncOffFilled", "", 2, undefined));
|
|
export const SyncOffRegular = ( /*#__PURE__*/createFluentFontIcon("SyncOffRegular", "", 2, undefined));
|
|
export const SyncOff16Regular = ( /*#__PURE__*/createFluentFontIcon("SyncOff16Regular", "", 1, 16));
|
|
export const SyncOff16Filled = ( /*#__PURE__*/createFluentFontIcon("SyncOff16Filled", "", 0, 16));
|
|
export const SyncOff20Regular = ( /*#__PURE__*/createFluentFontIcon("SyncOff20Regular", "", 1, 20));
|
|
export const SyncOff20Filled = ( /*#__PURE__*/createFluentFontIcon("SyncOff20Filled", "", 0, 20));
|