9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VideoSwitchFilled = ( /*#__PURE__*/createFluentFontIcon("VideoSwitchFilled", "", 2, undefined));
|
|
export const VideoSwitchRegular = ( /*#__PURE__*/createFluentFontIcon("VideoSwitchRegular", "", 2, undefined));
|
|
export const VideoSwitch20Regular = ( /*#__PURE__*/createFluentFontIcon("VideoSwitch20Regular", "", 1, 20));
|
|
export const VideoSwitch20Filled = ( /*#__PURE__*/createFluentFontIcon("VideoSwitch20Filled", "", 0, 20));
|
|
export const VideoSwitch24Regular = ( /*#__PURE__*/createFluentFontIcon("VideoSwitch24Regular", "", 1, 24));
|
|
export const VideoSwitch24Filled = ( /*#__PURE__*/createFluentFontIcon("VideoSwitch24Filled", "", 0, 24));
|