7 lines
527 B
JavaScript
7 lines
527 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VideoSyncFilled = ( /*#__PURE__*/createFluentFontIcon("VideoSyncFilled", "", 2, undefined));
|
|
export const VideoSyncRegular = ( /*#__PURE__*/createFluentFontIcon("VideoSyncRegular", "", 2, undefined));
|
|
export const VideoSync20Regular = ( /*#__PURE__*/createFluentFontIcon("VideoSync20Regular", "", 1, 20));
|
|
export const VideoSync20Filled = ( /*#__PURE__*/createFluentFontIcon("VideoSync20Filled", "", 0, 20));
|