UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 717 B
"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));