@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ResizeVideoFilled = ( /*#__PURE__*/createFluentFontIcon("ResizeVideoFilled", "", 2, undefined));
export const ResizeVideoRegular = ( /*#__PURE__*/createFluentFontIcon("ResizeVideoRegular", "", 2, undefined));
export const ResizeVideo20Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeVideo20Regular", "", 1, 20));
export const ResizeVideo20Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeVideo20Filled", "", 0, 20));
export const ResizeVideo24Regular = ( /*#__PURE__*/createFluentFontIcon("ResizeVideo24Regular", "", 1, 24));
export const ResizeVideo24Filled = ( /*#__PURE__*/createFluentFontIcon("ResizeVideo24Filled", "", 0, 24));