@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 801 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const VideoPlayPauseFilled = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPauseFilled", "", 2, undefined));
export const VideoPlayPauseRegular = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPauseRegular", "", 2, undefined));
export const VideoPlayPause20Regular = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPause20Regular", "", 1, 20));
export const VideoPlayPause20Filled = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPause20Filled", "", 0, 20));
export const VideoPlayPause24Regular = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPause24Regular", "", 1, 24));
export const VideoPlayPause24Filled = ( /*#__PURE__*/createFluentFontIcon("VideoPlayPause24Filled", "", 0, 24));